Home
last modified time | relevance | path

Searched refs:SpirvTestException (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/SPIRV-Tools/test/tools/
Dspirv_test_framework.py157 class SpirvTestException(Exception): class
178 raise SpirvTestException('Test case should be a class')
180 raise SpirvTestException(
183 raise SpirvTestException('No spirv_args found in the test case')
185 raise SpirvTestException('spirv_args needs to be a list')
188 raise SpirvTestException('No check_*() methods found in the test case')
191 raise SpirvTestException(
/external/swiftshader/third_party/SPIRV-Tools/test/tools/
Dspirv_test_framework.py157 class SpirvTestException(Exception): class
178 raise SpirvTestException('Test case should be a class')
180 raise SpirvTestException(
183 raise SpirvTestException('No spirv_args found in the test case')
185 raise SpirvTestException('spirv_args needs to be a list')
188 raise SpirvTestException('No check_*() methods found in the test case')
191 raise SpirvTestException(