Skip to content

Commit

Permalink
Disable test_fcntl_open under windows + noderawfs. NFC (emscripten-co…
Browse files Browse the repository at this point in the history
  • Loading branch information
sbc100 authored Dec 20, 2024
1 parent 89f7c26 commit 3d4df5b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5544,7 +5544,10 @@ def test_fcntl(self):
self.do_run_in_out_file_test('fcntl/test_fcntl.c')

@also_with_nodefs_both
@crossplatform
def test_fcntl_open(self):
if '-DNODERAWFS' in self.emcc_args and WINDOWS:
self.skipTest('currently failing under windows and noderawfs')
self.do_run_in_out_file_test('fcntl/test_fcntl_open.c')

@also_with_wasm_bigint
Expand Down

0 comments on commit 3d4df5b

Please sign in to comment.