Closed
Bug 654423
Opened 12 years ago
Closed 12 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•12 years ago
|
Component: Tabbed Browser → Panorama
QA Contact: tabbed.browser → panorama
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → tim.taubert
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #529800 -
Flags: review?(ehsan)
Comment 2•12 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•12 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•12 years ago
|
Attachment #529800 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 4•12 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•12 years ago
|
||
Attachment #529800 -
Attachment is obsolete: true
Assignee | ||
Updated•12 years ago
|
Keywords: checkin-needed
Updated•12 years ago
|
![]() |
||
Comment 6•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/de21696c8853
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Flags: in-testsuite?
Resolution: --- → FIXED
Whiteboard: [fixed in cedar]
Target Milestone: --- → Firefox 6
![]() |
||
Comment 7•12 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•12 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/f5a456d99df9
Whiteboard: [inbound]
Target Milestone: Firefox 6 → ---
Assignee | ||
Comment 10•12 years ago
|
||
http://hg.mozilla.org/integration/mozilla-inbound/rev/0c47cb07f689
Whiteboard: [inbound]
Comment 11•12 years ago
|
||
http://hg.mozilla.org/mozilla-central/rev/0c47cb07f689
Status: REOPENED → RESOLVED
Closed: 12 years ago → 12 years ago
Flags: in-testsuite? → in-testsuite+
Resolution: --- → FIXED
Whiteboard: [inbound]
Target Milestone: --- → Firefox 7
Comment 12•12 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•7 years ago
|
Product: Firefox → Firefox Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•