Skip to content

Disable filesystem tests that need a blocking select/poll, which is not yet implemented in WASMFS#26792

Merged
juj merged 1 commit intoemscripten-core:mainfrom
juj:disable_blocking_select_wasmfs
Apr 26, 2026
Merged

Disable filesystem tests that need a blocking select/poll, which is not yet implemented in WASMFS#26792
juj merged 1 commit intoemscripten-core:mainfrom
juj:disable_blocking_select_wasmfs

Conversation

@juj
Copy link
Copy Markdown
Collaborator

@juj juj commented Apr 26, 2026

Disable filesystem tests that need a blocking select/poll, which is not yet implemented in WASMFS.

// TODO: This should block based on the timeout. The old FS did not do so due
// to web limitations, which we should perhaps revisit (especially with
// pthreads and asyncify).
return nonzero;
.

#26736

Comment thread test/test_core.py Outdated
self.do_core_test('test_syscall_intercept.c')

@requires_pthreads
@no_wasmfs('TODO: WASMFS does not support a blocking select/poll. https://github.com/emscripten-core/emscripten/issues/26736')
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The convention is just to include the but URL, rather than duplicating the description too.

@juj juj force-pushed the disable_blocking_select_wasmfs branch from 49faa7d to 4705796 Compare April 26, 2026 18:07
@juj juj merged commit e7df455 into emscripten-core:main Apr 26, 2026
5 of 13 checks passed
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.

2 participants