Closed
Bug 596237
Opened 14 years ago
Closed 14 years ago
[SeaMonkey 2.1] TEST-UNEXPECTED-FAIL | chrome://mochikit/content/browser/content/html/document/test/browser_bug592641.js
Categories
(SeaMonkey :: Testing Infrastructure, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
seamonkey2.1b1
People
(Reporter: bugzilla, Assigned: neil)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.78 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
http://tinderbox.mozilla.org/showlog.cgi?tree=SeaMonkey&errorparser=unittest&logfile=1284472891.1284476159.31409.gz&buildtime=1284472891&buildname=Linux comm-central-trunk debug test mochitest-other&fulltext=1#err1
This fails after the test should be finished already. Perhaps similar issue to bug 595188?
Assignee | ||
Comment 1•14 years ago
|
||
Exactly the same problem... I hadn't noticed because I ran the tests locally on a debug build and the debug spew hid the unexpected fails, and because they happened after the test shutdown the harness claimed that the test passed :-(
Assignee | ||
Comment 2•14 years ago
|
||
Comment 3•14 years ago
|
||
Comment on attachment 475115 [details] [diff] [review]
Remove event listeners
Looks fine - r=bholley.
I'm curious why this is necessary though - those tabs are removed, so their listeners should go away, no?
Attachment #475115 -
Flags: review?(bobbyholley+bmo) → review+
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> I'm curious why this is necessary though - those tabs are removed, so their
> listeners should go away, no?
Unfortunately SeaMonkey's undo close tab keeps the browser around so while you can undo an accidental close tab very quickly a quirk is that it loads about:blank in the browser too, thus causing unexpected extra load events.
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → seamonkey2.1b1
Reporter | ||
Comment 6•14 years ago
|
||
Don't see this failure anymore on our tinderboxes.
-> VERIFIED
Status: RESOLVED → VERIFIED
Updated•14 years ago
|
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•