summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_faulthandler.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #9517: Move script_helper to the support package.Berker Peksag2015-05-061-2/+2
* Issue #23566: Skip "fd" tests of test_faulthandler on WindowsVictor Stinner2015-03-131-0/+8
* Issue #23566: enable(), register(), dump_traceback() and dump_traceback_later()Victor Stinner2015-03-121-57/+101
* Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-231-7/+15
|\
| * Only pass -E to the child interpreter if our interpreter was running in thatGregory P. Smith2015-01-231-7/+15
* | (Merge 3.4) faulthandler: test_gil_released() now uses _sigsegv() instead ofVictor Stinner2014-09-301-2/+2
|\ \ | |/
| * faulthandler: test_gil_released() now uses _sigsegv() instead of _read_null(),Victor Stinner2014-09-301-2/+2
* | (Merge 3.4) test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
|\ \ | |/
| * test_faulthandler: fix typoVictor Stinner2014-09-241-1/+1
* | (Merge 3.4) Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-178/+180
|\ \ | |/
| * Close #22175: Improve test_faulthandler readability with dedent.Victor Stinner2014-08-101-174/+176
* | Issue #22018: Add _testcapi.raise_signal()Victor Stinner2014-07-211-8/+18
|/
* Issue #21497: faulthandler functions now raise a better error if sys.stderr isVictor Stinner2014-05-141-0/+25
* Issue 19306: Add extra hints to faulthandler stack dumps that they are upside...Guido van Rossum2013-10-211-9/+9
* Issue #18948: improve SuppressCoreFiles to include Windows crash popup suppre...Antoine Pitrou2013-10-081-20/+4
* Close #18957: The PYTHONFAULTHANDLER environment variable now only enables theVictor Stinner2013-09-081-7/+23
* (Merge 3.3) test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
|\
| * test_faulthandler: skip test_read_null() on AIXVictor Stinner2013-07-031-0/+2
* | Issue #17206: Fix test_cmd_line and test_faulthandler for my previous changeVictor Stinner2013-06-251-3/+5
* | (Merge 3.3) test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
|\ \ | |/
| * test_faulthandler: use _sigsegv() instead of _read_null()Victor Stinner2013-06-171-5/+5
* | Update various test modules to use unittest.main() for test discoveryBrett Cannon2013-06-131-4/+1
|/
* Fix indentation.Ezio Melotti2013-03-051-1/+1
* #11732: add a new suppress_crash_popup() context manager to test.support.Ezio Melotti2013-03-051-2/+4
* Closes #15969: rename new API to have consistent names in the faulthandler mo...Georg Brandl2012-09-221-19/+19
* Issue #15463: Write a test for faulthandler truncating the name of functionsVictor Stinner2012-08-011-0/+24
* Fix initialization of the faulthandler moduleVictor Stinner2012-07-311-0/+15
* Closes #14729: Allowed test to pass on Windows by adjusting the test conditio...Vinay Sajip2012-05-061-1/+1
* 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