Lines Matching refs:str
15 type=str,
27 …parser.add_argument('-b', '--junit-batch', type=str, default='', help='Name of JUnit batch for out…
29 parser.add_argument('-s', '--search', type=str, default='.*',
43 def get_source_path(self, test: str) -> Path: argument
78 def get_run_path(self, test: str) -> Path: argument
89 def get_output_path(self, test: str, output_file: str) -> Path: argument
101 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: argument
121 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: argument
147 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s… argument
159 test_id: str = test[:4]
160 fail_str: str = ''
186 def check_allowed_stdout(self, test: str) -> bool: argument