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: #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 targos committed Nov 21, 2023
1 parent a528bbc commit 6e0f0fa
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 6e0f0fa

Please sign in to comment.