Closed
Bug 1037033
Opened 11 years ago
Closed 11 years ago
Add ability to annotate manifest tests in blacklist
Categories
(Testing Graveyard :: JSMarionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
2.0 S6 (18july)
People
(Reporter: kgrandon, Assigned: kgrandon)
Details
(Whiteboard: [systemsfe])
Attachments
(1 file)
Currently there is no way to know which disabled test points to which bug. We should be able to document this in the manifest file. I think changing blacklist to an array makes the most sense here. E.g.,
"blacklist": {
"testfile.js" : "Bug 12345 - Whatever text I want here."
}
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8453897 -
Flags: review?(jlal)
Attachment #8453897 -
Flags: review?(gaye)
Comment 2•11 years ago
|
||
Comment on attachment 8453897 [details] [review]
Pull request - add annotation support
Works for me :)
Attachment #8453897 -
Flags: review?(gaye) → review+
Comment 3•11 years ago
|
||
https://github.com/mozilla-b2g/marionette-js-runner/commit/177e625a1b10d6e948c1bee71ac36b1255ceb8f3 landed on master. kgrandon: you should sync up with dale so that all of y'alls patches to marionette-js-runner and marionette-js-logger can be published to npm and downstreamed to gaia in one go to minimize headaches
Updated•11 years ago
|
Flags: needinfo?(kgrandon)
Flags: needinfo?(dale)
Assignee | ||
Comment 4•11 years ago
|
||
Comment on attachment 8453897 [details] [review]
Pull request - add annotation support
Thanks Gareth. I'll follow-up with Dale about bump strategy.
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
And heading to master now: https://github.com/mozilla-b2g/gaia/pull/21639
Marking this as fixed. Thanks!
Assignee: nobody → kgrandon
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → 2.0 S6 (18july)
Updated•11 years ago
|
Whiteboard: [systemsfe]
Updated•8 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•