Closed
Bug 758835
Opened 14 years ago
Closed 12 years ago
Add ability to flag tests as expected failures in the manifest
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(firefox27 fixed, b2g-v1.2 fixed)
RESOLVED
FIXED
mozilla27
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
Attachments
(1 file)
|
4.23 KB,
patch
|
automatedtester
:
review+
|
Details | Diff | Splinter Review |
We should support an expectedfailure = true flag in the test manifest, which would cause the flagged test to be run as an expected failure, i.e., to fail if the test passes.
This would be the exact analog to the @unittest.expectedFailure decorator that is available to Python tests.
| Assignee | ||
Comment 1•14 years ago
|
||
Whoops, wrong component.
Component: Mochitest → Marionette
QA Contact: mochitest → marionette
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jgriffin
| Assignee | ||
Comment 2•12 years ago
|
||
Works well locally; will run through try shortly.
Attachment #818159 -
Flags: review?(dburns)
| Assignee | ||
Comment 3•12 years ago
|
||
Comment 4•12 years ago
|
||
Comment on attachment 818159 [details] [diff] [review]
Add ability to mark tests as expected failures in the manifest,
Review of attachment 818159 [details] [diff] [review]:
-----------------------------------------------------------------
looks good
Attachment #818159 -
Flags: review?(dburns) → review+
| Assignee | ||
Comment 5•12 years ago
|
||
Target Milestone: --- → mozilla27
Comment 6•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 8•12 years ago
|
||
status-b2g-v1.2:
--- → fixed
status-firefox27:
--- → fixed
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•