commit | 463d1890bb29b66aed431734bb76e366301a0fa5 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Sat Jun 09 09:33:24 2018 -0700 |
committer | GitHub <noreply@github.com> | Sat Jun 09 09:33:24 2018 -0700 |
tree | 4bcc1d89a50667a173024e30f8aeda9e66e83d55 | |
parent | dd613cf335d7556e20ef3dd01c3abc081b958449 [diff] |
bpo-33718: regrtest: use "xxx then yyy" result if re-run (GH-7521) 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) Co-authored-by: Victor Stinner <vstinner@redhat.com>