Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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")
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py199 return isinstance(exception, build_exception.BuildError)
H A Dlldbtest.py1453 raise build_exception.BuildError(cpe)