Intermittent devtools/client/inspector/test/browser_inspector_highlighter-07.js | Uncaught exception - at chrome://mochitests/content/browser/devtools/client/debugger/test/mochitest/helpers/context.js:11 - TypeError: panel is undefined
Categories
(DevTools :: Inspector, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure, regression)
#[markdown(off)]
Filed by: ncsoregi [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=239983614&repo=autoland
17:57:58 INFO - Buffered messages logged at 17:57:58
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/Breakpoint.js" line: 29}]
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/Breakpoint.js" line: 29}]
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/Breakpoint.js" line: 29}]
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/Breakpoint.js" line: 29}]
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/ColumnBreakpoint.js" line: 26}]
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/ColumnBreakpoint.js" line: 26}]
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/ColumnBreakpoint.js" line: 26}]
17:57:58 INFO - Console message: [JavaScript Warning: "Removed unsafe attribute. Element: svg. Attribute: xmlns." {file: "resource://devtools/client/debugger/src/components/Editor/ColumnBreakpoint.js" line: 26}]
17:57:58 INFO - must wait for focus
17:57:58 INFO - Toolbox opened and focused
17:57:58 INFO - Buffered messages finished
17:57:58 INFO - TEST-UNEXPECTED-FAIL | devtools/client/inspector/test/browser_inspector_highlighter-07.js | Uncaught exception - at chrome://mochitests/content/browser/devtools/client/debugger/test/mochitest/helpers/context.js:11 - TypeError: panel is undefined
17:57:58 INFO - Stack trace:
17:57:58 INFO - createDebuggerContext@chrome://mochitests/content/browser/devtools/client/debugger/test/mochitest/helpers/context.js:11:15
17:57:58 INFO - @chrome://mochitests/content/browser/devtools/client/inspector/test/browser_inspector_highlighter-07.js:58:21
17:57:58 INFO - Async*Tester_execTest/<@chrome://mochikit/content/browser-test.js:1116:34
17:57:58 INFO - Tester_execTest@chrome://mochikit/content/browser-test.js:1144:12
17:57:58 INFO - nextTest/<@chrome://mochikit/content/browser-test.js:1000:14
17:57:58 INFO - SimpleTest.waitForFocus/waitForFocusInner/focusedOrLoaded/<@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:803:59
17:57:58 INFO - Leaving test bound
17:57:58 INFO - GECKO(4432) | [ACTION] SET_EXPANDED_STATE - {"type":"SET_EXPANDED_STATE","thread":"server1.conn3.child1/context18","expanded":{}}
Updated•7 years ago
|
Comment 1•7 years ago
|
||
This was initially fixed in Bug 1518005, but was regressed in Bug 1543821. Tldr we had duplicated the helper createDebuggerContext in two places. Bug 1518005 fixed it in one spot, but right after, Bug 1543821 landed to do some cleanup of the duplicate methods and deleted the fixed version.
Hopefully this should be definitively fixed when Bug 1543907 lands, where we address the root cause of the issue.
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 4•7 years ago
|
||
No new failures since Bug 1543907 landed.
Comment 5•7 years ago
|
||
Description
•