• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix abort
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==ibmi]
10# https://github.com/nodejs/node/issues/34410
11test-addon-register-signal-handler: PASS,FLAKY
12
13[$system==solaris] # Also applies to SmartOS
14# https://github.com/nodejs/node/issues/43457
15test-abort-fatal-error: PASS, FLAKY
16test-abort-uncaught-exception: PASS, FLAKY
17test-addon-register-signal-handler: PASS, FLAKY
18test-process-abort-exitcode: PASS, FLAKY
19test-signal-handler: PASS, FLAKY
20test-worker-abort-uncaught-exception: PASS, FLAKY
21test-zlib-invalid-internals-usage: PASS, FLAKY
22