FolderDisplayHelpers.jsm:3320 - TypeError: testHelperModule.dump_view_state is not a function
Categories
(Thunderbird :: Testing Infrastructure, defect)
Tracking
(thunderbird_esr102 unaffected)
Tracking | Status | |
---|---|---|
thunderbird_esr102 | --- | unaffected |
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
In case of test failure, like https://treeherder.mozilla.org/logviewer?job_id=394873612&repo=comm-central we fail out trying to display details about the failure.
TEST-UNEXPECTED-FAIL | comm/mail/test/browser/quick-filter-bar/browser_filterLogic.js | Uncaught exception in test - at resource://testing-common/mozmill/FolderDisplayHelpers.jsm:3320 - TypeError: testHelperModule.dump_view_state is not a function
viewWrapperTestUtils.js which has dump_view_state is not loaded in FolderDisplayHelpers.jsm
Probably best to move that function into FolderDisplayHelpers.jsm, or at least into a module. Or drop it completely...
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee | ||
Updated•2 years ago
|
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/6a6b2c6ba5e5
move dump_view_state and friends to FolderDisplayHelpers.jsm. r=aleca
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Tests crashing since FolderDisplayHelpers.jsm imports controller.jsm. Very odd.
Updated•2 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/ae91a2ac4a28
move dump_view_state and friends to ViewHelpers.jsm. r=aleca
Description
•