Skip to content

Commit 4d4e506

Browse files
RaisinTentargos
authored andcommitted
test,doc,sea: run SEA tests on ppc64
The recent Postject upgrade, #48072, included a performance improvement for the injection operation (see nodejs/postject#86), so now it might be possible to run the SEA tests on the ppc64 architecture runners on Jenkins, which was previously getting timed out. Signed-off-by: Darshan Sen <[email protected]> PR-URL: #48111 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 9e2b13d commit 4d4e506

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/api/single-executable-applications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ platforms:
233233
* Windows
234234
* macOS
235235
* Linux (all distributions [supported by Node.js][] except Alpine and all
236-
architectures [supported by Node.js][] except s390x and ppc64)
236+
architectures [supported by Node.js][] except s390x)
237237
238238
This is due to a lack of better tools to generate single-executables that can be
239239
used to test this feature on other platforms.

test/common/sea.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@ function skipIfSingleExecutableIsNotSupported() {
4040
if (process.arch === 's390x') {
4141
common.skip('On s390x, postject fails with `memory access out of bounds`.');
4242
}
43-
44-
if (process.arch === 'ppc64') {
45-
common.skip('On ppc64, this test times out.');
46-
}
4743
}
4844
}
4945

0 commit comments

Comments
 (0)