Closed
Bug 1194267
Opened 10 years ago
Closed 10 years ago
Failures and skipped tests are reported as errors
Categories
(Testing Graveyard :: external-media-tests, defect)
Testing Graveyard
external-media-tests
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: impossibus, Assigned: impossibus)
Details
Attachments
(1 file)
Defining a custom failureException with @property caused MediaTestCase.run to classify failures as errors. Similarly, calling MediaTestCase.skipTest() resulted in a failure instead of a skip, because marionette_test defines its own SkipTest exception, but MediaTestCase.skipTest() raises unittest.case.SkipTest.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8647541 -
Flags: review?(spolk)
Updated•10 years ago
|
Attachment #8647541 -
Flags: review?(spolk) → review+
Assignee | ||
Comment 2•10 years ago
|
||
https://github.com/mjzffr/firefox-media-tests/commit/94caaf6286e0ddc4ca83e7a7657677e725898841
and deployed on pf-jenkins branch
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•