• 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/20750
11test-http2-client-upload: PASS,FLAKY
12# https://github.com/nodejs/node/issues/20750
13test-http2-client-upload-reject: PASS,FLAKY
14# https://github.com/nodejs/node/issues/30847
15test-http2-compat-client-upload-reject: PASS,FLAKY
16# https://github.com/nodejs/node/issues/30845
17test-http2-multistream-destroy-on-read-tls: PASS,FLAKY
18# https://github.com/nodejs/node/issues/20750
19test-http2-pipe: PASS,FLAKY
20# https://github.com/nodejs/node/issues/20750
21test-stream-pipeline-http2: PASS,FLAKY
22# https://github.com/nodejs/node/issues/24497
23test-timers-immediate-queue: PASS,FLAKY
24# https://github.com/nodejs/node/issues/23277
25test-worker-memory: PASS,FLAKY
26# https://github.com/nodejs/node/issues/30846
27test-worker-message-port-transfer-terminate: PASS,FLAKY
28
29[$system==linux]
30
31[$system==macos]
32
33[$arch==arm || $arch==arm64]
34# https://github.com/nodejs/node/issues/26610
35test-async-hooks-http-parser-destroy: PASS,FLAKY
36# https://github.com/nodejs/node/pull/31178
37test-crypto-dh-stateless: SKIP
38test-crypto-keygen: SKIP
39# https://github.com/nodejs/node/issues/33796
40test-fs-stream-construct: PASS,FLAKY
41
42[$system==solaris] # Also applies to SmartOS
43
44[$system==freebsd]
45# https://github.com/nodejs/node/issues/31727
46test-fs-stat-bigint: PASS,FLAKY
47# https://github.com/nodejs/node/issues/28803
48test-stdout-close-catch: PASS,FLAKY
49# https://github.com/nodejs/node/issues/31280
50test-worker-message-port-message-before-close: PASS,FLAKY
51
52[$system==aix]
53
54[$system==ibmi]
55# https://github.com/nodejs/node/pull/30819
56test-child-process-fork-net-server: SKIP
57test-cli-node-options: SKIP
58test-cluster-shared-leak: SKIP
59test-http-writable-true-after-close: SKIP
60test-http2-connect-method: SKIP
61test-net-error-twice: SKIP
62# https://github.com/libuv/libuv/pull/2782
63test-net-allow-half-open: SKIP
64test-net-keepalive: SKIP
65test-net-persistent-keepalive: SKIP
66test-net-socket-close-after-end: SKIP
67test-net-socket-connect-without-cb: SKIP
68test-net-socket-connecting: SKIP
69test-net-socket-ready-without-cb: SKIP
70test-net-write-after-end-nt: SKIP
71test-tls-env-extra-ca: SKIP
72# https://github.com/nodejs/node/pull/34209
73test-dgram-error-message-address: SKIP
74