diff --git a/test/async-hooks/async-hooks.status b/test/async-hooks/async-hooks.status index 673883e4fe3d4d..5dca3cb04f240c 100644 --- a/test/async-hooks/async-hooks.status +++ b/test/async-hooks/async-hooks.status @@ -9,6 +9,8 @@ prefix async-hooks [$system==win32] [$system==linux] +# https://github.com/nodejs/node/issues/54809 +test-writewrap: PASS, FLAKY [$system==macos] diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index ad541eb1c8a8b9..f7e7fa0d8c82cf 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -27,6 +27,14 @@ test-error-serdes: PASS, FLAKY test-snapshot-incompatible: SKIP [$system==win32] +# https://github.com/nodejs/node/issues/54807 +test-runner-watch-mode-complex: PASS, FLAKY +# https://github.com/nodejs/node/issues/54808 +test-async-context-frame: PASS, FLAKY +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY +# https://github.com/nodejs/node/issues/54819 +test-http2-socket-close: PASS, FLAKY # Windows on ARM [$system==win32 && $arch==arm64] @@ -34,6 +42,18 @@ test-snapshot-incompatible: SKIP [$system==linux] # https://github.com/nodejs/node/issues/43465 test-http-server-request-timeouts-mixed: PASS, FLAKY +# https://github.com/nodejs/node/issues/54803 +test-performance-function: PASS, FLAKY +# https://github.com/nodejs/node/issues/54346 +test-esm-loader-hooks-inspect-wait: PASS, FLAKY +# https://github.com/nodejs/node/issues/54810 +test-sqlite-statement-sync: PASS, FLAKY +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY +# https://github.com/nodejs/node/issues/37692 +test-fs-utimes: PASS, FLAKY +# https://github.com/nodejs/node/issues/52274 +test-worker-arraybuffer-zerofill: PASS, FLAKY [$system==linux || $system==win32] # https://github.com/nodejs/node/issues/49605 @@ -45,6 +65,8 @@ test-http-server-headers-timeout-keepalive: PASS,FLAKY test-http-server-request-timeout-keepalive: PASS,FLAKY # https://github.com/nodejs/node/issues/50243 test-inspector-async-stack-traces-set-interval: PASS, FLAKY +# https://github.com/nodejs/node/issues/54811 +test-macos-app-sandbox: PASS, FLAKY [$arch==arm || $arch==arm64] # https://github.com/nodejs/node/pull/31178 @@ -52,6 +74,8 @@ test-crypto-dh-stateless: SKIP test-crypto-keygen: SKIP # https://github.com/nodejs/node/issues/52963 test-pipe-file-to-http: PASS, FLAKY +# https://github.com/nodejs/node/issues/54801 +test-debugger-heap-profiler: PASS, FLAKY [$system==solaris] # Also applies to SmartOS # https://github.com/nodejs/node/issues/43457 @@ -69,6 +93,8 @@ test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY test-domain-with-abort-on-uncaught-exception: PASS, FLAKY # https://github.com/nodejs/node/issues/50050 test-tick-processor-arguments: SKIP +# https://github.com/nodejs/node/issues/54534 +test-runner-run-watch: PASS, FLAKY [$system==freebsd] diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index ccab879b6e5fcd..a539649d553737 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -19,10 +19,16 @@ test-http-max-sockets: PASS, FLAKY # https://github.com/nodejs/node/issues/49630 test-single-executable-application-snapshot: PASS, FLAKY test-single-executable-application-snapshot-and-code-cache: PASS, FLAKY +# https://github.com/nodejs/node/issues/47409 +test-http2-large-file: PASS, FLAKY [$system==linux] +# https://github.com/nodejs/node/issues/54817 +test-http-server-request-timeouts-mixed: PASS, FLAKY [$system==macos] +# https://github.com/nodejs/node/issues/54816 +test-single-executable-application-empty: PASS, FLAKY [$system==solaris] # Also applies to SmartOS