Skip to content

Commit 271feac

Browse files
rtakacsyichoi
authored andcommitted
Update the testsets.json file (#964)
IoT.js-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
1 parent 8912f30 commit 271feac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/testsets.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,28 +20,28 @@
2020
{ "name": "test_events.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
2121
{ "name": "test_events_assert_emit_error.js", "uncaught": true },
2222
{ "name": "test_events_uncaught_error.js", "uncaught": true },
23-
{ "name": "test_fs_exists.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
24-
{ "name": "test_fs_exists_sync.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
23+
{ "name": "test_fs_exists.js" },
24+
{ "name": "test_fs_exists_sync.js" },
2525
{ "name": "test_fs_fstat.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
2626
{ "name": "test_fs_fstat_sync.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
2727
{ "name": "test_fs_mkdir_rmdir.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
2828
{ "name": "test_fs_open_close.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
2929
{ "name": "test_fs_readdir.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
30-
{ "name": "test_fs_readfile.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
31-
{ "name": "test_fs_readfile_sync.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
30+
{ "name": "test_fs_readfile.js" },
31+
{ "name": "test_fs_readfile_sync.js" },
3232
{ "name": "test_fs_rename.js" },
3333
{ "name": "test_fs_rename_sync.js" },
34-
{ "name": "test_fs_stat.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
34+
{ "name": "test_fs_stat.js" },
3535
{ "name": "test_fs_write.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
3636
{ "name": "test_fs_writefile.js" },
3737
{ "name": "test_fs_writefile_sync.js" },
3838
{ "name": "test_fs_writefile_unlink.js" },
3939
{ "name": "test_fs_writefile_unlink_sync.js" },
4040
{ "name": "test_fs_event.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
41-
{ "name": "test_fs_open_read.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
41+
{ "name": "test_fs_open_read.js" },
4242
{ "name": "test_fs_open_read_sync_1.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
43-
{ "name": "test_fs_open_read_sync_2.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
44-
{ "name": "test_fs_open_read_sync_3.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
43+
{ "name": "test_fs_open_read_sync_2.js" },
44+
{ "name": "test_fs_open_read_sync_3.js" },
4545
{ "name": "test_gpio_input.js", "skip": ["all"], "reason": "needs hardware" },
4646
{ "name": "test_gpio_output.js", "skip": ["all"], "reason": "need user input"},
4747
{ "name": "test_i2c.js", "skip": ["all"], "reason": "need to setup test environment" },

0 commit comments

Comments
 (0)