From 5d252b7a67f0b951b564e2a53479198838895f10 Mon Sep 17 00:00:00 2001 From: Michael Dawson Date: Thu, 12 Dec 2024 18:05:01 -0500 Subject: [PATCH] test: remove exludes for sea tests on PPC The referenced issue is closed as having been fixed, so the tests should run ok. Unexclude them. Signed-off-by: Michael Dawson PR-URL: https://github.com/nodejs/node/pull/56217 Reviewed-By: Yagiz Nizipli Reviewed-By: James M Snell Reviewed-By: Richard Lau Reviewed-By: Luigi Pinca --- test/sequential/sequential.status | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 073b29cce8dbca..5f4445416d95fa 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -52,14 +52,3 @@ test-watch-mode-inspect: SKIP [$arch==s390x] # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY - -[$system==linux && $arch==ppc64] -# https://github.com/nodejs/node/issues/50740 -test-single-executable-application-assets-raw: PASS, FLAKY -test-single-executable-application-assets: PASS, FLAKY -test-single-executable-application-disable-experimental-sea-warning: PASS, FLAKY -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