Skip to content

Commit

Permalink
[GR-61836] Skip transiently failing test on windows.
Browse files Browse the repository at this point in the history
PullRequest: js/3416
  • Loading branch information
woess committed Feb 11, 2025
2 parents 77a8dcc + c26277a commit 1d6cca7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 18 deletions.
16 changes: 3 additions & 13 deletions graal-nodejs/test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -326,6 +326,9 @@ test-strace-openat-openssl: FAIL
test-windows-failed-heap-allocation: FAIL
# Subtest "TZ environment variable" fails consistently on windows
test-dotenv-node-options: FAIL
# Error: EBUSY: resource busy or locked, unlink 'test\.tmp.*\database-*.db'
test-sqlite-database-sync: SKIP
test-sqlite-statement-sync: SKIP

# Unclassified
test-datetime-change-notify: FAIL
Expand All @@ -344,19 +347,6 @@ test-async-local-storage-exit-does-not-leak: PASS,FAIL
# Random timeouts.
test-child-process-stdio-inherit: PASS,FAIL

[$system==solaris]
test-http2-respond-file-fd-invalid : FAIL

# SIGBUS at DES_encrypt2.constprop
test-crypto: FAIL
test-crypto-binary-default: FAIL
test-crypto-cipheriv-decipheriv: FAIL
test-crypto-rsa-dsa: FAIL
test-https-pfx: FAIL
test-tls-multi-pfx: FAIL
test-tls-ocsp-callback: FAIL
test-tls-passphrase: FAIL

### graal-nodejs-specific end ###

[true] # This section applies to all platforms
Expand Down
5 changes: 0 additions & 5 deletions graal-nodejs/test/sequential/sequential.status
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,6 @@ test-watch-mode: SKIP
test-worker-fshandles-open-close-on-termination: SKIP
test-worker-http2-stream-terminate: SKIP

[$system==solaris]

# Needs too many system resources (starts 80 child processes)
test-child-process-pass-fd: SKIP

[$system==win32]

# Triggers stack-overflow that may not be handled well
Expand Down

0 comments on commit 1d6cca7

Please sign in to comment.