Skip to content

Commit 8709f05

Browse files
richardlaumarco-ippolito
authored andcommitted
test: skip sea tests on Linux ppc64le
Theses tests are failing when compiled with clang. Skip for now to avoid breaking the CI when we switch over to building with clang. PR-URL: #59563 Refs: #59561 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Xuguang Mei <meixuguang@gmail.com> Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
1 parent 9fcc452 commit 8709f05

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

test/sequential/sequential.status

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,14 @@ test-tls-securepair-client: PASS, FLAKY
5454
test-watch-mode-inspect: SKIP
5555

5656
[$system==linux && $arch==ppc64]
57-
# https://github.com/nodejs/node/pull/58588
57+
# https://github.com/nodejs/node/issues/59561
5858
test-single-executable-application: SKIP
5959
test-single-executable-application-assets: SKIP
6060
test-single-executable-application-assets-raw: SKIP
6161
test-single-executable-application-disable-experimental-sea-warning: SKIP
6262
test-single-executable-application-empty: SKIP
63+
test-single-executable-application-exec-argv: SKIP
64+
test-single-executable-application-exec-argv-empty: SKIP
6365
test-single-executable-application-snapshot: SKIP
6466
test-single-executable-application-snapshot-and-code-cache: SKIP
6567
test-single-executable-application-snapshot-worker: SKIP

0 commit comments

Comments
 (0)