Lines Matching full:not
32 help='print details for all runs, not just failures')
111 Optional[str]: Skip reason, or `None` if test case should not be skipped
114 return 'CUDA ref backend not supported'
116 return 'CUDA shared backend not supported'
133 if 'Backend does not implement' in stderr:
134 return f'Backend does not implement'
136 return f'Device memory not supported'
138 return f'Device memory not supported'
139 elif 'Test not implemented in single precision' in stderr:
140 return f'Test not implemented in single precision'
142 return f'SYCL device type not available'
144 return f'Tet mesh generator not installed for {test}, {spec.name}'
172 fail_str = 'Cannot restore CeedVector array access, access was not granted'