-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
gh-110918: regrtest: allow to intermix --match and --ignore options #110919
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
gh-110918: regrtest: allow to intermix --match and --ignore options #110919
Conversation
…ions Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Please just specify an encoding for the open() (I suggest utf8).
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11, 3.12. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
…ore options (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.. (cherry picked from commit 9a1fe09) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-111167 is a backport of this pull request to the 3.12 branch. |
…ore options (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.. (cherry picked from commit 9a1fe09) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-111168 is a backport of this pull request to the 3.11 branch. |
…ions (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.
…ions (pythonGH-110919) Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.
Test case matching patterns specified by options --match, --ignore, --matchfile and --ignorefile are now tested in the order of specification, and the last match determines whether the test case be run or ignored.