Closed
Bug 1356722
Opened 9 years ago
Closed 9 years ago
Bug filer should strip out chrome:// paths to accessibility tests
Categories
(Tree Management :: Treeherder, enhancement)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: KWierso, Assigned: KWierso)
Details
Attachments
(1 file)
Windows mochitest-a11y tests have failures like 323 INFO TEST-UNEXPECTED-FAIL | chrome://mochitests/content/a11y/accessible/tests/mochitest/states/test_expandable.xul | uncaught exception - TypeError: this.textbox.popup.oneOffButtons is undefined at searchbar_XBL_Constructor@chrome://browser/content/search/search.xml:95:9
The actual source path to this file is accessible/tests/mochitest/states/test_expandable.xul so we'll need to strip out the "chrome://mochitests/content/a11y/" part to be able to find moz.build metadata.
Comment 1•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Assignee: nobody → wkocher
| Assignee | ||
Updated•9 years ago
|
Attachment #8858454 -
Flags: review?(emorley)
Updated•9 years ago
|
Attachment #8858454 -
Flags: review?(emorley) → review+
Comment 2•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/cf404f0c7e23449f8f5e55261f86a2287d77d6b8
Bug 1356722 - Strip out chrome:// path to accessibility tests (#2344) r=emorley
| Assignee | ||
Updated•9 years ago
|
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•