Home
last modified time | relevance | path

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

/aosp12/frameworks/rs/tests/lldb/tests/
H A Drun_test.py35 from harness.exception import TestSuiteException, TestIgnoredException
81 raise TestIgnoredException()
118 raise TestIgnoredException()
389 except TestIgnoredException:
/aosp12/frameworks/rs/tests/lldb/tests/harness/
H A Dexception.py39 class TestIgnoredException(TestSuiteException): class