Closed
Bug 600528
Opened 15 years ago
Closed 14 years ago
browser-sessionstore.js gets a timeout on linux desktop browser-chrome tests
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jmaher, Assigned: mbrubeck)
Details
(Whiteboard: [mobile_unittests])
Attachments
(1 file)
|
53.80 KB,
image/png
|
Details |
did a pull and build of fennec from m-c/m-b this morning and ran the browser-chrome tests. I see this as a timeout:
TEST-START | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js
TEST-INFO | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Loading a page and test setting tab values
TEST-INFO | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Console message: [JavaScript Error: "docShell: Not Remotable" {file: "chrome://global/content/bindings/browser.xml" line: 653}]
TEST-PASS | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Set/Get tab value matches
TEST-PASS | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Tab was closed
TEST-KNOWN-FAIL | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Tab was stored
TEST-INFO | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Console message: [JavaScript Error: "docShell: Not Remotable" {file: "chrome://global/content/bindings/browser.xml" line: 653}]
TEST-INFO | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Console message: [JavaScript Error: "uncaught exception: [Exception... "Component returned failure code: 0x80040111 (NS_ERROR_NOT_AVAILABLE) [nsIFrameLoader.setViewportScale]" nsresult: "0x80040111 (NS_ERROR_NOT_AVAILABLE)" location: "JS frame :: chrome://browser/content/bindings/browser.xml :: _setScale :: line 847" data: no]"]
TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Test timed out
TEST-INFO | chrome://mochikit/content/browser/mobile/chrome/browser_sessionstore.js | Test took 30.101s to complete
TEST-INFO | checking window state
| Reporter | ||
Comment 1•15 years ago
|
||
mfinkle mentions that he doesn't see this locally.
Mozilla/5.0 (Maemo; Linux armv71; rv:2.0b7pre) Gecko/201001006 Firefox/4.0b7pre Fennec/4.0b1
Mozille/5.0 (Android; Linux armv71; rv:2.0b7pre) Gecko20101006 Firefox/4.0b7pre Fennec/4.0b1
I managed to get the uncaught exception : Compotent returned faiulre code 0x80040111 (NS_ERROR_NOT_AVAILABLE) manually.
1) clear error console
2) go to http://people.mozilla.com/~nhirata/html_tp/
3) long tap on one of the links to bring up the context menu
4) select the open in new tab.
5) look in error console.
Expected: No error messages
Actual : error message ; see screenshot.
| Assignee | ||
Comment 3•15 years ago
|
||
I can reproduce this intermittently on Linux desktop.
The error in comment 2 is bug 602420, probably unrelated.
Assignee: nobody → mbrubeck
Status: NEW → ASSIGNED
Whiteboard: [mobile_unittests] [mobile_dev_needed] → [mobile_unittests]
| Assignee | ||
Comment 4•14 years ago
|
||
I haven't seen this failure in a while.
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•