Tags: hongweijia/iotjs
Tags
Test fix for Node.js Compatibility 1. test_fs_readfilesync.js : log(Buffer) to log(Buffer.toString()) 2. test_fs_readfile.js : buf to buf.toString() in console.log 3. test_console.js : skip array print 4. test_module_cache.js : add relative path (./require1/module_cache.js) 5. test_assert.js : remove assert.assert(API not in node) 6. test_require.js : fix relative path, JSON parsing fix 7. Buffer.toString takes (encoding, start, end) as argument 8. skip uncaughtException msg skip 9. test_stream skip IoT.js-DCO-1.0-Signed-off-by: Chunseok Lee chunseok.lee@samsung.com