Searched refs:ChildError (Results 1 - 3 of 3) sorted by relevance
| /third_party/python/Lib/test/libregrtest/ |
| H A D | runtest_mp.py | 20 runtest, is_failed, TestResult, Interrupted, Timeout, ChildError, PROGRESS_MIN_TIME) 301 return self.mp_result_error(ChildError(test_name), stdout, err_msg)
|
| H A D | main.py | 17 ChildError, DidNotRun) 119 if not isinstance(result, (ChildError, Interrupted)) and not rerun:
|
| H A D | runtest.py | 104 class ChildError(Failed): class
|
Completed in 3 milliseconds