We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 98d42fa commit 21b8f91Copy full SHA for 21b8f91
test/test_core.py
@@ -6189,6 +6189,8 @@ def test_unistd_io(self):
6189
@no_windows('https://github.com/emscripten-core/emscripten/issues/8882')
6190
@also_with_nodefs
6191
def test_unistd_misc(self):
6192
+ if self.get_setting('STRICT'):
6193
+ self.set_setting('ALLOW_UNIMPLEMENTED_SYSCALLS')
6194
self.do_run_in_out_file_test('unistd/misc.c', interleaved_output=False)
6195
6196
@also_with_standalone_wasm()
0 commit comments