Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 22, 2021

Conversation

miss-islington
Copy link
Contributor

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

  • 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 [email protected]
(cherry picked from commit f1afef5)

Co-authored-by: Łukasz Langa [email protected]

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 <[email protected]>
(cherry picked from commit f1afef5)

Co-authored-by: Łukasz Langa <[email protected]>
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