From 4353e90fef6bee205cad3de685502ebaaccdbf19 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 15 Nov 2023 19:14:57 +0100 Subject: [PATCH 1/3] test: mark SEA tests as flaky on PowerPC --- test/sequential/sequential.status | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 6d89fa0a4d2127..c25fdaa17236bd 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -46,3 +46,11 @@ test-watch-mode-inspect: PASS, FLAKY [$arch==s390x] # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY + +[$arch==ppc] +# https://github.com/nodejs/node/issues/50740 +test-single-executable-application-empty: PASS, FLAKY +test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY +test-single-executable-application-snapshot: PASS, FLAKY +test-single-executable-application-use-code-cache: PASS, FLAKY +test-single-executable-application: PASS, FLAKY From cf3c27e4f6322b59834322eeeef3ea61be77bc6e Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 16 Nov 2023 18:33:15 +0100 Subject: [PATCH 2/3] fixup! test: mark SEA tests as flaky on PowerPC Co-authored-by: Richard Lau --- 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..991ad497ddd705 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] +[$arch==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 From 72be56bfe18da51b71848f812022d6ff65d5a71c Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Thu, 16 Nov 2023 18:43:35 +0100 Subject: [PATCH 3/3] fixup! fixup! test: mark SEA tests as flaky on PowerPC --- 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 991ad497ddd705..c25fdaa17236bd 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==ppc64] +[$arch==ppc] # https://github.com/nodejs/node/issues/50740 test-single-executable-application-empty: PASS, FLAKY test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY