From 6e0f0fafe4844817b756e136220f61235da6c498 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Tue, 21 Nov 2023 01:25:14 +0100 Subject: [PATCH] test: use ppc and ppc64 to skip SEA tests on PowerPC It seems using ppc alone is not enough. Add ppc64 to be safe. PR-URL: https://github.com/nodejs/node/pull/50828 Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca Reviewed-By: Keyhan Vakil --- test/sequential/sequential.status | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index c25fdaa17236bd..a5e2d38ff31aa8 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -47,7 +47,7 @@ test-watch-mode-inspect: PASS, FLAKY # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY -[$arch==ppc] +[$system==ppc || $system==ppc64] # https://github.com/nodejs/node/issues/50740 test-single-executable-application-empty: PASS, FLAKY test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY