From 6b392e5e07a6e5df4b0ae9e6e68b9b23b60b7829 Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Thu, 17 Jul 2025 19:50:49 -0300 Subject: [PATCH 1/2] build: remove suppressions.supp We have removed the UBSan workflow and there's no ongoing initiative to bring it back. PR-URL: https://github.com/nodejs/node/pull/59079 Reviewed-By: Richard Lau Reviewed-By: Marco Ippolito Reviewed-By: Luigi Pinca --- suppressions.supp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 suppressions.supp diff --git a/suppressions.supp b/suppressions.supp deleted file mode 100644 index 9dc89fb83df5b4..00000000000000 --- a/suppressions.supp +++ /dev/null @@ -1,6 +0,0 @@ -vptr:deps/icu-small/source/common/uloc_tag.cpp -vptr:deps/icu-small/source/common/unistr.cpp -shift-base:deps/v8/src/wasm/decoder.h -vptr:deps/icu-small/source/common/sharedobject.cpp -vptr:deps/icu-small/source/i18n/coll.cpp -nonnull-attribute:deps/v8/src/snapshot/snapshot-source-sink.h From b16a0e789b61cc4aa0452761c8b27ba9740e8360 Mon Sep 17 00:00:00 2001 From: Joyee Cheung Date: Fri, 18 Jul 2025 01:46:25 +0200 Subject: [PATCH 2/2] test: mark test-inspector-network-fetch as flaky on Windows PR-URL: https://github.com/nodejs/node/pull/59091 Refs: https://github.com/nodejs/node/issues/59090 Reviewed-By: Chengzhong Wu Reviewed-By: Ryuhei Shima Reviewed-By: Filip Skokan --- test/parallel/parallel.status | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 9c534c4492ae4c..75f0cd009c703a 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -26,6 +26,8 @@ test-async-context-frame: PASS, FLAKY test-runner-run-watch: PASS, FLAKY # https://github.com/nodejs/node/issues/56794 test-fs-cp: PASS, FLAKY +# https://github.com/nodejs/node/issues/59090 +test-inspector-network-fetch: PASS, FLAKY # https://github.com/nodejs/node/issues/56751 test-without-async-context-frame: PASS, FLAKY