Closed
Bug 884528
Opened 13 years ago
Closed 12 years ago
Add support for fail-if based on device
Categories
(Remote Protocol :: Marionette, defect)
Remote Protocol
Marionette
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 758835
People
(Reporter: jgriffin, Assigned: jgriffin)
References
Details
We should support being able to mark tests as expected failures on specific devices, e.g.,
fail-if = device == "panda"
The work to support skip-if is being done separately, in bug 883281.
| Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jgriffin
| Assignee | ||
Comment 1•12 years ago
|
||
This was fixed in its entirety by bug 758835; you can now do something like:
[test_foo.py]
fail-if = device == 'inari'
and it works.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → DUPLICATE
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
•