Skip to content

Commit 2f01ef4

Browse files
authored
Add bug links to disabled tests from #25861. NFC (#25864)
1 parent bead02e commit 2f01ef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/test_other.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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):

0 commit comments

Comments
 (0)