Closed
Bug 632102
Opened 14 years ago
Closed 14 years ago
Intermittent test_bug629838.html | Got MozAfterPaint event 25 time(s).
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
FIXED
mozilla6
People
(Reporter: philor, Assigned: kael)
References
(Blocks 1 open bug)
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
(deleted),
patch
|
roc
:
review+
|
Details | Diff | Splinter Review |
Could just be coincidence, but it seems odd that this failed with the same number of events on both mozilla-central and TraceMonkey during the same hour, the hour when everything's busy with nightlies and l10n repacks of them.
http://tinderbox.mozilla.org/showlog.cgi?log=TraceMonkey/1297078413.1297082164.4830.gz
Rev3 MacOSX Snow Leopard 10.6.2 tracemonkey debug test mochitests-4/5 on 2011/02/07 03:33:33
s: talos-r3-snow-026
1006 INFO TEST-PASS | /tests/layout/base/tests/test_bug629838.html | Background color iteration 46, afterpaint count: 25, mozpaint count: 55
1007 INFO TEST-PASS | /tests/layout/base/tests/test_bug629838.html | mozPaintCount incremented enough from background color changes.
1008 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug629838.html | Got MozAfterPaint event 25 time(s).
http://tinderbox.mozilla.org/showlog.cgi?log=TraceMonkey/1297078413.1297082164.4830.gz
Rev3 MacOSX Snow Leopard 10.6.2 tracemonkey debug test mochitests-4/5 on 2011/02/07 03:33:33
s: talos-r3-snow-026
1006 INFO TEST-PASS | /tests/layout/base/tests/test_bug629838.html | Background color iteration 46, afterpaint count: 25, mozpaint count: 55
1007 INFO TEST-PASS | /tests/layout/base/tests/test_bug629838.html | mozPaintCount incremented enough from background color changes.
1008 ERROR TEST-UNEXPECTED-FAIL | /tests/layout/base/tests/test_bug629838.html | Got MozAfterPaint event 25 time(s).
Assignee | ||
Comment 2•14 years ago
|
||
Doh, pressed enter by accident. Anyway, I suspected that this test might be vulnerable to machine load. I could try and fix it by adjusting the constants, but I think it's probably just better to fall back on merely testing that we get enough afterpaint events 'eventually', and drop the strict timing requirements since they seem to be unreliable.
Assignee | ||
Comment 3•14 years ago
|
||
I've attached a patch that changes the assertions in this test so that it merely requires MozAfterPaint to fire a certain number of times eventually, instead of asserting that it fires in sync with mozPaintCount increases. This should be reliable, even if it lets later breakages through.
Attachment #512595 -
Flags: review?
Assignee | ||
Updated•14 years ago
|
Whiteboard: [orange] → [orange][needs-review]
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment 5•14 years ago
|
||
Comment on attachment 512595 [details] [diff] [review]
No longer assert that MozAfterPaint fires in sync with mozPaintCount increases.
Kevin, you should ask someone to review the patch.
Comment 6•14 years ago
|
||
Comment on attachment 512595 [details] [diff] [review]
No longer assert that MozAfterPaint fires in sync with mozPaintCount increases.
I think roc can review this.
Attachment #512595 -
Flags: review? → review?(roc)
Comment on attachment 512595 [details] [diff] [review]
No longer assert that MozAfterPaint fires in sync with mozPaintCount increases.
Review of attachment 512595 [details] [diff] [review]:
Attachment #512595 -
Flags: review?(roc) → review+
Comment 8•14 years ago
|
||
Thanks Kevin for your patch. Guys, can one of you please land this?
Keywords: checkin-needed
Whiteboard: [orange][needs-review] → [orange]
Updated•14 years ago
|
Keywords: checkin-needed
Whiteboard: [orange] → [fixed in cedar]
Comment 9•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [fixed in cedar]
Target Milestone: --- → mozilla6
Updated•14 years ago
|
Whiteboard: [orange]
Comment 10•14 years ago
|
||
Updated•12 years ago
|
Keywords: intermittent-failure
Updated•12 years ago
|
Whiteboard: [orange]
You need to log in
before you can comment on or make changes to this bug.
Description
•