Skip to content

Commit eb5e958

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

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/scripts/browser-test/harness.mjs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ import url from "node:url";
1919
import { chromium } from 'playwright';
2020

2121
const SKIP_TESTS = [
22-
// "poll_oneoff" can't be implemented in the browser
23-
"libc-test/functional/pthread_cond",
24-
"libc-test/functional/pthread_cond_busywait",
2522
// atomic.wait32 can't be executed on the main thread
2623
"libc-test/functional/pthread_mutex",
2724
"libc-test/functional/pthread_tsd",

0 commit comments

Comments
 (0)