Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ test-fs-read-stream-concurrent-reads: PASS, FLAKY
test-snapshot-incompatible: SKIP

[$system==win32]
# https://github.com/nodejs/node/issues/55154#issuecomment-5423571475
test-runner-coverage: PASS, FLAKY
# https://github.com/nodejs/node/issues/59090
test-inspector-network-fetch: PASS, FLAKY
# https://github.com/nodejs/node/issues/59636
Expand All @@ -36,6 +38,8 @@ test-performance-function: PASS, FLAKY
test-esm-loader-hooks-inspect-wait: PASS, FLAKY

[$system==linux && $arch==s390x]
# https://github.com/nodejs/node/issues/55154#issuecomment-5423571475
test-runner-coverage: PASS, FLAKY
# https://github.com/nodejs/node/issues/58353
test-http2-debug: PASS, FLAKY

Expand Down Expand Up @@ -97,6 +101,8 @@ test-fs-watch-ignore-mixed: SKIP
test-fs-watch-ignore-regexp: SKIP

[$system==aix]
# https://github.com/nodejs/node/issues/55154#issuecomment-5423571475
test-runner-coverage: PASS, FLAKY
# https://github.com/nodejs/node/issues/54346
test-esm-loader-hooks-inspect-wait: PASS, FLAKY

Expand Down
4 changes: 4 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ test-watch-mode-inspect: PASS, FLAKY
# https://github.com/nodejs/node/issues/47409
test-http2-large-file: PASS, FLAKY

[$system==win32]
# https://github.com/nodejs/node/issues/63212#issuecomment-5423558796
test-debugger-pid: PASS, FLAKY

[$system==linux]
# https://github.com/nodejs/node/issues/54817
test-http-server-request-timeouts-mixed: PASS, FLAKY
Expand Down
6 changes: 6 additions & 0 deletions test/test-runner/test-runner.status
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,9 @@ prefix test-runner
# https://github.com/nodejs/node/pull/54888#issuecomment-2351128116
# TODO(pmarchini): This test is failing when isolation is set to none and must be fixed.
test-watch-create-isolation-none: SKIP

[$system==macos && $arch==x64]
# https://github.com/nodejs/node/issues/54534#issuecomment-5423551021
test-run-watch-cwd-isolation-none: PASS, FLAKY
test-run-watch-cwd-isolation-none-argv: PASS, FLAKY
test-run-watch-emit-restarted: PASS, FLAKY
4 changes: 4 additions & 0 deletions test/wasi/wasi.status
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ test-wasi-getrusage: SKIP
# Unsupported on Windows and Android
test-wasi-readdir: SKIP

[$system==win32 || $system==macos]
# https://github.com/nodejs/node/issues/64226#issuecomment-5423585588
test-wasi-pthread: PASS, FLAKY

[$system==linux]
# https://github.com/nodejs/node/issues/59146
test-wasi-pthread: PASS, FLAKY
Loading