Skip to content

Commit 506d388

Browse files
committed
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 <rafael.nunu@hotmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com> Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io> Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 0dd89ec commit 506d388

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)