File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13686,14 +13686,14 @@ def test_fs_icase(self):
1368613686 @with_all_fs
1368713687 def test_std_filesystem(self):
1368813688 if self.get_setting('NODERAWFS') and self.get_setting('WASMFS'):
13689- self.skipTest('NODERAWFS + WASMFS is does not allow access to arbitrary paths ')
13689+ self.skipTest('https://github.com/emscripten-core/emscripten/issues/24830 ')
1369013690 self.do_other_test('test_std_filesystem.cpp')
1369113691
1369213692 @crossplatform
1369313693 @with_all_fs
1369413694 def test_std_filesystem_tempdir(self):
1369513695 if self.get_setting('NODERAWFS') and self.get_setting('WASMFS'):
13696- self.skipTest('NODERAWFS + WASMFS is does not allow access to arbitrary paths ')
13696+ self.skipTest('https://github.com/emscripten-core/emscripten/issues/24830 ')
1369713697 self.do_other_test('test_std_filesystem_tempdir.cpp', cflags=['-g'])
1369813698
1369913699 def test_strict_js_closure(self):
You can’t perform that action at this time.
0 commit comments