• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix pummel
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/40728
11test-fs-watch-non-recursive: PASS,FLAKY
12# https://github.com/nodejs/node/issues/50260
13test-structuredclone-jstransferable: PASS,FLAKY
14
15[$system==linux]
16# https://github.com/nodejs/node/issues/38226
17test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
18
19[$system==macos]
20
21[$arch==arm || $arch==arm64]
22
23[$system==solaris] # Also applies to SmartOS
24# https://github.com/nodejs/node/issues/43457
25test-heapsnapshot-near-heap-limit: PASS,FLAKY
26
27[$system==freebsd]
28
29[$system==aix]
30
31[$system==ibmi]
32# https://github.com/nodejs/node/issues/39683
33test-regress-GH-892: PASS, FLAKY
34
35[$arch==s390x]
36# https://github.com/nodejs/node/issues/38226
37test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
38