Closed
Bug 1502272
Opened 6 years ago
Closed 6 years ago
Running tests with --repeat-until-unexpected doesn't print the list of unexpected results at the end of the run
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(firefox65 fixed)
RESOLVED
FIXED
mozilla65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: KWierso, Assigned: KWierso)
Details
Attachments
(1 file)
I've been seeing some intermittently failing WPT tests while trying to green up Fennec WPT results. I started running some of the subdirectories of tests with --repeat-until-unexpected, and I'll eventually hit the intermittent failure. But when the test run completes, it doesn't print the nicely formatted list of failing tests, so I have to go back through the log to find the failures. They often don't have proper line endings, so they end up jumbled into a single line.
I think it'd be nice to have it print the formatted list of unexpected results just like it does without the --repeat-until-unexpected flag.
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → wkocher
Assignee | ||
Comment 1•6 years ago
|
||
Assignee | ||
Updated•6 years ago
|
Attachment #9020267 -
Flags: review?(dburns)
Assignee | ||
Updated•6 years ago
|
Attachment #9020267 -
Flags: review?(dburns) → review?(james)
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/456031f62a0a
Print the formatted list of unexpected failures after --repeat-until-unexpected completes r=jgraham
Updated•6 years ago
|
Attachment #9020267 -
Flags: review?(james)
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/13825 for changes under testing/web-platform/tests
Comment 4•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Upstream PR merged
You need to log in
before you can comment on or make changes to this bug.
Description
•