Closed
Bug 1280726
Opened 9 years ago
Closed 9 years ago
Intermittent browser_bug664688_sandbox_update_after_navigation.js | uncaught exception - Error: operation not possible on dead CPOW at
Categories
(DevTools :: Console, defect, P3)
DevTools
Console
Tracking
(firefox50 fixed, firefox51 fixed, firefox52 fixed)
RESOLVED
FIXED
Firefox 52
People
(Reporter: aryx, Unassigned)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
https://treeherder.mozilla.org/logviewer.html#?job_id=30277489&repo=mozilla-inbound
23:26:21 INFO - 4 INFO TEST-START | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js
23:26:25 INFO - TEST-INFO | started process screentopng
23:26:26 INFO - TEST-INFO | screentopng: exit 0
23:26:26 INFO - 5 INFO checking window state
23:26:26 INFO - 6 INFO Entering test bound
23:26:26 INFO - 7 INFO wait for window.location.href
23:26:26 INFO - 8 INFO Waiting for messages...
23:26:26 INFO - 9 INFO TEST-PASS | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | matched rule: window.location.href jsterm input -
23:26:26 INFO - 10 INFO TEST-PASS | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | matched rule: window.location.href result is displayed -
23:26:26 INFO - 11 INFO TEST-PASS | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | no permission denied errors -
23:26:26 INFO - 12 INFO wait for window.location.href after page navigation
23:26:26 INFO - 13 INFO Waiting for messages...
23:26:26 INFO - 14 INFO TEST-PASS | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | matched rule: window.location.href jsterm input -
23:26:26 INFO - 15 INFO TEST-PASS | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | matched rule: window.location.href result is displayed -
23:26:26 INFO - 16 INFO TEST-PASS | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | no permission denied errors -
23:26:26 INFO - 17 INFO TEST-UNEXPECTED-FAIL | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | uncaught exception - Error: operation not possible on dead CPOW at
23:26:26 INFO - Stack trace:
23:26:26 INFO - chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:simpletestOnerror:1602
23:26:26 INFO - JavaScript error: , line 0: Error: operation not possible on dead CPOW
23:26:26 INFO - 18 INFO Console message: [JavaScript Error: "Error: operation not possible on dead CPOW"]
23:27:06 INFO - Not taking screenshot here: see the one that was previously logged
23:27:06 INFO - 19 INFO TEST-UNEXPECTED-FAIL | devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js | Test timed out -
Updated•9 years ago
|
Priority: -- → P3
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (mozreview-request) |
Comment 6•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8797796 [details]
Bug 1280726 - Just wait for cleared in browser_bug664688_sandbox_update_after_navigation.
https://reviewboard.mozilla.org/r/83406/#review81934
::: devtools/client/webconsole/test/browser_bug664688_sandbox_update_after_navigation.js
(Diff revision 1)
> - name: "go back",
> - validator: function () {
> - return content.location.href == TEST_URI1;
> - },
> - });
> -
Stumbled on this while working on bug 1276366. I think we're just getting unlucky and poking `content` mid-navigation. We don't really need to check it anymore now that we wait on `cleared`.
Comment 7•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8797796 [details]
Bug 1280726 - Just wait for cleared in browser_bug664688_sandbox_update_after_navigation.
https://reviewboard.mozilla.org/r/83406/#review81962
Attachment #8797796 -
Flags: review?(bgrinstead) → review+
Pushed by erahm@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/32e84e787005
Just wait for cleared in browser_bug664688_sandbox_update_after_navigation. r=bgrins
Comment 9•9 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 52
Comment 10•9 years ago
|
||
| bugherder uplift | ||
status-firefox51:
--- → fixed
Flags: in-testsuite+
Comment 11•9 years ago
|
||
| bugherder uplift | ||
status-firefox50:
--- → fixed
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•