From 7ed592cecffab19bb4e0f2635e01d24723b43eb7 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Wed, 15 Nov 2023 19:14:57 +0100 Subject: [PATCH] test: mark SEA tests as flaky on PowerPC PR-URL: https://github.com/nodejs/node/pull/50750 Refs: https://github.com/nodejs/node/issues/50740 Refs: https://github.com/nodejs/reliability/issues/718 Reviewed-By: Yagiz Nizipli Reviewed-By: Michael Dawson --- 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