We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b330159 commit 0186a3fCopy full SHA for 0186a3f
test/test_core.py
@@ -5859,6 +5859,8 @@ def test_fs_rename_on_existing(self):
5859
self.do_runf('fs/test_fs_rename_on_existing.c', 'success')
5860
5861
@also_with_nodefs_both
5862
+ @crossplatform
5863
+ @no_windows('https://github.com/emscripten-core/emscripten/issues/8882')
5864
def test_fs_mkdir_dotdot(self):
5865
self.do_runf('fs/test_fs_mkdir_dotdot.c', 'success')
5866
0 commit comments