Skip to content

Skip pthread_cond_busywait test in browser tests#589

Merged
sunfishcode merged 1 commit intoWebAssembly:mainfrom
kateinoigakukun:yt/skip-pthread-cond-test
Jun 20, 2025
Merged

Skip pthread_cond_busywait test in browser tests#589
sunfishcode merged 1 commit intoWebAssembly:mainfrom
kateinoigakukun:yt/skip-pthread-cond-test

Conversation

@kateinoigakukun
Copy link
Contributor

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.

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.
@sunfishcode sunfishcode merged commit 1377a93 into WebAssembly:main Jun 20, 2025
14 checks passed
@sunfishcode
Copy link
Member

Thanks!

@bjorn3
Copy link

bjorn3 commented Jun 22, 2025

bjorn3/browser_wasi_shim#88 has been merged. By the way, maybe it would be nice to run wasi-libc's test suite in browser_wasi_shim's CI too?

kateinoigakukun added a commit to kateinoigakukun/wasi-libc that referenced this pull request Jun 22, 2025
kateinoigakukun added a commit to kateinoigakukun/wasi-libc that referenced this pull request Jun 22, 2025
abrown pushed a commit that referenced this pull request Jun 25, 2025
Update @bjorn3/browser_wasi_shim to version 0.4.2. This release includes
a limited polyfill for `poll_oneoff`, which is necessary for the
`pthread_cond` test to pass in the browser.
bjorn3/browser_wasi_shim#88
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants