commit | b4f8bc56c1f19561b936be7347fa594ccd70d025 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Sat Jun 09 18:59:19 2018 +0200 |
committer | GitHub <noreply@github.com> | Sat Jun 09 18:59:19 2018 +0200 |
tree | c5e9fdc6831845cabfcc73ba1e6e817c8dff0701 | |
parent | 4e6bd247aa955056626bf0cf8dc1c65a587b871f [diff] |
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) (GH-7562) If tests are re-run, use "xxx then yyy" result format (ex: "FAILURE then SUCCESS") to show that some failing tests have been re-run. Add also test_regrtest.test_rerun_fail() test. (cherry picked from commit c45fc7673e23f911639d10d3771ffef7be870c7a)