Skip to content

Commit 757a84c

Browse files
richardlauRafaelGSS
authored andcommitted
test: fix flaky conditions for ppc64 SEA tests
In test status files, `$system` will be the OS and not the arch (which would be `$arch`). Add missing single-executable-application test to the list of tests marked flaky on Linux ppc64le. PR-URL: #51422 Refs: #50828 Refs: #50740 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Michael Dawson <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Joyee Cheung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent a0ff00b commit 757a84c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/sequential/sequential.status

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ test-watch-mode-inspect: SKIP
4747
# https://github.com/nodejs/node/issues/41286
4848
test-performance-eventloopdelay: PASS, FLAKY
4949

50-
[$system==ppc || $system==ppc64]
50+
[$system==linux && $arch==ppc64]
5151
# https://github.com/nodejs/node/issues/50740
52+
test-single-executable-application-disable-experimental-sea-warning: PASS, FLAKY
5253
test-single-executable-application-empty: PASS, FLAKY
5354
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
5455
test-single-executable-application-snapshot: PASS, FLAKY

0 commit comments

Comments
 (0)