Closed
Bug 1100301
Opened 11 years ago
Closed 7 years ago
browser_aboutHome_behavior.js leaks global windows when --run-by-dir
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WONTFIX
Firefox 36
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
in bug 1082133 we refactored the tests to have the aboutHome portion of the search behavior tests in a separate file. The original intention was to do this and disable it until we could fix it. Luckily this works pretty well for all platforms, but is a perma fail on windows 7 and 8 (not xp) when we run tests in --run-by-dir mode.
You can look at comment 26 - 31 to see that we tried adjusting timeouts and it didn't help much.
I suspect there is something fishy going on here, maybe something related to aboutHome or something we can do in the test case.
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Comment 2•11 years ago
|
||
this test is now disabled in all cases, luckily it is a combination of subtests so we are not disabling much functionality.
Comment 3•11 years ago
|
||
(In reply to Joel Maher (:jmaher) from comment #2)
> this test is now disabled in all cases, luckily it is a combination of
> subtests so we are not disabling much functionality.
I thought the leak problem was only on Windows? did I read it wrong?
Why is it not just disabled on Windows?
| Assignee | ||
Comment 4•11 years ago
|
||
once this was live, we had a couple instances on linux and a couple on osx. Windows was 100% failure, these others were >20% failure.
If you have further ideas on how I could aid in getting to the root cause or narrow this down, I would be happy to work on it!
Comment 5•11 years ago
|
||
Assignee: nobody → jmaher
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
| Assignee | ||
Comment 6•11 years ago
|
||
forgot to mark this as leave-open
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Updated•11 years ago
|
Summary: browser_aboutHome_behavior.js leaks on windows 7+8 opt|debug runs when --run-by-dir → browser_aboutHome_behavior.js leaks global windows when --run-by-dir
| Assignee | ||
Comment 7•7 years ago
|
||
this test isn't in the source tree anymore
Status: REOPENED → RESOLVED
Closed: 11 years ago → 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•