Skip to content

Commit 1377a93

Browse files
Skip pthread_cond_busywait test in browser tests (#589)
The `pthread_cond` test uses `nanosleep` which eventually calls `poll_oneoff` but `@bjorn3/browser_wasi_shim` does not implement it. So we skip the test for now, but we will revisit it later once bjorn3/browser_wasi_shim#88 is merged.
1 parent 859062b commit 1377a93

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/scripts/browser-test/harness.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { chromium } from 'playwright';
2121
const SKIP_TESTS = [
2222
// "poll_oneoff" can't be implemented in the browser
2323
"libc-test/functional/pthread_cond",
24+
"libc-test/functional/pthread_cond_busywait",
2425
// atomic.wait32 can't be executed on the main thread
2526
"libc-test/functional/pthread_mutex",
2627
"libc-test/functional/pthread_tsd",

0 commit comments

Comments
 (0)