Lines Matching refs:bool
209 …_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[str, bool]:
223 def check_allowed_stdout(self, test: str) -> bool:
235 def has_cgnsdiff() -> bool:
250 def contains_any(base: str, substrings: List[str]) -> bool:
263 def startswith_any(base: str, prefixes: List[str]) -> bool:
465 true_zero: bool = abs(true_val) < zero_tol
466 test_zero: bool = abs(test_val) < zero_tol
467 fail: bool = False
524 backend: str, test: str, index: int, verbose: bool) -> str: argument
586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: argument
769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite: argument
831 def has_failures(test_suite: TestSuite) -> bool: