bpo-33718: regrtest: use format_duration() to display failed tests by vstinner · Pull Request #7686 · python/cpython (original) (raw)
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 andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Conversation0 Commits2 Checks0 Files changed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
[ Show hidden characters]({{ revealButtonHref }})
- Enhance also format_duration(): work on integers and rounds towards infinity (math.ceil).
- Write unit tests on format_duration()
This was referenced
Jun 26, 2018
vstinner added a commit that referenced this pull request
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Enhance also format_duration(): work on integers and rounds towards +infinity (math.ceil).
Write unit tests on format_duration()
(cherry picked from commit 4ffe9c2)
regrtest: Add warning when using less than 3 warmup runs like -R 1:3. (cherry picked from commit cac4fef)
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)
vstinner added a commit that referenced this pull request
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Enhance also format_duration(): work on integers and rounds towards +infinity (math.ceil).
Write unit tests on format_duration()
(cherry picked from commit 4ffe9c2)
regrtest: Add warning when using less than 3 warmup runs like -R 1:3.
(cherry picked from commit cac4fef)
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)
vstinner added a commit that referenced this pull request
bpo-33718: regrtest: use format_duration() to display failed tests (GH-7686)
Enhance also format_duration(): work on integers and rounds towards +infinity (math.ceil).
Write unit tests on format_duration()
(cherry picked from commit 4ffe9c2)
regrtest: Add warning when using less than 3 warmup runs like -R 1:3. (cherry picked from commit cac4fef)
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) (cherry picked from commit d1f9481)