Home
last modified time | relevance | path

Searched refs:BuildError (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test_event/
H A Dbuild_exception.py3 class BuildError(Exception): class
6 super(BuildError, self).__init__("Error when building test subject")
/llvm-project-15.0.7/lldb/test/API/lang/c/calling-conventions/
H A DTestCCallingConventions.py5 from lldbsuite.test_event.build_exception import BuildError
23 except BuildError as e:
/llvm-project-15.0.7/lldb/test/API/test_utils/base/
H A DTestBaseTest.py25 except build_exception.BuildError as e:
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py199 return isinstance(exception, build_exception.BuildError)
H A Dlldbtest.py1434 raise build_exception.BuildError(cpe)