Skip to content

Commit 8a257f4

Browse files
F3n67umabaasit
authored andcommitted
test: mark flaky tests on smartos
PR-URL: nodejs#43596 Refs: nodejs#43457 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Filip Skokan <[email protected]> Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
1 parent f9dc9aa commit 8a257f4

File tree

6 files changed

+43
-0
lines changed

6 files changed

+43
-0
lines changed

test/abort/abort.status

+10
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,13 @@ prefix abort
99
[$system==ibmi]
1010
# https://github.com/nodejs/node/issues/34410
1111
test-addon-register-signal-handler: PASS,FLAKY
12+
13+
[$system==solaris] # Also applies to SmartOS
14+
# https://github.com/nodejs/node/issues/43457
15+
test-abort-fatal-error: PASS, FLAKY
16+
test-abort-uncaught-exception: PASS, FLAKY
17+
test-addon-register-signal-handler: PASS, FLAKY
18+
test-process-abort-exitcode: PASS, FLAKY
19+
test-signal-handler: PASS, FLAKY
20+
test-worker-abort-uncaught-exception: PASS, FLAKY
21+
test-zlib-invalid-internals-usage: PASS, FLAKY

test/async-hooks/async-hooks.status

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ prefix async-hooks
1515
[$arch==arm || $arch==arm64]
1616

1717
[$system==solaris] # Also applies to SmartOS
18+
# https://github.com/nodejs/node/issues/43457
19+
test-callback-error: PASS, FLAKY
1820

1921
[$system==freebsd]
2022

test/node-api/node-api.status

+5
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ prefix node-api
77
[true] # This section applies to all platforms
88

99
[$system==win32]
10+
11+
[$system==solaris] # Also applies to SmartOS
12+
# https://github.com/nodejs/node/issues/43457
13+
test_fatal/test_threads: PASS,FLAKY
14+
test_fatal/test_threads_report: PASS,FLAKY

test/parallel/parallel.status

+13
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ test-net-socket-ready-without-cb: SKIP
4141
test-tcp-wrap-listen: SKIP
4242
# https://github.com/nodejs/node/issues/43446
4343
test-net-connect-reset-until-connected: PASS, FLAKY
44+
# https://github.com/nodejs/node/issues/43457
45+
test-domain-no-error-handler-abort-on-uncaught-0: PASS, FLAKY
46+
test-domain-no-error-handler-abort-on-uncaught-1: PASS,FLAKY
47+
test-domain-no-error-handler-abort-on-uncaught-2: PASS,FLAKY
48+
test-domain-no-error-handler-abort-on-uncaught-3: PASS,FLAKY
49+
test-domain-no-error-handler-abort-on-uncaught-4: PASS,FLAKY
50+
test-domain-no-error-handler-abort-on-uncaught-5: PASS, FLAKY
51+
test-domain-no-error-handler-abort-on-uncaught-6: PASS, FLAKY
52+
test-domain-no-error-handler-abort-on-uncaught-7: PASS, FLAKY
53+
test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
54+
test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
55+
test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY
56+
test-domain-with-abort-on-uncaught-exception: PASS, FLAKY
4457

4558
[$system==freebsd]
4659
# https://github.com/nodejs/node/issues/31727

test/pummel/pummel.status

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ test-crypto-timing-safe-equal-benchmarks: PASS,FLAKY
1919
[$arch==arm || $arch==arm64]
2020

2121
[$system==solaris] # Also applies to SmartOS
22+
# https://github.com/nodejs/node/issues/43457
23+
test-heapsnapshot-near-heap-limit: PASS,FLAKY
2224

2325
[$system==freebsd]
2426

test/report/report.status

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
prefix report
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==solaris] # Also applies to SmartOS
10+
# https://github.com/nodejs/node/issues/43457
11+
test-report-fatal-error: PASS, FLAKY

0 commit comments

Comments
 (0)