Skip to content

Commit e3ad5cc

Browse files
richardlautargos
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 b738318 commit e3ad5cc

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

test/sequential/sequential.status

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,17 @@ test-tls-psk-client: PASS, FLAKY
5151
[$arch==arm]
5252
# https://github.com/nodejs/node/issues/49933
5353
test-watch-mode-inspect: SKIP
54+
55+
[$system==linux && $arch==ppc64]
56+
# https://github.com/nodejs/node/issues/59561
57+
test-single-executable-application: SKIP
58+
test-single-executable-application-assets: SKIP
59+
test-single-executable-application-assets-raw: SKIP
60+
test-single-executable-application-disable-experimental-sea-warning: SKIP
61+
test-single-executable-application-empty: SKIP
62+
test-single-executable-application-exec-argv: SKIP
63+
test-single-executable-application-exec-argv-empty: SKIP
64+
test-single-executable-application-snapshot: SKIP
65+
test-single-executable-application-snapshot-and-code-cache: SKIP
66+
test-single-executable-application-snapshot-worker: SKIP
67+
test-single-executable-application-use-code-cache: SKIP

0 commit comments

Comments
 (0)