summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_faulthandler.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #12868: Skip test_faulthandler.test_stack_overflow() on OpenBSD:Charles-François Natali2011-09-011-0/+3
* Issue #12700: fix test_faulthandler for Mac OS X LionVictor Stinner2011-08-081-4/+5
* Issue #12550: Add chain optional argument to faulthandler.register()Victor Stinner2011-07-131-3/+28
* Issue #12400: test_faulthandler now uses sys.__stderr__Victor Stinner2011-06-291-5/+1
* Issue #12400: fix test_faulthandler if regrtest captures sys.stderrVictor Stinner2011-06-291-8/+22
* test_faulthandler: use a longer sleep (2.5 sec instead of 1.3 sec) inVictor Stinner2011-06-011-6/+7
* faulthandler: dump all threads by defaultVictor Stinner2011-05-071-6/+6
* faulthandler: dump_tracebacks_later() displays also the timeoutVictor Stinner2011-04-081-1/+3
* faulthandler: one more time, fix usage of locks in the watchdog threadVictor Stinner2011-04-081-18/+27
* faulthandler: fix compilating without threadsVictor Stinner2011-04-071-0/+7
* Issue #11765: don't test time.sleep() in test_faulthandlerVictor Stinner2011-04-041-10/+2
* test_faulthandler: improve the test on dump_tracebacks_later(cancel=True)Victor Stinner2011-04-031-18/+15
* test_faulthandler: fix regex on the check_dump_traceback_threads() tracebackVictor Stinner2011-04-031-3/+2
* Issue #11393: signal of user signal displays tracebacks even if tstate==NULLVictor Stinner2011-04-011-3/+6
* Issue #11393: Fix faulthandler.disable() and add a testVictor Stinner2011-04-011-8/+24
* Issue #11393: The fault handler handles also SIGABRTVictor Stinner2011-04-011-0/+9
* Issue #11393: test_faulthandler is more tolerant on inaccurate timeVictor Stinner2011-03-311-7/+10
* Issue #11393: get more information on assertion error (test_faulthandler)Victor Stinner2011-03-311-2/+2
* Issue #11393: check that stdout is empty if we use a fileVictor Stinner2011-03-311-3/+8
* Issue #11393: test_faulthandler checks the exitcode after the outputVictor Stinner2011-03-311-15/+15
* Issue #11393: limit stack overflow test to 100 MBVictor Stinner2011-03-311-3/+5
* Issue #11393: Disable test_stack_overflow of test_faulthandlerVictor Stinner2011-03-311-0/+1
* Issue #11393: Add the new faulthandler moduleVictor Stinner2011-03-301-0/+469