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 d0a2dce commit 6ec67f9Copy full SHA for 6ec67f9
test/test_core.py
@@ -5592,9 +5592,12 @@ def test_statx(self):
5592
def test_fstatat(self):
5593
self.do_runf('stat/test_fstatat.c', 'success')
5594
5595
+ @crossplatform
5596
@also_with_wasmfs
5597
@also_with_noderawfs
5598
def test_stat_chmod(self):
5599
+ if self.get_setting('NODERAWFS') and WINDOWS:
5600
+ self.skipTest('mode bits work differently on windows')
5601
if self.get_setting('WASMFS') and self.get_setting('NODERAWFS'):
5602
self.skipTest('test requires symlink creation which currently missing from wasmfs+noderawfs')
5603
self.do_runf('stat/test_chmod.c', 'success')
0 commit comments