Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions test/sea/sea.status
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
prefix sea

# 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==macos && $arch==x64]
# https://github.com/nodejs/node/issues/59553
test-single-executable-application*: SKIP
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know if this syntax will work. Guess we can run the CI to check.


[$system==win32]
# https://github.com/nodejs/node/issues/49630
test-single-executable-application-snapshot: PASS, FLAKY
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 6 additions & 0 deletions test/sea/testcfg.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import sys, os
sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
import testpy

def GetConfiguration(context, root):
return testpy.SimpleTestConfiguration(context, root, 'sea')
24 changes: 0 additions & 24 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ test-watch-mode-inspect: PASS, FLAKY
test-http2-large-file: PASS, FLAKY

[$system==win32]
# https://github.com/nodejs/node/issues/49630
test-single-executable-application-snapshot: PASS, FLAKY
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
# https://github.com/nodejs/node/issues/47409
test-http2-large-file: PASS, FLAKY

Expand All @@ -26,27 +23,6 @@ test-http-server-request-timeouts-mixed: PASS, FLAKY

[$system==macos]

[$system==macos && $arch==x64]
# https://github.com/nodejs/node/issues/59553
test-single-executable-application: PASS, FLAKY
test-single-executable-application-assets: PASS, FLAKY
test-single-executable-application-assets-raw: PASS, FLAKY
test-single-executable-application-asset-keys-empty: PASS, FLAKY
test-single-executable-application-asset-keys: PASS, FLAKY
test-single-executable-application-disable-experimental-sea-warning: PASS, FLAKY
test-single-executable-application-empty: PASS, FLAKY
test-single-executable-application-exec-argv: PASS, FLAKY
test-single-executable-application-exec-argv-empty: PASS, FLAKY
test-single-executable-application-exec-argv-extension-cli: PASS, FLAKY
test-single-executable-application-exec-argv-extension-env: PASS, FLAKY
test-single-executable-application-exec-argv-extension-none: PASS, FLAKY
test-single-executable-application-inspect-in-sea-flags: PASS, FLAKY
test-single-executable-application-inspect: PASS, FLAKY
test-single-executable-application-snapshot: PASS, FLAKY
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
test-single-executable-application-snapshot-worker: PASS, FLAKY
test-single-executable-application-use-code-cache: PASS, FLAKY

# https://github.com/nodejs/node/issues/43465
test-http-server-request-timeouts-mixed: PASS, FLAKY

Expand Down
Loading