Skip to content

Commit caff718

Browse files
committed
test: move sea tests into test/sea
This makes skipping/running these tests easier to manage with a dedicated test runner that can be tweaked for SEA.
1 parent db0121b commit caff718

23 files changed

+40
-24
lines changed

test/sea/sea.status

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
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

test/sequential/test-single-executable-application-asset-keys-empty.js renamed to test/sea/test-single-executable-application-asset-keys-empty.js

File renamed without changes.

test/sequential/test-single-executable-application-asset-keys.js renamed to test/sea/test-single-executable-application-asset-keys.js

File renamed without changes.

test/sequential/test-single-executable-application-assets-raw.js renamed to test/sea/test-single-executable-application-assets-raw.js

File renamed without changes.

test/sequential/test-single-executable-application-assets.js renamed to test/sea/test-single-executable-application-assets.js

File renamed without changes.

test/sequential/test-single-executable-application-disable-experimental-sea-warning.js renamed to test/sea/test-single-executable-application-disable-experimental-sea-warning.js

File renamed without changes.

test/sequential/test-single-executable-application-empty.js renamed to test/sea/test-single-executable-application-empty.js

File renamed without changes.

test/sequential/test-single-executable-application-exec-argv-empty.js renamed to test/sea/test-single-executable-application-exec-argv-empty.js

File renamed without changes.

test/sequential/test-single-executable-application-exec-argv-extension-cli.js renamed to test/sea/test-single-executable-application-exec-argv-extension-cli.js

File renamed without changes.

test/sequential/test-single-executable-application-exec-argv-extension-env.js renamed to test/sea/test-single-executable-application-exec-argv-extension-env.js

File renamed without changes.

0 commit comments

Comments
 (0)