Home
last modified time | relevance | path

Searched refs:_check_crash (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_concurrent_futures.py1252 def _check_crash(self, error, func, *args, ignore_stderr=False): member in ExecutorDeadlockTest
1278 self._check_crash(PicklingError, id, ErrorAtPickle())
1282 self._check_crash(BrokenProcessPool, id, ExitAtUnpickle())
1286 self._check_crash(BrokenProcessPool, id, ErrorAtUnpickle())
1290 self._check_crash(BrokenProcessPool, id, CrashAtUnpickle())
1294 self._check_crash(BrokenProcessPool, _crash)
1298 self._check_crash(SystemExit, _exit)
1302 self._check_crash(RuntimeError, _raise_error, RuntimeError)
1307 self._check_crash(BrokenProcessPool, _return_instance, CrashAtPickle)
1312 self._check_crash(SystemExi
[all...]

Completed in 3 milliseconds