Skip to content

Commit 06f961c

Browse files
Revert "Skip pthread_cond_busywait test in browser tests (WebAssembly#589)"
This reverts commit 1377a93.
1 parent 0d6d39c commit 06f961c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/scripts/browser-test/harness.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ 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",
2524
// atomic.wait32 can't be executed on the main thread
2625
"libc-test/functional/pthread_mutex",
2726
"libc-test/functional/pthread_tsd",

0 commit comments

Comments
 (0)