pmarcinkiew / iotjs

Platform for Internet of Things with JavaScript http://www.iotjs.net
Other
0 stars 1 forks source link

Fixes for fs/fstat tests on NuttX/TizenRT. #38

Closed pmarcinkiew closed 6 years ago

pmarcinkiew commented 6 years ago

Tested with said tests on TizenRT.

IoT.js-DCO-1.0-Signed-off-by: Tomasz Wozniak t.wozniak@samsung.com

pmarcinkiew commented 6 years ago

Test runner fails to execute anything with this PR:

iotjs /rom/tools/check_test.js quiet=no
uncaughtException: Error: chdir error
iotjs thread end
pmarcinkiew commented 6 years ago

I executed test in wrong folder.

pmarcinkiew commented 6 years ago
TASH>>
TASH>>cd /rom
TASH>>iotjs tools/check_test.js

>>>> run_pass
SKIP : test_adc.js   (reason : need to setup test environment)
PASS : test_assert.js (0.00s) 
SKIP : test_ble_advertisement.js   (reason : unsupported module by iotjs build)
SKIP : test_ble_setservices.js   (reason : unsupported module by iotjs build)
SKIP : test_ble_setservices_central.js   (reason : unsupported module by iotjs build)
PASS : test_buffer_builtin.js (0.00s) 
PASS : test_buffer.js (0.00s) 
Hello IoT.js!!