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 4ed8004 commit bdfca83Copy full SHA for bdfca83
test/test_core.py
@@ -5844,8 +5844,8 @@ def test_fs_64bit(self):
5844
5845
@crossplatform
5846
@also_with_nodefs_both
5847
- def test_fs_stat_unnamed_file_descriptor(self, args):
5848
- nodefs = '-DNODEFS' in args or '-DNODERAWFS' in args
+ def test_fs_stat_unnamed_file_descriptor(self):
+ nodefs = '-DNODEFS' in self.emcc_args or '-DNODERAWFS' in self.emcc_args
5849
if self.get_setting('WASMFS'):
5850
if nodefs:
5851
self.skipTest('NODEFS in WasmFS')
0 commit comments