MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_sigsegv

Method test_sigsegv

Lib/test/test_faulthandler.py:193–200  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

191
192 @skip_segfault_on_android
193 def test_sigsegv(self):
194 self.check_fatal_error("""
195 import faulthandler
196 faulthandler.enable()
197 faulthandler._sigsegv()
198 """,
199 3,
200 'Segmentation fault')
201
202 @skip_segfault_on_android
203 def test_gc(self):

Callers

nothing calls this directly

Calls 1

check_fatal_errorMethod · 0.95

Tested by

no test coverage detected