Skip to content

Commit 5fa262c

Browse files
rtakacsyichoi
authored andcommitted
Update the testsets.json file (#968)
IoT.js-DCO-1.0-Signed-off-by: Roland Takacs [email protected]
1 parent 752cd97 commit 5fa262c

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
@@ -15,9 +15,9 @@
1515
{ "name": "test_dgram_multicast_set_multicast_loop.js", "skip": ["all"], "reason": "need to setup test environment" },
1616
{ "name": "test_dgram_setttl_client.js", "skip": ["all"], "reason": "need to setup test environment" },
1717
{ "name": "test_dgram_setttl_server.js", "skip": ["all"], "reason": "need to setup test environment" },
18-
{ "name": "test_dns.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
18+
{ "name": "test_dns.js" },
1919
{ "name": "test_dns_lookup.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
20-
{ "name": "test_events.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
20+
{ "name": "test_events.js" },
2121
{ "name": "test_events_assert_emit_error.js", "uncaught": true },
2222
{ "name": "test_events_uncaught_error.js", "uncaught": true },
2323
{ "name": "test_fs_exists.js" },
@@ -59,15 +59,15 @@
5959
{ "name": "test_net_10.js" },
6060
{ "name": "test_net_connect.js", "timeout": 10 },
6161
{ "name": "test_net_headers.js", "skip": ["nuttx"], "reason": "not implemented for nuttx" },
62-
{ "name": "test_net_http_get.js", "timeout": 20, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
63-
{ "name": "test_net_http_response_twice.js", "timeout": 10, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
62+
{ "name": "test_net_http_get.js", "timeout": 20 },
63+
{ "name": "test_net_http_response_twice.js", "timeout": 10 },
6464
{ "name": "test_net_http_request_response.js", "timeout": 10, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
6565
{ "name": "test_net_http_status_codes.js", "timeout": 20, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
6666
{ "name": "test_net_httpclient_error.js", "timeout": 10, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
67-
{ "name": "test_net_httpclient_parse_error.js", "timeout": 10, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
68-
{ "name": "test_net_httpclient_timeout_1.js", "timeout": 10, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
69-
{ "name": "test_net_httpclient_timeout_2.js", "timeout": 15, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
70-
{ "name": "test_net_httpserver_timeout.js", "timeout": 10, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
67+
{ "name": "test_net_httpclient_parse_error.js", "timeout": 10 },
68+
{ "name": "test_net_httpclient_timeout_1.js", "timeout": 10 },
69+
{ "name": "test_net_httpclient_timeout_2.js", "timeout": 15 },
70+
{ "name": "test_net_httpserver_timeout.js", "timeout": 10 },
7171
{ "name": "test_net_httpserver.js", "timeout": 20, "skip": ["nuttx"], "reason": "not implemented for nuttx" },
7272
{ "name": "test_process.js" },
7373
{ "name": "test_process_chdir.js" },

0 commit comments

Comments
 (0)