MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / test_stat

Method test_stat

test/test_core.py:5699–5702  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

5697 self.do_run_in_out_file_test('dirent/test_readdir_unlink.c')
5698
5699 def test_stat(self):
5700 self.set_setting("FORCE_FILESYSTEM")
5701 self.do_runf('stat/test_stat.c', 'done\n')
5702 self.verify_in_strict_mode(self.output_name('test_stat'))
5703
5704 def test_statx(self):
5705 self.set_setting("FORCE_FILESYSTEM")

Callers

nothing calls this directly

Calls 4

verify_in_strict_modeMethod · 0.95
set_settingMethod · 0.80
do_runfMethod · 0.80
output_nameMethod · 0.80

Tested by

no test coverage detected