Skip to content

Commit d86c1d9

Browse files
trivikraduh95
authored andcommitted
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: #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>
1 parent b4e941c commit d86c1d9

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/sea/sea.status

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ test-build-sea*: SKIP
2020
test-single-executable-application*: SKIP
2121
test-build-sea*: SKIP
2222

23+
[$system==linux && $arch==arm && $mode==debug]
24+
# https://github.com/nodejs/node/issues/63749
25+
test-single-executable-application*: PASS, FLAKY
26+
test-build-sea*: PASS, FLAKY
27+
2328
[$system==win32]
2429
# https://github.com/nodejs/node/issues/49630
2530
test-single-executable-application-snapshot: PASS, FLAKY

0 commit comments

Comments
 (0)