Skip to content

Commit 21b8f91

Browse files
authored
Fix strict.test_unistd_misc* (#25017)
1 parent 98d42fa commit 21b8f91

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6189,6 +6189,8 @@ def test_unistd_io(self):
61896189
@no_windows('https://github.com/emscripten-core/emscripten/issues/8882')
61906190
@also_with_nodefs
61916191
def test_unistd_misc(self):
6192+
if self.get_setting('STRICT'):
6193+
self.set_setting('ALLOW_UNIMPLEMENTED_SYSCALLS')
61926194
self.do_run_in_out_file_test('unistd/misc.c', interleaved_output=False)
61936195

61946196
@also_with_standalone_wasm()

0 commit comments

Comments
 (0)