Lines Matching full:if
53 if prefix == 'rustqfunctions':
55 if prefix == 'petsc':
68 if test.endswith('-f'):
102 … """Check if a test case should be skipped prior to running, returning the reason for skipping
111 Optional[str]: Skip reason, or `None` if test case should not be skipped
113 if test.startswith('t318') and contains_any(resource, ['/gpu/cuda/ref']):
115 if test.startswith('t506') and contains_any(resource, ['/gpu/cuda/shared']):
118 if (condition == 'cpu') and ('gpu' in resource):
122 """Check if a test case should be allowed to fail, based on its stderr output
131 Optional[str]: Skip reason, or `None` if unexpeced error
133 if 'Backend does not implement' in stderr:
148 """Check whether a test case is expected to fail and if it failed expectedly
161 if test_id in ['t006', 't007']:
193 bool: True if the test is allowed to print console output
198 if __name__ == '__main__':
212 if args.mode is RunMode.JUNIT:
214 if has_failures(result):