• 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/48300
15test-child-process-pipe-dataflow: PASS, FLAKY
16test-child-process-stdio-reuse-readable-stdio: PASS, FLAKY
17
18# Windows on ARM
19[$system==win32 && $arch==arm64]
20
21[$system==linux]
22# https://github.com/nodejs/node/issues/39368
23test-domain-error-types: PASS,FLAKY
24# https://github.com/nodejs/node/issues/47420
25test-file-write-stream4: PASS,FLAKY
26
27[$system==macos]
28# https://github.com/nodejs/node/issues/42741
29test-http-server-headers-timeout-keepalive: PASS,FLAKY
30test-http-server-request-timeout-keepalive: PASS,FLAKY
31# https://github.com/nodejs/node/issues/43465
32test-http-server-request-timeouts-mixed: PASS,FLAKY
33
34[$arch==arm || $arch==arm64]
35# https://github.com/nodejs/node/pull/31178
36test-crypto-dh-stateless: SKIP
37test-crypto-keygen: SKIP
38# https://github.com/nodejs/node/issues/47297
39test-wasm-web-api: SKIP
40
41[$system==solaris] # Also applies to SmartOS
42# https://github.com/nodejs/node/issues/43457
43test-domain-no-error-handler-abort-on-uncaught-0: PASS, FLAKY
44test-domain-no-error-handler-abort-on-uncaught-1: PASS,FLAKY
45test-domain-no-error-handler-abort-on-uncaught-2: PASS,FLAKY
46test-domain-no-error-handler-abort-on-uncaught-3: PASS,FLAKY
47test-domain-no-error-handler-abort-on-uncaught-4: PASS,FLAKY
48test-domain-no-error-handler-abort-on-uncaught-5: PASS, FLAKY
49test-domain-no-error-handler-abort-on-uncaught-6: PASS, FLAKY
50test-domain-no-error-handler-abort-on-uncaught-7: PASS, FLAKY
51test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
52test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
53test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY
54test-domain-with-abort-on-uncaught-exception: PASS, FLAKY
55
56[$system==freebsd]
57# https://github.com/nodejs/node/issues/31727
58test-fs-stat-bigint: PASS,FLAKY
59# https://github.com/nodejs/node/issues/31280
60test-worker-message-port-message-before-close: PASS,FLAKY
61
62[$system==ibmi]
63# https://github.com/nodejs/node/pull/30819
64test-child-process-fork-net-server: SKIP
65test-cli-node-options: SKIP
66test-cluster-shared-leak: SKIP
67test-http-writable-true-after-close: SKIP
68test-http2-connect-method: SKIP
69test-net-error-twice: SKIP
70# https://github.com/libuv/libuv/pull/2782
71test-net-allow-half-open: SKIP
72test-net-keepalive: SKIP
73test-net-persistent-keepalive: SKIP
74test-net-socket-close-after-end: SKIP
75test-net-socket-connect-without-cb: SKIP
76test-net-socket-connecting: SKIP
77test-net-socket-ready-without-cb: SKIP
78test-net-write-after-end-nt: SKIP
79test-tls-env-extra-ca: SKIP
80# https://github.com/nodejs/node/pull/34209
81test-dgram-error-message-address: SKIP
82# https://github.com/nodejs/node/issues/36929
83test-crypto-secure-heap: SKIP
84# https://github.com/nodejs/node/issues/39683
85test-dgram-connect: PASS, FLAKY
86test-http-client-parse-error: PASS, FLAKY
87test-http-multi-line-headers: PASS, FLAKY
88test-http-pipeline-requests-connection-leak: PASS, FLAKY
89test-http-server-unconsume: PASS, FLAKY
90test-http-upgrade-advertise: PASS, FLAKY
91test-tls-client-mindhsize: PASS, FLAKY
92test-tls-write-error: PASS, FLAKY
93# https://github.com/nodejs/node/issues/48047
94test-http-pipeline-flood: SKIP
95
96[$asan==on]
97# https://github.com/nodejs/node/issues/39655
98test-cluster-primary-error: PASS, FLAKY
99