Skip to content

Commit 528e19c

Browse files
RaisinTenCeres6
authored andcommitted
test,doc,sea: run SEA tests on ppc64
The recent Postject upgrade, nodejs#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 <raisinten@gmail.com> PR-URL: nodejs#48111 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 60c58a4 commit 528e19c

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

doc/api/single-executable-applications.md

+1-1
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

-4
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)