Skip to content
Merged
Changes from all commits
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
4 changes: 2 additions & 2 deletions test/test_other.py
Original file line number Diff line number Diff line change
Expand Up @@ -13686,14 +13686,14 @@ def test_fs_icase(self):
@with_all_fs
def test_std_filesystem(self):
if self.get_setting('NODERAWFS') and self.get_setting('WASMFS'):
self.skipTest('NODERAWFS + WASMFS is does not allow access to arbitrary paths')
self.skipTest('https://github.com/emscripten-core/emscripten/issues/24830')
self.do_other_test('test_std_filesystem.cpp')

@crossplatform
@with_all_fs
def test_std_filesystem_tempdir(self):
if self.get_setting('NODERAWFS') and self.get_setting('WASMFS'):
self.skipTest('NODERAWFS + WASMFS is does not allow access to arbitrary paths')
self.skipTest('https://github.com/emscripten-core/emscripten/issues/24830')
self.do_other_test('test_std_filesystem_tempdir.cpp', cflags=['-g'])

def test_strict_js_closure(self):
Expand Down