Closed
Bug 809975
Opened 13 years ago
Closed 13 years ago
--failed-only should ignore expected failures
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: sfink, Assigned: sfink)
Details
Attachments
(1 file)
2.33 KB,
patch
|
terrence
:
review+
sfink
:
checkin+
|
Details | Diff | Splinter Review |
I finally tracked down why I was seeing a bunch of random test failures with or without my patch.
They were expected failures. But I've been running with -s -F (--show-cmds --failed-only), and hadn't noticed that all of these mysteriously failing files were not displaying the "REGRESSIONS:" label.
Ugh.
Assignee | ||
Comment 1•13 years ago
|
||
Only display unexpected failures.
Attachment #679766 -
Flags: review?(terrence)
Comment 2•13 years ago
|
||
Comment on attachment 679766 [details] [diff] [review]
-failed-only should ignore expected failures
Review of attachment 679766 [details] [diff] [review]:
-----------------------------------------------------------------
It's a shame we need to move that complex logic above |show| selection, but I don't see a better way to do it.
Attachment #679766 -
Flags: review?(terrence) → review+
Assignee | ||
Updated•13 years ago
|
Attachment #679766 -
Flags: checkin+
Assignee | ||
Comment 3•13 years ago
|
||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
You need to log in
before you can comment on or make changes to this bug.
Description
•