Skip to content

Commit 1d6cca7

Browse files
committed
[GR-61836] Skip transiently failing test on windows.
PullRequest: js/3416
2 parents 77a8dcc + c26277a commit 1d6cca7

File tree

2 files changed

+3
-18
lines changed

2 files changed

+3
-18
lines changed

graal-nodejs/test/parallel/parallel.status

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -326,6 +326,9 @@ test-strace-openat-openssl: FAIL
326326
test-windows-failed-heap-allocation: FAIL
327327
# Subtest "TZ environment variable" fails consistently on windows
328328
test-dotenv-node-options: FAIL
329+
# Error: EBUSY: resource busy or locked, unlink 'test\.tmp.*\database-*.db'
330+
test-sqlite-database-sync: SKIP
331+
test-sqlite-statement-sync: SKIP
329332

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

347-
[$system==solaris]
348-
test-http2-respond-file-fd-invalid : FAIL
349-
350-
# SIGBUS at DES_encrypt2.constprop
351-
test-crypto: FAIL
352-
test-crypto-binary-default: FAIL
353-
test-crypto-cipheriv-decipheriv: FAIL
354-
test-crypto-rsa-dsa: FAIL
355-
test-https-pfx: FAIL
356-
test-tls-multi-pfx: FAIL
357-
test-tls-ocsp-callback: FAIL
358-
test-tls-passphrase: FAIL
359-
360350
### graal-nodejs-specific end ###
361351

362352
[true] # This section applies to all platforms

graal-nodejs/test/sequential/sequential.status

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,6 @@ test-watch-mode: SKIP
4545
test-worker-fshandles-open-close-on-termination: SKIP
4646
test-worker-http2-stream-terminate: SKIP
4747

48-
[$system==solaris]
49-
50-
# Needs too many system resources (starts 80 child processes)
51-
test-child-process-pass-fd: SKIP
52-
5348
[$system==win32]
5449

5550
# Triggers stack-overflow that may not be handled well

0 commit comments

Comments
 (0)