Home
last modified time | relevance | path

Searched refs:ExecuteCommandTimeoutException (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Dutil.py300 class ExecuteCommandTimeoutException(Exception): class
374 raise ExecuteCommandTimeoutException(
H A DTestRunner.py1066 except lit.util.ExecuteCommandTimeoutException as e:
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py106 except lit.util.ExecuteCommandTimeoutException:
/openbsd-src/gnu/llvm/llvm/utils/lit/lit/formats/
H A Dgoogletest.py145 except lit.util.ExecuteCommandTimeoutException as e: