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
13 changes: 0 additions & 13 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ prefix parallel
test-shadow-realm-gc: SKIP
test-shadow-realm-gc-module: SKIP

# https://github.com/nodejs/node/issues/51862
test-fs-read-stream-concurrent-reads: PASS, FLAKY

# Until V8 provides a better way to check for flag mismatch without
# making the code cache/snapshot unreproducible, disable the test
# for a preemptive check now. It should ideally fail more gracefully
Expand All @@ -30,10 +27,6 @@ test-fs-cp-async-symlink-points-to-dest: SKIP
[$system==win32 && $arch==arm64]

[$system==linux]
# 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

[$system==macos]
# https://github.com/nodejs/node/issues/42741
Expand Down Expand Up @@ -63,8 +56,6 @@ test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
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/54346
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
# https://github.com/nodejs/node/issues/61520
test-fs-promises-watch-iterator: SKIP
test-fs-promises-watch-ignore-function: SKIP
Expand All @@ -79,8 +70,6 @@ test-fs-watch-ignore-regexp: SKIP
test-tick-processor-arguments: SKIP

[$system==freebsd]
# https://github.com/nodejs/node/issues/54346
test-esm-loader-hooks-inspect-wait: PASS, FLAKY
# https://github.com/nodejs/node/issues/61520
test-fs-promises-watch-iterator: SKIP
test-fs-promises-watch-ignore-function: SKIP
Expand All @@ -93,8 +82,6 @@ test-fs-watch-ignore-mixed: SKIP
test-fs-watch-ignore-regexp: SKIP

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

[$system==ibmi]
# https://github.com/nodejs/node/pull/30819
Expand Down
4 changes: 0 additions & 4 deletions test/report/report.status
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ prefix report

[true] # This section applies to all platforms

[$system==solaris] # Also applies to SmartOS
# https://github.com/nodejs/node/issues/43457
test-report-fatal-error: PASS, FLAKY

[$system==ibmi]
# https://github.com/nodejs/node/issues/58582
test-report-exclude-network: SKIP
5 changes: 0 additions & 5 deletions test/sea/sea.status
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ test-build-sea*: SKIP
test-single-executable-application*: SKIP
test-build-sea*: SKIP

[$system==linux && $arch==arm && $mode==debug]
# https://github.com/nodejs/node/issues/63749
test-single-executable-application*: PASS, FLAKY
test-build-sea*: PASS, FLAKY

[$system==solaris || $system==aix]
# Cannot compile LIEF on these platforms
test-build-sea*: SKIP
4 changes: 0 additions & 4 deletions test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ prefix sequential
# sample-test : PASS,FLAKY

[true] # This section applies to all platforms
# https://github.com/nodejs/node/issues/27611#issuecomment-613100468
test-cpu-prof-dir-worker: 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
Expand Down
Loading