|
| 1 | +prefix sea |
| 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==macos && $arch==x64] |
| 10 | +# https://github.com/nodejs/node/issues/59553 |
| 11 | +test-single-executable-application: PASS, FLAKY |
| 12 | +test-single-executable-application-assets: PASS, FLAKY |
| 13 | +test-single-executable-application-assets-raw: PASS, FLAKY |
| 14 | +test-single-executable-application-asset-keys-empty: PASS, FLAKY |
| 15 | +test-single-executable-application-asset-keys: PASS, FLAKY |
| 16 | +test-single-executable-application-disable-experimental-sea-warning: PASS, FLAKY |
| 17 | +test-single-executable-application-empty: PASS, FLAKY |
| 18 | +test-single-executable-application-exec-argv: PASS, FLAKY |
| 19 | +test-single-executable-application-exec-argv-empty: PASS, FLAKY |
| 20 | +test-single-executable-application-exec-argv-extension-cli: PASS, FLAKY |
| 21 | +test-single-executable-application-exec-argv-extension-env: PASS, FLAKY |
| 22 | +test-single-executable-application-exec-argv-extension-none: PASS, FLAKY |
| 23 | +test-single-executable-application-inspect-in-sea-flags: PASS, FLAKY |
| 24 | +test-single-executable-application-inspect: PASS, FLAKY |
| 25 | +test-single-executable-application-snapshot: PASS, FLAKY |
| 26 | +test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY |
| 27 | +test-single-executable-application-snapshot-worker: PASS, FLAKY |
| 28 | +test-single-executable-application-use-code-cache: PASS, FLAKY |
| 29 | + |
| 30 | + |
| 31 | +[$system==win32] |
| 32 | +# https://github.com/nodejs/node/issues/49630 |
| 33 | +test-single-executable-application-snapshot: PASS, FLAKY |
| 34 | +test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY |
0 commit comments