|
20 | 20 | { "name": "test_events.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
|
21 | 21 | { "name": "test_events_assert_emit_error.js", "uncaught": true },
|
22 | 22 | { "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" }, |
25 | 25 | { "name": "test_fs_fstat.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
|
26 | 26 | { "name": "test_fs_fstat_sync.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
|
27 | 27 | { "name": "test_fs_mkdir_rmdir.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
|
28 | 28 | { "name": "test_fs_open_close.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
|
29 | 29 | { "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" }, |
32 | 32 | { "name": "test_fs_rename.js" },
|
33 | 33 | { "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" }, |
35 | 35 | { "name": "test_fs_write.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
|
36 | 36 | { "name": "test_fs_writefile.js" },
|
37 | 37 | { "name": "test_fs_writefile_sync.js" },
|
38 | 38 | { "name": "test_fs_writefile_unlink.js" },
|
39 | 39 | { "name": "test_fs_writefile_unlink_sync.js" },
|
40 | 40 | { "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" }, |
42 | 42 | { "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" }, |
45 | 45 | { "name": "test_gpio_input.js", "skip": ["all"], "reason": "needs hardware" },
|
46 | 46 | { "name": "test_gpio_output.js", "skip": ["all"], "reason": "need user input"},
|
47 | 47 | { "name": "test_i2c.js", "skip": ["all"], "reason": "need to setup test environment" },
|
|
0 commit comments