mirror of
https://github.com/nodejs/node.git
synced 2024-11-21 10:59:27 +00:00
ea99431586
PR-URL: https://github.com/nodejs/node/pull/43596 Refs: https://github.com/nodejs/node/issues/43457 Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Filip Skokan <panva.ip@gmail.com> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
22 lines
746 B
Plaintext
22 lines
746 B
Plaintext
prefix abort
|
|
|
|
# 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==ibmi]
|
|
# https://github.com/nodejs/node/issues/34410
|
|
test-addon-register-signal-handler: PASS,FLAKY
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
# https://github.com/nodejs/node/issues/43457
|
|
test-abort-fatal-error: PASS, FLAKY
|
|
test-abort-uncaught-exception: PASS, FLAKY
|
|
test-addon-register-signal-handler: PASS, FLAKY
|
|
test-process-abort-exitcode: PASS, FLAKY
|
|
test-signal-handler: PASS, FLAKY
|
|
test-worker-abort-uncaught-exception: PASS, FLAKY
|
|
test-zlib-invalid-internals-usage: PASS, FLAKY
|