Searched refs:check_fatal_error (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Lib/test/ |
D | test_faulthandler.py | 131 def check_fatal_error(self, code, line_number, name_regex, func=None, **kw): member in FaultHandlerTests 145 self.check_fatal_error(""" 166 self.check_fatal_error(""" 177 self.check_fatal_error(""" 211 self.check_fatal_error(""" 223 self.check_fatal_error(""" 234 self.check_fatal_error(""" 246 self.check_fatal_error(""" 260 self.check_fatal_error(""" 273 self.check_fatal_error(f""" [all …]
|
D | test_capi.py | 583 def check_fatal_error(self, code, expected, not_expected=()): member in CAPITest 610 self.check_fatal_error(code, expected, not_expected) 620 self.check_fatal_error(code, expected)
|