node/test/sea
Trivikram Kamat 141a504680
test: mark SEA tests flaky on linux arm debug
The LIEF-based --build-sea tests can be killed by the OS on the
linux arm debug CI worker while rebuilding the ELF binary. The failures
all happen after SEA serialization succeeds, when the injector enters
LIEF::ELF::Builder::build(), and report SIGKILL instead of a test
assertion failure.

Mark the affected SEA build and application test families as flaky only
on linux arm debug, matching the node-test-commit-arm-debug job where
the flakes have been observed.

Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com>
PR-URL: https://github.com/nodejs/node/pull/63743
Refs: https://github.com/nodejs/reliability/blob/main/reports/2026-06-10.md
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
2026-06-11 18:17:44 +00:00
..
sea.status test: mark SEA tests flaky on linux arm debug 2026-06-11 18:17:44 +00:00
test-build-sea-already-exists.js
test-build-sea-config-not-found.js
test-build-sea-custom-argv0.js src: fix --build-sea default executable path 2026-02-09 23:27:02 +00:00
test-build-sea-executable-field.js
test-build-sea-invalid-assets.js
test-build-sea-invalid-boolean-fields.js
test-build-sea-invalid-exec-argv.js
test-build-sea-invalid-executable.js sea: print error information when fs operations fail 2026-02-02 12:43:45 +00:00
test-build-sea-invalid-json.js
test-build-sea-missing-main.js
test-build-sea-missing-output.js
test-build-sea.js
test-single-executable-application-asset-keys-empty.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-asset-keys.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-assets-invalid-type.js
test-single-executable-application-assets-nonexistent-file.js
test-single-executable-application-assets-raw.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-assets.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-disable-experimental-sea-warning.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-empty.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-esm-code-cache.js sea: support code cache for ESM entrypoint in SEA 2026-03-10 22:37:10 +00:00
test-single-executable-application-esm.js sea: support ESM entry point in SEA 2026-02-18 21:03:33 +00:00
test-single-executable-application-exec-argv-empty.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-exec-argv-extension-cli.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-exec-argv-extension-env.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-exec-argv-extension-none.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-exec-argv.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-inspect-in-sea-flags.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-inspect.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-snapshot-and-code-cache.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-snapshot-worker.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-snapshot.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application-use-code-cache.js test: migrate to --build-sea in existing SEA tests 2026-01-22 23:32:51 +01:00
test-single-executable-application.js
test-single-executable-blob-config-errors.js
test-single-executable-blob-config.js
testcfg.py