Closed
Bug 1240044
Opened 10 years ago
Closed 10 years ago
Intermittent browser_profiler_tree-abstract-02.js | The root node is now focused. - Got null, expected [object XULElement]
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox47 fixed)
RESOLVED
FIXED
Firefox 47
Tracking | Status | |
---|---|---|
firefox47 | --- | fixed |
People
(Reporter: cbook, Assigned: jdescottes)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file, 1 obsolete file)
7.19 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
https://treeherder.mozilla.org/logviewer.html#?job_id=6633045&repo=fx-team
06:05:33 INFO - 36 INFO TEST-UNEXPECTED-FAIL | devtools/client/performance/test/browser_profiler_tree-abstract-02.js | The root node is now focused. - Got null, expected [object XULElement]
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 3•10 years ago
|
||
After skipping a test in Bug 1240368, the situation improved.
But for 24hours I have seen more and more occurrences of these focus issues and I would try to go and implement the solution proposed by Neil in Bug 1240509.
Assignee: nobody → jdescottes
Assignee | ||
Comment 4•10 years ago
|
||
This commit adds a helper method in performance/test/head.js to wait on MozAfterPaint. All profiler_tree-abstract test are using it to wait for a MozAfterPaint event after adding their container to the current document.
Try push : https://treeherder.mozilla.org/#/jobs?repo=try&revision=d87df8d2d5bd
Attachment #8710461 -
Flags: review?(vporof)
Comment 5•10 years ago
|
||
FWIW, my patches in bug 1233497 seem to make this considerably worse (intermittent -> perma) on Try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=9f520c334590&selectedJob=15732058
Not sure if that information is useful, but thought I'd mention it.
Blocks: 1233497
Comment 6•10 years ago
|
||
Comment 7•10 years ago
|
||
Try push looks good with the CPOW-outlawing patches from bug 1233497 as well.
Assignee | ||
Comment 8•10 years ago
|
||
Comment on attachment 8710461 [details] [diff] [review]
bug1240044.v1.patch
Try failures -> obsolete, remove review flag
Attachment #8710461 -
Attachment is obsolete: true
Attachment #8710461 -
Flags: review?(vporof)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 12•10 years ago
|
||
Julian, any luck on moving this one forward. Its the number 2 orange at the moment.
Flags: needinfo?(jdescottes)
Assignee | ||
Comment 13•10 years ago
|
||
I was hoping for a global resolution via Bug 1240509, but looks like we won't have a patch ready just yet.
I'll resubmit a fix targetting only the browser_profiler_tree-abstract* tests shortly.
Flags: needinfo?(jdescottes)
Assignee | ||
Comment 14•10 years ago
|
||
Brian, flagging you for review since you have been involved with Bug 1240509 as well. I think we should fix the browser_profiler_tree_abstract tests for now and revisit them once a global fix can land in the test harness.
What do you think?
try: https://treeherder.mozilla.org/#/jobs?repo=try&revision=1382ec552a02
Bug 1240044 - wait for MozAfterPaint in browser_profiler_tree_abstract tests;r=bgrins
While waiting for a fix at test harness level, added a helper waiting for MozAfterPaint
when running in e10s mode for all the browser_profiler_tree-abstract tests.
Attachment #8715907 -
Flags: review?(bgrinstead)
Updated•10 years ago
|
Attachment #8715907 -
Flags: review?(bgrinstead) → review+
Comment hidden (Intermittent Failures Robot) |
Comment 17•10 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox47:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 47
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•