Lines Matching refs:test
57 def get_source_path(self, test: str) -> Path:
66 if test.startswith('navierstokes'):
69 return (Path('tests') / test).with_suffix('.c')
72 def get_run_path(self, test: str) -> Path:
81 return Path('build') / test
83 def get_output_path(self, test: str, output_file: str) -> Path:
95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]:
133 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
147 def check_allowed_stdout(self, test: str) -> bool:
163 if 'smartsim' in args.test:
207 args.test,