@@ -4930,6 +4930,7 @@ def test_fs_64bit(self, js_engines=None):
4930
4930
src = open (path_from_root ('tests' , 'fs' , 'test_64bit.c' )).read ()
4931
4931
self .do_run (src , 'success' , force_c = True , js_engines = js_engines )
4932
4932
4933
+ @no_windows ('https://github.com/emscripten-core/emscripten/issues/8882' )
4933
4934
def test_unistd_access (self ):
4934
4935
self .clear ()
4935
4936
orig_compiler_opts = self .emcc_args [:]
@@ -5025,6 +5026,7 @@ def test_unistd_login(self):
5025
5026
expected = open (path_from_root ('tests' , 'unistd' , 'login.out' )).read ()
5026
5027
self .do_run (src , expected )
5027
5028
5029
+ @no_windows ('https://github.com/emscripten-core/emscripten/issues/8882' )
5028
5030
def test_unistd_unlink (self ):
5029
5031
self .clear ()
5030
5032
orig_compiler_opts = self .emcc_args [:]
@@ -5089,6 +5091,7 @@ def test_unistd_io(self):
5089
5091
self .emcc_args = orig_compiler_opts + ['-D' + fs ]
5090
5092
self .do_run (src , expected , js_engines = [NODE_JS ])
5091
5093
5094
+ @no_windows ('https://github.com/emscripten-core/emscripten/issues/8882' )
5092
5095
def test_unistd_misc (self ):
5093
5096
orig_compiler_opts = self .emcc_args [:]
5094
5097
src = open (path_from_root ('tests' , 'unistd' , 'misc.c' )).read ()
0 commit comments