Skip to content

[3.10] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287)#27290

Merged
ambv merged 1 commit into
python:3.10from
miss-islington:backport-f1afef5-3.10
Jul 22, 2021
Merged

[3.10] bpo-44708: Only re-run test methods that match names of previously failing test methods (GH-27287)#27290
ambv merged 1 commit into
python:3.10from
miss-islington:backport-f1afef5-3.10

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 22, 2021

Copy link
Copy Markdown
Contributor
  • Move to a static argparse.Namespace subclass
  • Roughly annotate runtest.py
  • Refactor libregrtest to use lossless test result objects
  • Only re-run test methods that match names of previously failing test methods
  • Adopt tests to cover test method name matching

Co-authored-by: Pablo Galindo Salgado Pablogsal@gmail.com
(cherry picked from commit f1afef5)

Co-authored-by: Łukasz Langa lukasz@langa.pl

https://bugs.python.org/issue44708

…iling test methods (pythonGH-27287)

* Move to a static argparse.Namespace subclass
* Roughly annotate runtest.py
* Refactor libregrtest to use lossless test result objects
* Only re-run test methods that match names of previously failing test methods
* Adopt tests to cover test method name matching

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
(cherry picked from commit f1afef5)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants