Skip to content

Commit 8cc8a3d

Browse files
committed
test, doc: skip SEA tests on PowerPC
1 parent 2d1bc3d commit 8cc8a3d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

doc/api/single-executable-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ platforms:
283283
* Windows
284284
* macOS
285285
* Linux (all distributions [supported by Node.js][] except Alpine and all
286-
architectures [supported by Node.js][] except s390x)
286+
architectures [supported by Node.js][] except s390x and PowerPC)
287287
288288
This is due to a lack of better tools to generate single-executables that can be
289289
used to test this feature on other platforms.

test/sequential/sequential.status

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,11 @@ test-watch-mode-inspect: PASS, FLAKY
4646
[$arch==s390x]
4747
# https://github.com/nodejs/node/issues/41286
4848
test-performance-eventloopdelay: PASS, FLAKY
49+
50+
[$arch==ppc]
51+
# https://github.com/nodejs/node/issues/50740
52+
test-single-executable-application-empty: SKIP
53+
test-single-executable-application-snapshot-and-code-cache: SKIP
54+
test-single-executable-application-snapshot: SKIP
55+
test-single-executable-application-use-code-cache: SKIP
56+
test-single-executable-application: SKIP

0 commit comments

Comments
 (0)