Closed
Bug 487915
Opened 16 years ago
Closed 15 years ago
[SeaMonkey] mochitest-plain: security/ssl/mixedcontent/test_bug383369.html hangs
Categories
(Core :: DOM: Navigation, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: sgautherie, Assigned: mayhemer)
References
Details
This test was (re)activated by bug 480713.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090410 Minefield/3.6a1pre] (home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/1a8349d0cff8)
Passes.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090410 SeaMonkey/2.0b1pre] (experimental/_m-c_, home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/1a8349d0cff8
+http://hg.mozilla.org/comm-central/rev/671042296bda)
{
Error: downloadManager.cleanUp is not a function
Source File: http://example.com/tests/security/ssl/mixedcontent/test_bug383369.html?runtest
Line: 53
}
Probably dependent on bug 381157?
Flags: wanted1.9.2?
Comment 1•16 years ago
|
||
.cleanUp() is a standard function of the toolkit downloadmanager backend, so yes, should be fixed with bug 381157.
Assignee | ||
Comment 2•16 years ago
|
||
I am using cleanUp() only to remove all items from the download manager to prevent corruption of other tests for/using download manager. I can try to remove call to cleanUp() and if it doesn't affect other tests let's re-add it after bug 381157 is fixed.
Assignee: nobody → honzab.moz
Status: NEW → ASSIGNED
Comment 3•16 years ago
|
||
Honza, if this test is going 1.9.1, this might be an idea, but else I don't think it's worth that at the moment, we don't have buildbots up to test this, so it's only Serge's local running of tests that sees this (thanks to Serge for doing that and spotting problems).
I so much hope that we can drive the toolkit dlmgr backend into SeaMonkey before beta 1, i.e. in the next 3-4 weeks.
Comment 4•15 years ago
|
||
Not positive if this hang is this bug but it looks like it might be
OS X 10.5.2 mozilla-central unit test on 2009/05/21 14:49:26
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1242942566.1242945640.13326.gz&fulltext=1
*** 78546 INFO Running /tests/security/ssl/mixedcontent/test_bug383369.html...
command timed out: 300 seconds without output, killing pid 57514
process killed by signal 9
program finished with exit code -1
Comment 5•15 years ago
|
||
Filed bug 494291 since this bug seems to be specific to SeaMonkey
Reporter | ||
Comment 6•15 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090527 SeaMonkey/2.0b1pre] (experimental/_m-c_, home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/0dffee5de077
+http://hg.mozilla.org/comm-central/rev/58cf9794dd27 + bug 493008 patches)
Still failed.
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.2a1pre) Gecko/20090530 SeaMonkey/2.0b1pre] (experimental/_m-c_, home, optim default) (W2Ksp4)
(http://hg.mozilla.org/mozilla-central/rev/e44d9c0f4805
+http://hg.mozilla.org/comm-central/rev/62f2c362a9a4 + bug 493008 patches)
Passes, thanks to bug 381157 landing :-)
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: wanted1.9.2? → in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.2a1
You need to log in
before you can comment on or make changes to this bug.
Description
•