Skip to content

Commit

Permalink
test, doc: skip SEA tests on PowerPC
Browse files Browse the repository at this point in the history
  • Loading branch information
joyeecheung committed Nov 15, 2023
1 parent 2d1bc3d commit 8cc8a3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/single-executable-applications.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ platforms:
* Windows
* macOS
* Linux (all distributions [supported by Node.js][] except Alpine and all
architectures [supported by Node.js][] except s390x)
architectures [supported by Node.js][] except s390x and PowerPC)
This is due to a lack of better tools to generate single-executables that can be
used to test this feature on other platforms.
Expand Down
8 changes: 8 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,11 @@ test-watch-mode-inspect: PASS, FLAKY
[$arch==s390x]
# https://github.com/nodejs/node/issues/41286
test-performance-eventloopdelay: PASS, FLAKY

[$arch==ppc]
# https://github.com/nodejs/node/issues/50740
test-single-executable-application-empty: SKIP
test-single-executable-application-snapshot-and-code-cache: SKIP
test-single-executable-application-snapshot: SKIP
test-single-executable-application-use-code-cache: SKIP
test-single-executable-application: SKIP

0 comments on commit 8cc8a3d

Please sign in to comment.