From db343de3d6359a7fdb1e7c08277dd00b1399c775 Mon Sep 17 00:00:00 2001 From: Aviv Keller Date: Sun, 19 Jul 2026 16:47:08 -0700 Subject: [PATCH] test: mark test-repl-user-error-handler as flaky Signed-off-by: Aviv Keller --- test/parallel/parallel.status | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7b15183e2fdbd7..695736b237b6f7 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -19,6 +19,18 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY # https://github.com/nodejs/build/issues/3043 test-snapshot-incompatible: SKIP +# There's a bug in CDP where `replMode: true` causes the Inspector +# to collect its `Runtime.evaluate` promise before the evaluation +# is complete. This test intentionally runs multiple REPL instances +# in parallel, which significantly increases the likelihood of a +# garbage collection occurring while an evaluation is still pending. +# In normal usage, users typically don't create multiple REPLs +# simultaneously, so this race is much much less likely to occur. +# https://github.com/nodejs/node/issues/64595 +# https://issues.chromium.org/issues/536271637 +# https://ci.nodejs.org/job/node-stress-single-test/800 (38/1000) +test-repl-user-error-handler: PASS, FLAKY + [$system==win32] # https://github.com/nodejs/node/issues/59090 test-inspector-network-fetch: PASS, FLAKY