Closed
Bug 803933
Opened 12 years ago
Closed 12 years ago
Intermittent browser_dbg_reload-same-script.js | Timed out while polling for the scripts. followed by 10,933 other failures
Categories
(DevTools :: Debugger, defect)
DevTools
Debugger
Tracking
(firefox18 affected)
RESOLVED
FIXED
Firefox 19
Tracking | Status | |
---|---|---|
firefox18 | --- | affected |
People
(Reporter: philor, Assigned: vporof)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
2.62 KB,
patch
|
past
:
review+
|
Details | Diff | Splinter Review |
The dump() is rather unpleasant, but the really unpleasant part is that while in the success case in http://hg.mozilla.org/mozilla-central/rev/7129a1d713f4 there's a call to clearInterval(), in the failure case where we poll 50 times and spew with the dump 50 times, there's no clearInterval(), there's only the destruction of another ten thousand other tests after this one. https://tbpl.mozilla.org/php/getParsedLog.php?id=16307394&tree=Mozilla-Inbound Rev4 MacOSX Lion 10.7 mozilla-inbound debug test mochitest-browser-chrome on 2012-10-20 18:06:16 PDT for push 0e73daa7fc4c slave: talos-r4-lion-071 count: 0 count: 1 count: 2 count: 3 count: 4 count: 5 count: 6 count: 7 count: 8 count: 9 count: 10 count: 11 count: 12 count: 13 count: 14 count: 15 count: 16 count: 17 count: 18 count: 19 count: 20 count: 21 count: 22 count: 23 count: 24 count: 25 count: 26 count: 27 count: 28 count: 29 count: 30 count: 31 count: 32 count: 33 count: 34 count: 35 count: 36 count: 37 count: 38 count: 39 count: 40 count: 41 count: 42 count: 43 count: 44 count: 45 count: 46 count: 47 count: 48 count: 49 count: 50 TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_reload-same-script.js | Timed out while polling for the scripts. count: 51 TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_reload-same-script.js | Timed out while polling for the scripts.count: 52 TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_reload-same-script.js | Timed out while polling for the scripts. TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_reload-same-script.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: debuggerUI.getDebugger(...) is null at chrome://mochitests/content/browser/browser/devtools/debugger/test/head.js:100 count: 53 TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_reload-same-script.js | an unexpected uncaught JS exception reported through window.onerror - ReferenceError: ok is not defined at chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_reload-same-script.js:179 count: 54 TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_script-switching.js | an unexpected uncaught JS exception reported through window.onerror - ReferenceError: ok is not defined at chrome://mochitests/content/browser/browser/devtools/debugger/test/browser_dbg_reload-same-script.js:179 etc., etc., etc., etc., etc., etc.
Assignee | ||
Comment 1•12 years ago
|
||
This also happens in browser_dbg_propertyview-08.js Bug 707302 will most likely fixes the timeouts, this patch fixes the clearInterval, the world will be a better place.
Updated•12 years ago
|
Attachment #673664 -
Flags: review?(past) → review+
Assignee | ||
Comment 2•12 years ago
|
||
Try looks ok. https://tbpl.mozilla.org/?tree=Try&rev=f0f9d8e81be9#
Reporter | ||
Comment 3•12 years ago
|
||
https://tbpl.mozilla.org/php/getParsedLog.php?id=16411088&tree=Firefox
Assignee | ||
Comment 4•12 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/926a3d0784bc
Whiteboard: [orange] → [orange][fixed-in-fx-team]
Comment 5•12 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/926a3d0784bc
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [orange][fixed-in-fx-team] → [orange]
Target Milestone: --- → Firefox 19
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Updated•12 years ago
|
status-firefox18:
--- → affected
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [orange]
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•