From a1f428a3430a33963e4c8c7dee987bd73ed472c4 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 11 Feb 2025 00:57:10 +0100 Subject: [PATCH 1/5] test: skip `test-perf-hooks` on SmartOS Refs: https://github.com/nodejs/node/issues/57000 PR-URL: https://github.com/nodejs/node/pull/57001 Reviewed-By: Marco Ippolito Reviewed-By: Richard Lau --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 0cfd67fc86c190..4f0b2cf92c4b3b 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -20,6 +20,8 @@ test-http-max-sockets: PASS, FLAKY [$system==macos] [$system==solaris] # Also applies to SmartOS +# https://github.com/nodejs/node/issues/57000 +test-perf-hooks: SKIP [$system==freebsd] From 350eb50bbebf6255bdc7d41d195ad3dd191c71c5 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 11 Feb 2025 18:26:54 +0100 Subject: [PATCH 2/5] test: mark `test-performance-function` as flaky Refs: https://github.com/nodejs/node/issues/54803 PR-URL: https://github.com/nodejs/node/pull/57001 Reviewed-By: Marco Ippolito Reviewed-By: Richard Lau --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index a500bcb603891e..46030eeb425941 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -24,6 +24,8 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY [$system==win32 && $arch==arm64] [$system==linux] +# https://github.com/nodejs/node/issues/54803 +test-performance-function: PASS, FLAKY # https://github.com/nodejs/node/issues/39368 test-domain-error-types: PASS,FLAKY # https://github.com/nodejs/node/issues/47420 From 8e53f1f43d50294c28bd0626ecc3c699e70b002c Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 11 Feb 2025 18:29:01 +0100 Subject: [PATCH 3/5] test: mark test-inspector-multisession-ws as flaky Refs: https://github.com/nodejs/node/issues/34730 PR-URL: https://github.com/nodejs/node/pull/57001 Reviewed-By: Marco Ippolito Reviewed-By: Richard Lau --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 46030eeb425941..ab87410ea7cf19 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -26,6 +26,8 @@ test-worker-nearheaplimit-deadlock: PASS, FLAKY [$system==linux] # https://github.com/nodejs/node/issues/54803 test-performance-function: PASS, FLAKY +# https://github.com/nodejs/node/issues/34730 +test-inspector-multisession-ws: PASS, FLAKY # https://github.com/nodejs/node/issues/39368 test-domain-error-types: PASS,FLAKY # https://github.com/nodejs/node/issues/47420 From dafea869628eb22ac7cff26764d14da1587e5e89 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 11 Feb 2025 18:31:53 +0100 Subject: [PATCH 4/5] test: mark `test-perf-hooks` as flaky on macOS PR-URL: https://github.com/nodejs/node/pull/57001 Reviewed-By: Marco Ippolito Reviewed-By: Richard Lau --- test/sequential/sequential.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 4f0b2cf92c4b3b..44e9d0c280676b 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -18,6 +18,8 @@ test-http-max-sockets: PASS, FLAKY [$system==linux] [$system==macos] +# https://github.com/nodejs/node/issues/57000 +test-perf-hooks: PASS, FLAKY [$system==solaris] # Also applies to SmartOS # https://github.com/nodejs/node/issues/57000 From 06c523d693ea213cc5c6fabc223e8f585cb1720a Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 11 Feb 2025 18:34:10 +0100 Subject: [PATCH 5/5] test: mark `test-inspector-stop-profile-after-done` as flaky Refs: https://github.com/nodejs/node/issues/50046 PR-URL: https://github.com/nodejs/node/pull/57001 Reviewed-By: Marco Ippolito Reviewed-By: Richard Lau --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ab87410ea7cf19..cfeae36522742c 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -34,6 +34,8 @@ test-domain-error-types: PASS,FLAKY test-file-write-stream4: PASS,FLAKY # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS, FLAKY +# https://github.com/nodejs/node/issues/50046 +test-inspector-stop-profile-after-done: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605