emscripten-core / emscripten-core/emscripten
WASMFS missing support for blocking select/poll
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
The WASMFS suite has some test failures in the tree: http://clbri.com:8010/api/v2/logs/393046/raw_inline
```
FAIL: test_ppoll_blocking (test_core.wasmfs.test_ppoll_blocking)
FAIL: test_poll_blocking (test_core.wasmfs.test_poll_blocking)
FAIL: test_poll_blocking_asyncify (test_core.wasmfs.test_poll_blocking_asyncify)
FAIL: test_pselect_blocking (test_core.wasmfs.test_pselect_blocking)
FAIL: test_select_blocking (test_core.wasmfs.test_select_blocking)
FAIL: test_unistd_close_rawfs (test_core.wasmfs.test_unistd_close_rawfs)
```
Bisected the last test failure (`wasmfs.test_unistd_close_rawfs`) down to this commit:
https://github.com/emscripten-core/emscripten/pull/26461
Contributor guide
Assessment
This issue has not been assessed yet.