Skip to content

Commit

Permalink
test: use ppc and ppc64 to skip SEA tests on PowerPC
Browse files Browse the repository at this point in the history
It seems using ppc alone is not enough. Add ppc64 to be safe.

PR-URL: nodejs#50828
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Keyhan Vakil <kvakil@sylph.kvakil.me>
  • Loading branch information
joyeecheung authored and martenrichter committed Nov 26, 2023
1 parent 7a9d2c8 commit 81e6747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ test-watch-mode-inspect: PASS, FLAKY
# https://github.com/nodejs/node/issues/41286
test-performance-eventloopdelay: PASS, FLAKY

[$arch==ppc]
[$system==ppc || $system==ppc64]
# https://github.com/nodejs/node/issues/50740
test-single-executable-application-empty: PASS, FLAKY
test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY
Expand Down

0 comments on commit 81e6747

Please sign in to comment.