Skip to content

Commit fb14f6d

Browse files
authored
Disable test_fs_enotdir on Windows (#23095)
This seems to be another instance of #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 e16230e commit fb14f6d

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
@@ -5781,6 +5781,8 @@ 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')
5785+
@crossplatform
57845786
@also_with_noderawfs
57855787
def test_fs_enotdir(self):
57865788
self.do_run_in_out_file_test('fs/test_enotdir.c')

0 commit comments

Comments
 (0)