Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
test: skip sea tests on x64 macOS
It's unlikely that anyone would invest in fixing them on x64 macOS
in the near future, now that x64 macOS is being phased out.
Simply skip them for now.

PR-URL: #60250
Refs: #59553
Reviewed-By: Richard Lau <richard.lau@ibm.com>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
  • Loading branch information
joyeecheung committed Oct 17, 2025
commit 9e8c7535f2331f767dd4ddc15abd99bf72a61cc5
20 changes: 1 addition & 19 deletions test/sea/sea.status
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,7 @@ prefix sea

[$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

test-single-executable-application*: SKIP
Comment thread
richardlau marked this conversation as resolved.

[$system==linux && $arch==ppc64]
# https://github.com/nodejs/node/issues/59561
Expand Down
Loading