Skip to content

Commit 75827a0

Browse files
committed
Mark test_umask as crossplatform and to be tested with wasmfs
1 parent 48487f1 commit 75827a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test_other.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7673,6 +7673,8 @@ def test_umask_0(self):
76737673
self.run_process([EMCC, 'src.c'])
76747674
self.assertContained('hello, world!', self.run_js('a.out.js'))
76757675

7676+
@crossplatform
7677+
@also_with_wasmfs
76767678
def test_umask(self):
76777679
self.set_setting("FORCE_FILESYSTEM")
76787680
self.do_runf('stat/test_umask.c', 'success')

0 commit comments

Comments
 (0)