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 06f961cCopy full SHA for 06f961c
test/scripts/browser-test/harness.mjs
@@ -21,7 +21,6 @@ import { chromium } from 'playwright';
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