◐ Shell
clean mode source ↗

[2.7] bpo-30705: Fix test_regrtest.test_crashed() by vstinner · Pull Request #2439 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

vstinner

merged 1 commit into

Jun 27, 2017

Conversation

@vstinner

  • 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().
* 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().

2 participants

@vstinner @the-knights-who-say-ni