[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

/ cpython Public

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

[3.6] bpo-33873: Fix bug in runtest.py and add checks for invalid -R parameters (GH-7735) #7934

Closed

Conversation

Copy link
Contributor

miss-islington commented Jun 26, 2018

Fix bug in Lib/test/libregrtest/runtest.py that makes running tests an extra time than the specified number of runs.

Add check for invalid --huntrleaks/-R parameters.
(cherry picked from commit 58ed730)

Co-authored-by: Pablo Galindo Pablogsal@gmail.com

https://bugs.python.org/issue33873

…rameters (pythonGH-7735)

Fix bug in `Lib/test/libregrtest/runtest.py` that makes running tests an extra time than the specified number of runs.

Add check for invalid --huntrleaks/-R parameters.
(cherry picked from commit 58ed730)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Copy link
Member

vstinner commented Jun 26, 2018

Hum, I will backport the change manually, since 3 changes should be backported from master, not only this one.

vstinner closed this Jun 26, 2018
miss-islington deleted the backport-58ed730-3.6 branch Jun 26, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants