Skip to content

Commit 72aa41b

Browse files
committed
Disable test_fs_enotdir on Windows
This seems to be another instance of emscripten-core#8882 where errno values don't match. This could be "fixed" by making the error check a little looser if we care about the behavior of NODERAWFS on Windows. For now just disable to unblock the rollers.
1 parent 3dff04c commit 72aa41b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5781,6 +5781,7 @@ def test_fs_write(self):
57815781
def test_fs_emptyPath(self):
57825782
self.do_run_in_out_file_test('fs/test_emptyPath.c')
57835783

5784+
@no_windows('https://github.com/emscripten-core/emscripten/issues/8882')
57845785
@also_with_noderawfs
57855786
def test_fs_enotdir(self):
57865787
self.do_run_in_out_file_test('fs/test_enotdir.c')

0 commit comments

Comments
 (0)