(self)
| 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") |
nothing calls this directly
no test coverage detected