Closed
Bug 1242985
Opened 9 years ago
Closed 8 years ago
Fix jetpack-package-harness to not mark as skipped test suites which fail to load
Categories
(Add-on SDK Graveyard :: General, defect)
Add-on SDK Graveyard
General
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: rpl, Unassigned)
Details
Attachments
(1 file)
In the process of inspecting the differences between the addon-sdk tests running on try and on travis, I noticed that on try the "test-event-dom.js" test file is skipped by mistake, and it actually fails to load (because of a bug in "test/util.js" it raises a "Cu is not defined" exception).
The test is marked as skipped because of the following line in the jetpack-package-harness:
https://dxr.mozilla.org/mozilla-central/rev/aa90f482e16db77cdb7dea84564ea1cbd8f7f6b3/testing/mochitest/jetpack-package-harness.js#55
Reporter | ||
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/32469/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/32469/
Attachment #8712183 -
Flags: review?(dtownsend)
Updated•9 years ago
|
Attachment #8712183 -
Flags: review?(dtownsend) → review+
Comment 2•9 years ago
|
||
Comment on attachment 8712183 [details]
MozReview Request: Bug 1242985 - Fix jetpack-package-harness to not mark as skipped test suites which fail to load. r?mossop
https://reviewboard.mozilla.org/r/32469/#review29195
Comment 3•8 years ago
|
||
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•