Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions test/test_core.py
Original file line number Diff line number Diff line change
Expand Up @@ -5781,6 +5781,7 @@ def test_fs_write(self):
def test_fs_emptyPath(self):
self.do_run_in_out_file_test('fs/test_emptyPath.c')

@no_windows('https://github.com/emscripten-core/emscripten/issues/8882')
@also_with_noderawfs
def test_fs_enotdir(self):
self.do_run_in_out_file_test('fs/test_enotdir.c')
Expand Down
Loading