Home
last modified time | relevance | path

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

/frameworks/rs/tests/lldb/tests/harness/
Dexception.py34 class FailFastException(TestSuiteException): class
/frameworks/rs/tests/lldb/
Drun_tests.py31 from tests.harness.exception import TestSuiteException, FailFastException
548 raise FailFastException(name)
813 except FailFastException: