commit | 2d775589d98959abb9833121bd9d417003de56c0 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Jun 27 15:37:19 2017 +0200 |
committer | GitHub <noreply@github.com> | Tue Jun 27 15:37:19 2017 +0200 |
tree | 0f3d4a2bcb266e060905efa9044b06a2fb9cdcf8 | |
parent | 95a91df0363f88722ea2860d9d42a0b04b3f8be2 [diff] |
bpo-30705: Fix test_regrtest.test_crashed() (#2439) * Add test.support._crash_python() which triggers a crash but uses test.support.SuppressCrashReport() to prevent a crash report from popping up. * Modify test_child_terminated_in_stopped_state() of test_subprocess and test_crashed() of test_regrtest to use _crash_python().