• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix sequential
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# https://github.com/nodejs/node/issues/27611#issuecomment-613100468
9test-cpu-prof-dir-worker: PASS, FLAKY
10# https://github.com/nodejs/node/issues/44898
11test-watch-mode: PASS, FLAKY
12test-watch-mode-inspect: PASS, FLAKY
13
14[$system==win32]
15# https://github.com/nodejs/node/issues/47116
16test-http-max-sockets: PASS, FLAKY
17
18[$system==win32 || $system==freebsd]
19# https://github.com/nodejs/node/issues/49564
20test-http-regr-gh-2928: PASS, FLAKY
21
22[$system==linux]
23
24[$system==macos]
25
26[$system==solaris] # Also applies to SmartOS
27
28[$system==freebsd]
29
30[$system==aix]
31# https://github.com/nodejs/node/pull/29054
32test-buffer-creation-regression: SKIP
33
34[$system==ibmi]
35# https://github.com/nodejs/node/pull/29054
36test-buffer-creation-regression: SKIP
37# https://github.com/nodejs/node/pull/30819
38test-perf-hooks: SKIP
39# https://github.com/nodejs/node/issues/39683
40test-tls-psk-client: PASS, FLAKY
41test-tls-securepair-client: PASS, FLAKY
42
43[$arch==arm]
44
45[$arch==s390x]
46# https://github.com/nodejs/node/issues/41286
47test-performance-eventloopdelay: PASS, FLAKY
48