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 7342ee8 commit 29247a4Copy full SHA for 29247a4
test/test_core.py
@@ -5875,6 +5875,7 @@ def test_fs_64bit(self):
5875
self.do_runf('fs/test_64bit.c', 'success')
5876
5877
@requires_node
5878
+ @crossplatform
5879
@parameterized({
5880
'': ([],),
5881
'nodefs': (['-DNODEFS', '-lnodefs.js'],),
@@ -5883,6 +5884,8 @@ def test_fs_64bit(self):
5883
5884
def test_fs_symlink_resolution(self, args):
5885
nodefs = '-DNODEFS' in args or '-sNODERAWFS' in args
5886
if self.get_setting('WASMFS'):
5887
+ if WINDOWS:
5888
+ self.skipTest('No symlinks on Windows')
5889
if nodefs:
5890
self.skipTest('NODEFS in WasmFS')
5891
self.set_setting('FORCE_FILESYSTEM')
0 commit comments