Closed
Bug 1117955
Opened 8 years ago
Closed 8 years ago
Intermittent css-animations/test_animation-pausing.html | play() flushes pending changes to animation-play-state first - play() flushes pending changes to animation-play-state first: assert_true: Playing value of margin-left is increasing expected true...
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla37
Tracking | Status | |
---|---|---|
firefox35 | --- | unaffected |
firefox36 | --- | unaffected |
firefox37 | --- | fixed |
firefox-esr31 | --- | unaffected |
People
(Reporter: RyanVM, Assigned: birtles)
References
Details
(Keywords: intermittent-failure)
Bug 1116334 looks maybe-related as well? 10:43:54 INFO - 187 INFO TEST-START | dom/animation/test/css-animations/test_animation-pausing.html 10:43:55 INFO - ++DOMWINDOW == 1027 (0FAD7C00) [pid = 1436] [serial = 1706] [outer = 1321E000] 10:43:55 INFO - -*-*- UserCustomizations (parent): document created: http://mochi.test:8888/tests/dom/animation/test/css-animations/test_animation-pausing.html 10:43:55 INFO - -*-*- UserCustomizations (parent): _injectInWindow 10:43:55 INFO - -*-*- UserCustomizations (parent): principal status: 0 10:43:55 INFO - 188 INFO TEST-PASS | dom/animation/test/css-animations/test_animation-pausing.html | - : Elided 2 passes or known failures. 10:43:55 INFO - 189 INFO TEST-UNEXPECTED-FAIL | dom/animation/test/css-animations/test_animation-pausing.html | play() flushes pending changes to animation-play-state first - play() flushes pending changes to animation-play-state first: assert_true: Playing value of margin-left is increasing expected true got false 10:43:55 INFO - 190 INFO TEST-UNEXPECTED-FAIL | dom/animation/test/css-animations/test_animation-pausing.html | pause() a running animation - pause() a running animation: assert_true: margin-left is initially increasing expected true got false 10:43:55 INFO - 191 INFO TEST-UNEXPECTED-FAIL | dom/animation/test/css-animations/test_animation-pausing.html | play() overrides animation-play-state - play() overrides animation-play-state: assert_true: Playing value of margin-left is greater than zero expected true got false 10:43:55 INFO - 192 INFO TEST-PASS | dom/animation/test/css-animations/test_animation-pausing.html | - : Elided 2 passes or known failures. 10:43:55 INFO - 193 INFO MEMORY STAT vsize after test: 697024512 10:43:55 INFO - 194 INFO MEMORY STAT vsizeMaxContiguous after test: 549191680 10:43:55 INFO - 195 INFO MEMORY STAT residentFast after test: 482578432 10:43:55 INFO - 196 INFO MEMORY STAT heapAllocated after test: 154223194 10:43:55 INFO - 197 INFO TEST-OK | dom/animation/test/css-animations/test_animation-pausing.html | took 379ms
Flags: needinfo?(bbirtles)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 2•8 years ago
|
||
This could be a rounding issue, or could be fixed by bug 1112480. I'll investigate.
Assignee: nobody → bbirtles
Status: NEW → ASSIGNED
Flags: needinfo?(bbirtles)
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 4•8 years ago
|
||
I notice this is failing in exactly the same way as it was on OS X 10.8 when I originally pushed bug 927349: https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=ffa2358e8919 I've also observed that bug 1112480 seems to fix this. I'm going to put bug 1112480 up for review later today. I'm just going to disable this test on Win XP and re-enable it in bug 1112480.
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Brian Birtles (:birtles) from comment #4) > I'm just going to disable this test on Win XP and re-enable it in bug 1112480. Disabled on Windows: https://hg.mozilla.org/integration/mozilla-inbound/rev/e34f8806ff2f
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 7•8 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/e34f8806ff2f
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
Comment hidden (Legacy TBPL/Treeherder Robot) |
Reporter | ||
Comment 9•8 years ago
|
||
I guess we should have gotten the css-transitions version too?
status-firefox35:
--- → unaffected
status-firefox36:
--- → unaffected
status-firefox37:
--- → fixed
status-firefox-esr31:
--- → unaffected
Flags: needinfo?(bbirtles)
Assignee | ||
Comment 10•8 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM UTC-5] from comment #9) > I guess we should have gotten the css-transitions version too? https://hg.mozilla.org/integration/mozilla-inbound/rev/5142da8b7add
Flags: needinfo?(bbirtles)
Assignee | ||
Comment 12•8 years ago
|
||
Note that bug 1112480 re-enabled these tests and there don't seem to be any further failures. https://hg.mozilla.org/mozilla-central/rev/95267af607c3
Updated•4 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•