Message197090
Here is a (exhaustive?) list of tests which deliberately crash the interpreter:
- test_daemon_threads_fatal_error() in test_threading
- several fatal error tests in test_faulthandler
- test_recursionlimit_fatalerror() in test_sys
- test_no_FatalError_infinite_loop() in test_capi
They should reuse the new SuppressCoreFiles facility from test.support. |
|
| Date |
User |
Action |
Args |
| 2013-09-06 18:56:05 | pitrou | set | recipients:
+ pitrou, neologix, lambertv |
| 2013-09-06 18:56:05 | pitrou | set | messageid: <[email protected]> |
| 2013-09-06 18:56:05 | pitrou | link | issue18948 messages |
| 2013-09-06 18:56:04 | pitrou | create | |
|