We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
pthread_cond_busywait
1 parent 0d6d39c commit eb5e958Copy full SHA for eb5e958
test/scripts/browser-test/harness.mjs
@@ -19,9 +19,6 @@ import url from "node:url";
19
import { chromium } from 'playwright';
20
21
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",
25
// atomic.wait32 can't be executed on the main thread
26
"libc-test/functional/pthread_mutex",
27
"libc-test/functional/pthread_tsd",
0 commit comments