Closed
Bug 1297256
Opened 9 years ago
Closed 8 years ago
Intermittent devtools/client/scratchpad/test/browser_scratchpad_reload_and_run.js | uncaught exception - Error: operation not possible on dead CPOW
Categories
(DevTools Graveyard :: Scratchpad, defect, P3)
DevTools Graveyard
Scratchpad
Tracking
(firefox50 unaffected, firefox51 affected, firefox52 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox50 | --- | unaffected |
firefox51 | --- | affected |
firefox52 | --- | affected |
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: bulk-close-intermittents, intermittent-failure)
Filed by: philringnalda [at] gmail.com
https://treeherder.mozilla.org/logviewer.html#?job_id=2352794&repo=autoland
https://archive.mozilla.org/pub/firefox/tinderbox-builds/autoland-macosx64-debug/1471904593/autoland_yosemite_r7-debug_test-mochitest-e10s-devtools-chrome-5-bm135-tests1-macosx-build169.txt.gz
Comment hidden (Intermittent Failures Robot) |
Comment 2•9 years ago
|
||
Bulk assigning P3 to all open intermittent bugs without a priority set in Firefox components per bug 1298978.
Priority: -- → P3
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 5•9 years ago
|
||
It's dying on line 72, which corresponds to:
> ok(browser.contentWindow.document.body.innerHTML !== "Modified text",
https://dxr.mozilla.org/mozilla-central/source/devtools/client/scratchpad/test/browser_scratchpad_reload_and_run.js#72
Ryan, can you maybe take a look when you get a chance?
status-firefox50:
--- → unaffected
status-firefox51:
--- → affected
status-firefox52:
--- → affected
Flags: needinfo?(jryans)
Comment hidden (Intermittent Failures Robot) |
(In reply to Ryan VanderMeulen [:RyanVM] from comment #5)
> It's dying on line 72, which corresponds to:
> > ok(browser.contentWindow.document.body.innerHTML !== "Modified text",
>
> https://dxr.mozilla.org/mozilla-central/source/devtools/client/scratchpad/
> test/browser_scratchpad_reload_and_run.js#72
>
> Ryan, can you maybe take a look when you get a chance?
I don't know much about Scratchpad, but when looking at the test, it seems like it might help to use ContentTask here. The rate of intermittents seems low relative to other priorities, so I don't think I'll be able to investigate this at the moment.
Flags: needinfo?(jryans)
Comment hidden (Intermittent Failures Robot) |
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•