Closed
Bug 1405175
Opened 8 years ago
Closed 6 years ago
mach reftest --run-until-failure doesn't repeat by default
Categories
(Testing :: Reftest, enhancement)
Testing
Reftest
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
| Tracking | Status | |
|---|---|---|
| firefox72 | --- | fixed |
People
(Reporter: xidorn, Assigned: gbrown)
Details
Attachments
(1 file)
mach mochitest --run-until-failure would automatically try repeating 30 times unless overridden by --repeat, however reftest --run-until-failure doesn't.
It should probably follow the same behavior as mochitest, because --run-until-failure doesn't really make any sense without any repeat.
| Assignee | ||
Updated•6 years ago
|
Assignee: nobody → gbrown
| Assignee | ||
Comment 1•6 years ago
|
||
Make reftest --run-until-failure consistent with mochitest:
if --run-until-failure requested without --repeat, repeat up to 30 times;
if --run-until-failure requested with --repeat=N, repeat up to N times.
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b32c97650115
Repeat reftest --run-until-failure up to 30 times by default; r=ahal
Comment 3•6 years ago
|
||
\o/
Thank you Geoff!
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•