File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -5985,15 +5985,16 @@ def test_unistd_sysconf_phys_pages(self):
5985
5985
self .do_runf (filename , str (expected ) + ', errno: 0' )
5986
5986
5987
5987
@no_windows ('https://github.com/emscripten-core/emscripten/issues/8882' )
5988
+ @crossplatform
5988
5989
@with_all_fs
5989
5990
def test_unistd_unlink (self ):
5990
5991
# symlinks on node.js on non-linux behave differently (e.g. on Windows they require administrative privileges)
5991
5992
# so skip testing those bits on that combination.
5993
+ if MACOS and any (arg in self .emcc_args for arg in ('-DNODEFS' , '-DNODERAWFS' )):
5994
+ self .skipTest ('only tested on linux' )
5992
5995
if '-DNODEFS' in self .emcc_args :
5993
5996
if WINDOWS :
5994
5997
self .emcc_args += ['-DNO_SYMLINK=1' ]
5995
- if MACOS :
5996
- self .skipTest ('only tested on linux' )
5997
5998
if self .get_setting ('WASMFS' ):
5998
5999
self .skipTest ('https://github.com/emscripten-core/emscripten/issues/18112' )
5999
6000
You can’t perform that action at this time.
0 commit comments