Skip to content

Commit b6ac7e6

Browse files
richardlauaduh95
authored andcommitted
test: mark test-crypto-timing-safe-equal-benchmarks flaky
PR-URL: #40065 Refs: #38226 Reviewed-By: Ash Cripps <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent dce7511 commit b6ac7e6

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

test/pummel/pummel.status

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
prefix 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+
11+
[$system==linux]
12+
# https://github.com/nodejs/node/issues/38226
13+
test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
14+
15+
[$system==macos]
16+
17+
[$arch==arm || $arch==arm64]
18+
19+
[$system==solaris] # Also applies to SmartOS
20+
21+
[$system==freebsd]
22+
23+
[$system==aix]
24+
25+
[$system==ibmi]

0 commit comments

Comments
 (0)