Closed
Bug 1364037
Opened 9 years ago
Closed 8 years ago
The JS unit tests log output associates all failures with 'tests/ui/unit/init.js' rather than the real test file
Categories
(Tree Management :: Treeherder, defect, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: emorley, Unassigned)
References
(Blocks 1 open bug)
Details
For example:
"""
Firefox 53.0.0 (Linux 0.0.0) BugFilerCtrl should parse summaries FAILED
Expected 'layout/reftests/backgrounds/vector/empty/wide--cover--width.html == layout/reftests/backgrounds/vector/empty/ref-wide-lime.html' to be 'backgrounds/vector/empty/wide--cover--width.html == backgrounds/vector/empty/ref-wide-lime.html'.
@tests/ui/unit/init.js:157769:5
ContextKarma/this.loaded@http://localhost:9876/context.js:151:7
Expected 'TEST-UNEXPECTED-PASS' to be 'display-contents-style-inheritance-1.html'.
@tests/ui/unit/init.js:157771:5
ContextKarma/this.loaded@http://localhost:9876/context.js:151:7
"""
(when the failure was in bugfiler.tests.js)
And:
"""
Firefox 53.0.0 (Linux 0.0.0) displayNumber filter returns expected values FAILED
Expected '∞' to equal 'Infinity'.
@tests/ui/unit/init.js:158122:9
Firefox 53.0.0 (Linux 0.0.0): Executed 31 of 44 (2 FAILED) (0 secs / 0.863 secs)
Firefox 53.0.0 (Linux 0.0.0) displayNumber filter returns expected values FAILED
Expected '∞' to equal 'Infinity'.
@tests/ui/unit/init.js:158122:9
"""
(when the failure was in filters.tests.js)
This makes tracking down the testcase harder than it need be.
I'm guessing this is a regression from the Neutrino switch.
| Reporter | ||
Comment 1•8 years ago
|
||
Wontfixing in favour of switching to Jest instead (bug 1364045).
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
| Assignee | ||
Updated•4 years ago
|
Component: Treeherder: Docs & Development → TreeHerder
You need to log in
before you can comment on or make changes to this bug.
Description
•