From eadc87a021ce4fbf0b4547c36aaa4837cb666ec8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9my=20Lal?= Date: Thu, 29 Aug 2024 10:25:23 +0200 Subject: [PATCH] using shared libuv cannot guarantee io_uring is disabled Forwarded: not-needed This is CVE-2024-22017 Gbp-Pq: Topic deps Gbp-Pq: Name uv_io_uring_tests.patch --- test/parallel/parallel.status | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 134570cd8..8e844d563 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -22,6 +22,11 @@ test-error-serdes: PASS, FLAKY # https://github.com/nodejs/node/issues/54006 test-sqlite: PASS, FLAKY +test-process-uid-gid : FAIL +test-process-initgroups : FAIL +test-process-setgroups : FAIL +test-process-euid-egid : FAIL + test-process-config : PASS,FLAKY test-regress-GH-746 : PASS,FLAKY test-stdout-close-unref : PASS,FLAKY -- 2.30.2