Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

set several tests as flaky #54802

Closed
wants to merge 16 commits into from
Closed
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
2 changes: 2 additions & 0 deletions test/async-hooks/async-hooks.status
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ prefix async-hooks
[$system==win32]

[$system==linux]
# https://github.com/nodejs/node/issues/54809
anonrig marked this conversation as resolved.
Show resolved Hide resolved
test-writewrap: PASS, FLAKY

[$system==macos]

Expand Down
26 changes: 26 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,33 @@ 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]

[$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
Expand All @@ -45,13 +65,17 @@ 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
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
Expand All @@ -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]

Expand Down
6 changes: 6 additions & 0 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading