Closed Bug 483218 Opened 15 years ago Closed 15 years ago

mochitest-plain: test_bug450930.xhtml intermittently fails

Categories

(Core :: Layout, defect)

defect
Not set
normal

Tracking

()

VERIFIED FIXED
mozilla1.9.2a1
Tracking Status
status1.9.1 --- .3-fixed

People

(Reporter: sgautherie, Assigned: smaug)

References

Details

(Keywords: intermittent-failure, verified1.9.1)

Attachments

(1 file)

{
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.1/1236949834.1236955599.23222.gz
Linux mozilla-1.9.1 unit test on 2009/03/13 06:10:34

*** 42940 INFO Running /tests/layout/base/tests/test_bug450930.xhtml...
[...]
*** 42961 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Event fired (iframe2)
*** 42962 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Didn't get subdoc invalidation while we were privileged (iframe2)
[...]
}
Flags: wanted1.9.1?
Whiteboard: [orange]
Flags: wanted1.9.1? → wanted1.9.1+
(I don't know anything more: we'll see if it happens again...)
Summary: test_bug450930.xhtml intermittently fails → Mochitest test_bug450930.xhtml intermittently fails
Not the exact same event, but SeaMonkey too:
{
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1237365393.1237375916.13206.gz
Linux comm-central dep unit test on 2009/03/18 01:36:33

*** 42625 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Event fired (iframe)
*** 42626 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Didn't get subdoc invalidation while we were privileged (iframe)
}
Another case:
{
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox3.5/1237561715.1237568218.22012.gz
Linux mozilla-1.9.1 unit test on 2009/03/20 08:08:35

*** 42994 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | scrolled-out invalidation should notify in subdoc
}
Version: 1.9.1 Branch → Trunk
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1241363137.1241370678.4050.gz
Linux mozilla-central unit test on 2009/05/03 08:05:37
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Ports/1243744432.1243750895.14064.gz
Linux comm-1.9.1 unit test on 2009/05/30 21:33:52

43676 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | scrolled-out invalidation should notify in subdoc
Summary: Mochitest test_bug450930.xhtml intermittently fails → mochitest-plain: test_bug450930.xhtml intermittently fails
{
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1244024551.1244029423.25562.gz
Linux comm-central unit test on 2009/06/03 03:22:31

43664 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Event fired (iframe2)
43665 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Didn't get subdoc invalidation while we were privileged (iframe2)
}
{
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey-Ports/1244703488.1244713408.13750.gz
OS X 10.5 comm-1.9.1 unit test on 2009/06/10 23:58:08

43669 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Event fired (iframe2)
43670 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Didn't get subdoc invalidation while we were privileged (iframe2)
43673 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | scrolled-out invalidation should notify in subdoc
}
OS: Linux → All
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1245463305.1245470641.23363.gz
Linux mozilla-central unit test on 2009/06/19 19:01:45
44205 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | scrolled-out invalidation should notify in subdoc
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox-Unittest/1245672642.1245674990.16560.gz
Linux mozilla-central test mochitests on 2009/06/22 05:10:42

44211 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Event fired (iframe2)
44212 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug450930.xhtml | Didn't get subdoc invalidation while we were privileged (iframe2)
This might help here, I hope. Start the timer only after the event has fired.
If more events are fired (they shouldn't be), they will probably happen within
100ms and the test will fail.
Attachment #384490 - Flags: review?(roc)
Comment on attachment 384490 [details] [diff] [review]
a patch
[Checkin: Comment 26 & 32]

Won't help with all the cases, but hopefully the one mentioned in comment 0.
Comment on attachment 384490 [details] [diff] [review]
a patch
[Checkin: Comment 26 & 32]

Yes, this is a brilliant idea.
Attachment #384490 - Flags: review?(roc) → review+
Assignee: nobody → Olli.Pettay
Please add a comment here if you still see this leak.
Otherwise I'll close this bug within next few days.
(In reply to comment #27)
> Please add a comment here if you still see this leak.
> Otherwise I'll close this bug within next few days.
uh, that was for a different bug :/

Please add a comment here if you still see this failure.
Otherwise I'll close this bug within next few days.
Closing. Please reopen if you see the problem mentioned in comment 0.
If "scrolled-out invalidation should notify in subdoc" still happens, that should be a separate bug.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Flags: in-testsuite+
Whiteboard: [orange] → [needs 1.9.1 landing] [orange]
Target Milestone: --- → mozilla1.9.2a1
I'm still seeing the "scrolled-out invalidation should notify in subdoc" issue, so I've opened bug 501221.
Comment on attachment 384490 [details] [diff] [review]
a patch
[Checkin: Comment 26 & 32]


http://hg.mozilla.org/releases/mozilla-1.9.1/rev/396b62727a8c
Attachment #384490 - Attachment description: a patch → a patch [Checkin: Comment 26 & 32]
Keywords: checkin-needed
Whiteboard: [needs 1.9.1 landing] [orange] → [orange]
This failed again:

http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1250655942.1250664341.2536.gz
WINNT 5.2 mozilla-central unit test on 2009/08/18 21:25:42
(In reply to comment #33)
> This failed again:

"No": that case is (now) tracked by bug 501221.
Blocks: 501221
Given that the remaining problem is covered by bug 501221 and no orangeness happened the last 5 days on 1.9.1 lets call it verified fixed.
Status: RESOLVED → VERIFIED
Keywords: verified1.9.1
Hardware: x86 → All
Whiteboard: [orange]
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: