Skip to content

Commit deea530

Browse files
committed
test: marking recent test failures as flaky
These tests failed in either master builds, unrelated changes (like marking tests as flaky) or are properly discussed in the respective pull requests.
1 parent 6ce8f5f commit deea530

File tree

2 files changed

+29
-4
lines changed

2 files changed

+29
-4
lines changed

test/parallel/parallel.status

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,38 @@ prefix parallel
55
# sample-test : PASS,FLAKY
66

77
[true] # This section applies to all platforms
8+
test-child-process-fork-net2 : PASS,FLAKY
9+
test-tick-processor : PASS,FLAKY
10+
test-tls-ticket-cluster : PASS,FLAKY
811

912
[$system==win32]
10-
test-tls-ticket-cluster : PASS,FLAKY
13+
test-process-config : PASS,FLAKY
14+
test-repl-tab-complete : PASS,FLAKY
1115

1216
[$system==linux]
17+
test-child-process-buffering : PASS,FLAKY
18+
test-child-process-exit-code : PASS,FLAKY
19+
test-child-process-fork-dgram : PASS,FLAKY
20+
test-cluster-dgram-1 : PASS,FLAKY
21+
test-cluster-dgram-2 : PASS,FLAKY
22+
test-cluster-disconnect : PASS,FLAKY
1323
test-cluster-worker-forced-exit : PASS,FLAKY
24+
test-dgram-bind-default-address : PASS,FLAKY
25+
test-dgram-bind-shared-ports : PASS,FLAKY
26+
test-dgram-empty-packet : PASS,FLAKY
27+
test-dgram-exclusive-implicit-bind : PASS,FLAKY
28+
test-dgram-implicit-bind : PASS,FLAKY
29+
test-dgram-multicast-setTTL : PASS,FLAKY
30+
test-dgram-pingpong : PASS,FLAKY
31+
test-dgram-udp4 : PASS,FLAKY
1432
test-http-client-timeout-event : PASS,FLAKY
15-
test-tick-processor : PASS,FLAKY
33+
test-http-end-throw-socket-handling : PASS,FLAKY
34+
test-http-set-timeout : PASS,FLAKY
35+
test-net-listen-shared-ports : PASS,FLAKY
36+
test-net-server-max-connections : PASS,FLAKY
37+
test-stringbytes-external : PASS,FLAKY
38+
test-tls-cipher-list : PASS,FLAKY
1639
test-tls-no-sslv3 : PASS,FLAKY
17-
test-child-process-buffering : PASS,FLAKY
18-
test-child-process-exit-code : PASS,FLAKY
1940

2041
[$system==macos]
2142

test/sequential/sequential.status

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ test-repl-persistent-history : PASS,FLAKY
1212

1313
[$system==linux]
1414
test-vm-syntax-error-stderr : PASS,FLAKY
15+
test-sigint-infinite-loop : PASS,FLAKY
16+
test-child-process-emfile : PASS,FLAKY
17+
test-stdout-stderr-reading : PASS,FLAKY
1518

1619
[$system==macos]
1720

1821
[$system==solaris] # Also applies to SmartOS
22+
test-regress-GH-877 : PASS,FLAKY
1923

2024
[$system==freebsd]
2125

0 commit comments

Comments
 (0)