Closed
Bug 654423
Opened 14 years ago
Closed 14 years ago
Intermittent TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug630102.js | application timed out
Categories
(Firefox Graveyard :: Panorama, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
Firefox 7
People
(Reporter: glandium, Assigned: ttaubert)
Details
Attachments
(1 file, 1 obsolete file)
|
3.93 KB,
patch
|
Details | Diff | Splinter Review |
TEST-START | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug630102.js
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/tabview/browser_tabview_bug630102.js | application timed out after 330 seconds with no output
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1304420117.1304421438.20710.gz
Updated•14 years ago
|
Component: Tabbed Browser → Panorama
QA Contact: tabbed.browser → panorama
| Assignee | ||
Updated•14 years ago
|
Assignee: nobody → tim.taubert
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•14 years ago
|
||
Attachment #529800 -
Flags: review?(ehsan)
Comment 2•14 years ago
|
||
So, what is the fix here? I can't figure out which problem you're trying to fix here, and how...
| Assignee | ||
Comment 3•14 years ago
|
||
(In reply to comment #2)
> So, what is the fix here? I can't figure out which problem you're trying to
> fix here, and how...
Sorry, I should have explained that a bit:
> window.addEventListener("tabviewshown", partOne, false);
> TabView.toggle();
That is the part that should start the test but doesn't if tabview is still or already shown. So I replaced all of these occurrences with the head.js functions showTabView() and hideTabView() that are more robust and just continue if the tabview is already shown/hidden.
The rest is just cleanup according to our current style of writing tests.
Updated•14 years ago
|
Attachment #529800 -
Flags: review?(ehsan) → review+
| Assignee | ||
Comment 4•14 years ago
|
||
Comment on attachment 529800 [details] [diff] [review]
patch v1
Passed try:
http://tbpl.mozilla.org/?tree=Try&pusher=tim.taubert@gmx.de&rev=a69993664cb1
| Assignee | ||
Comment 5•14 years ago
|
||
Attachment #529800 -
Attachment is obsolete: true
| Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Updated•14 years ago
|
Comment 6•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Whiteboard: [fixed in cedar]
Target Milestone: --- → Firefox 6
Comment 7•14 years ago
|
||
Backed out from m-c on suspicion of causing browser/base/content/test/tabview/browser_tabview_bug597248.js test timeout permaorange.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Assignee | ||
Comment 8•14 years ago
|
||
Whiteboard: [inbound]
Target Milestone: Firefox 6 → ---
| Assignee | ||
Comment 10•14 years ago
|
||
Whiteboard: [inbound]
Comment 11•14 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 14 years ago → 14 years ago
Flags: in-testsuite? → in-testsuite+
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 7
Comment 12•14 years ago
|
||
Verified fixed based on results in:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1314762663.1314767018.2727.gz&fulltext=1
Status: RESOLVED → VERIFIED
Updated•9 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•