Closed
Bug 1093373
Opened 10 years ago
Closed 10 years ago
e10s -- Fix browser/base/content/test/general/ browser chrome tests relying on browser.sessionHistory
Categories
(Firefox :: Tabbed Browser, defect)
Firefox
Tabbed Browser
Tracking
()
People
(Reporter: Gijs, Assigned: enndeakin)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.80 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
All of the following hang or break with something like: 629 INFO TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/general/browser_bug816527.js | uncaught exception - TypeError: testTab.linkedBrowser.sessionHistory is null at chrome://mochitests/content/browser/browser/base/content/test/general/browser_bug816527.js:63 Stack trace: chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:simpletestOnerror:1346 null:null:0 630 INFO Console message: [JavaScript Error: "TypeError: testTab.linkedBrowser.sessionHistory is null" {file: "chrome://mochitests/content/browser/browser/base/content/test/general/browser_bug816527.js" line: 63}] [browser_bug555767.js] [browser_bug647886.js] [browser_bug816527.js]
Flags: qe-verify-
Flags: in-testsuite+
Flags: firefox-backlog+
Updated•10 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Assignee | ||
Comment 1•10 years ago
|
||
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 8597984 [details] [diff] [review] Fix for browser_bug647886 Test run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=ad8793ebfea1
Attachment #8597984 -
Flags: review?(gijskruitbosch+bugs)
Reporter | ||
Comment 3•10 years ago
|
||
Comment on attachment 8597984 [details] [diff] [review] Fix for browser_bug647886 Review of attachment 8597984 [details] [diff] [review]: ----------------------------------------------------------------- ::: browser/base/content/test/general/browser_bug647886.js @@ +17,4 @@ > EventUtils.synthesizeMouseAtCenter(backButton, {type: "mousedown"}); > EventUtils.synthesizeMouse(backButton, rect.width / 2, rect.height, {type: "mouseup"}); > + let event = yield popupShownPromise; > + Nit: trailing ws
Attachment #8597984 -
Flags: review?(gijskruitbosch+bugs) → review+
Updated•10 years ago
|
Assignee: nobody → enndeakin
Status: NEW → ASSIGNED
Iteration: --- → 40.3 - 11 May
Updated•10 years ago
|
Points: --- → 3
Comment 5•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ba0460bfab05
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 40
Comment 6•9 years ago
|
||
The fix that landed a few months ago only addressed one of the three test cases reported as affected. I'll file a separate bug for browser_bug555767.js, as I have been trying to fix it. It appears that browser_bug816527.js no longer exists.
You need to log in
before you can comment on or make changes to this bug.
Description
•