• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix parallel
2
3# To mark a test as flaky, list the test name in the appropriate section
4# below, without ".js", followed by ": PASS,FLAKY". Example:
5# sample-test                        : PASS,FLAKY
6
7[true] # This section applies to all platforms
8
9[$system==win32]
10# https://github.com/nodejs/node/issues/41206
11test-crypto-keygen: PASS,FLAKY
12# https://github.com/nodejs/node/issues/41201
13test-fs-rmdir-recursive: PASS, FLAKY
14# https://github.com/nodejs/node/issues/49985
15test-runner-watch-mode: PASS, FLAKY
16# https://github.com/nodejs/node/issues/50295
17test-cli-node-options: PASS, FLAKY
18
19# Windows on x86
20[$system==win32 && $arch==ia32]
21test-worker-nearheaplimit-deadlock: PASS, FLAKY
22
23# Windows on ARM
24[$system==win32 && $arch==arm64]
25
26[$system==linux]
27# https://github.com/nodejs/node/issues/39368
28test-domain-error-types: PASS,FLAKY
29# https://github.com/nodejs/node/issues/47420
30test-file-write-stream4: PASS,FLAKY
31# https://github.com/nodejs/node/issues/43465
32test-http-server-request-timeouts-mixed: PASS, FLAKY
33
34[$system==linux || $system==win32]
35# https://github.com/nodejs/node/issues/49605
36test-runner-watch-mode: PASS,FLAKY
37
38[$system==macos]
39# https://github.com/nodejs/node/issues/42741
40test-http-server-headers-timeout-keepalive: PASS,FLAKY
41test-http-server-request-timeout-keepalive: PASS,FLAKY
42# https://github.com/nodejs/node/issues/43465
43test-http-server-request-timeouts-mixed: PASS,FLAKY
44# https://github.com/nodejs/node/issues/50243
45test-inspector-async-stack-traces-set-interval: PASS, FLAKY
46
47[$arch==arm || $arch==arm64]
48# https://github.com/nodejs/node/pull/31178
49test-crypto-dh-stateless: SKIP
50test-crypto-keygen: SKIP
51# https://github.com/nodejs/node/issues/47297
52test-wasm-web-api: SKIP
53
54[$system==solaris] # Also applies to SmartOS
55# https://github.com/nodejs/node/issues/43457
56test-domain-no-error-handler-abort-on-uncaught-0: PASS, FLAKY
57test-domain-no-error-handler-abort-on-uncaught-1: PASS,FLAKY
58test-domain-no-error-handler-abort-on-uncaught-2: PASS,FLAKY
59test-domain-no-error-handler-abort-on-uncaught-3: PASS,FLAKY
60test-domain-no-error-handler-abort-on-uncaught-4: PASS,FLAKY
61test-domain-no-error-handler-abort-on-uncaught-5: PASS, FLAKY
62test-domain-no-error-handler-abort-on-uncaught-6: PASS, FLAKY
63test-domain-no-error-handler-abort-on-uncaught-7: PASS, FLAKY
64test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
65test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
66test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY
67test-domain-with-abort-on-uncaught-exception: PASS, FLAKY
68
69[$system==freebsd]
70# https://github.com/nodejs/node/issues/31727
71test-fs-stat-bigint: PASS,FLAKY
72# https://github.com/nodejs/node/issues/31280
73test-worker-message-port-message-before-close: PASS,FLAKY
74
75[$system==ibmi]
76# https://github.com/nodejs/node/pull/30819
77test-child-process-fork-net-server: SKIP
78test-cli-node-options: SKIP
79test-cluster-shared-leak: SKIP
80test-http-writable-true-after-close: SKIP
81test-http2-connect-method: SKIP
82test-net-error-twice: SKIP
83# https://github.com/libuv/libuv/pull/2782
84test-net-allow-half-open: SKIP
85test-net-keepalive: SKIP
86test-net-persistent-keepalive: SKIP
87test-net-socket-close-after-end: SKIP
88test-net-socket-connect-without-cb: SKIP
89test-net-socket-connecting: SKIP
90test-net-socket-ready-without-cb: SKIP
91test-net-write-after-end-nt: SKIP
92test-tls-env-extra-ca: SKIP
93# https://github.com/nodejs/node/pull/34209
94test-dgram-error-message-address: SKIP
95# https://github.com/nodejs/node/issues/36929
96test-crypto-secure-heap: SKIP
97# https://github.com/nodejs/node/issues/39683
98test-dgram-connect: PASS, FLAKY
99test-http-client-parse-error: PASS, FLAKY
100test-http-multi-line-headers: PASS, FLAKY
101test-http-pipeline-requests-connection-leak: PASS, FLAKY
102test-http-server-unconsume: PASS, FLAKY
103test-http-upgrade-advertise: PASS, FLAKY
104test-tls-client-mindhsize: PASS, FLAKY
105test-tls-write-error: PASS, FLAKY
106# https://github.com/nodejs/node/issues/48047
107test-http-pipeline-flood: SKIP
108
109[$asan==on]
110# https://github.com/nodejs/node/issues/39655
111test-cluster-primary-error: PASS, FLAKY
112
113[$arch==s390x]
114# https://github.com/nodejs/node/issues/50222
115test-inspector-async-hook-setup-at-inspect-brk: PASS, FLAKY
116