-
Notifications
You must be signed in to change notification settings - Fork 30.5k
/
Copy pathpummel.status
37 lines (26 loc) · 995 Bytes
/
pummel.status
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
prefix pummel
# To mark a test as flaky, list the test name in the appropriate section
# below, without ".js", followed by ": PASS,FLAKY". Example:
# sample-test : PASS,FLAKY
[true] # This section applies to all platforms
[$system==win32]
# https://github.com/nodejs/node/issues/40728
test-fs-watch-non-recursive: PASS,FLAKY
# https://github.com/nodejs/node/issues/50260
test-structuredclone-jstransferable: PASS,FLAKY
[$system==linux]
# https://github.com/nodejs/node/issues/38226
test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
[$system==macos]
[$arch==arm || $arch==arm64]
[$system==solaris] # Also applies to SmartOS
# https://github.com/nodejs/node/issues/43457
test-heapsnapshot-near-heap-limit: PASS,FLAKY
[$system==freebsd]
[$system==aix]
[$system==ibmi]
# https://github.com/nodejs/node/issues/39683
test-regress-GH-892: PASS, FLAKY
[$arch==s390x]
# https://github.com/nodejs/node/issues/38226
test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY