Closed
Bug 1429668
Opened 2 years ago
Closed 2 years ago
Intermittent dom/animation/test/css-animations/test_animation-starttime.html | Sanity test to check round-tripping assigning to a new animation's startTime - Sanity test to check round-tripping assigning to a new animation's startTime:
Categories
(Core :: DOM: Animation, defect, P5)
Core
DOM: Animation
P5
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox57 | --- | unaffected |
firefox58 | --- | fixed |
firefox59 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: tjr)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell fixed:timing])
Attachments
(1 file)
Filed by: dluca [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=155514806&repo=autoland https://queue.taskcluster.net/v1/task/fKZ0e__MRnOK02l2woAleQ/runs/0/artifacts/public/test_info//plain-chunked_errorsummary.log
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•2 years ago
|
||
Try run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=47416a855c9633f36db46a3d8ad372fc2dc02f2c
Updated•2 years ago
|
Attachment #8941714 -
Flags: review+
Comment 3•2 years ago
|
||
mozreview-review |
Comment on attachment 8941714 [details] Bug 1429668 Turn off the reduceTimerPrecision pref for one more test https://reviewboard.mozilla.org/r/211946/#review217752 ::: dom/animation/test/css-animations/test_animation-starttime.html:10 (Diff revision 1) > <div id="log"></div> > <script> > 'use strict'; > setup({explicit_done: true}); > SpecialPowers.pushPrefEnv( > - { "set": [["dom.animations-api.core.enabled", true]]}, > + { "set": Nit: a trailing space.
Updated•2 years ago
|
Assignee: nobody → tom
Status: NEW → ASSIGNED
Pushed by archaeopteryx@coole-files.de: https://hg.mozilla.org/integration/autoland/rev/bb887872b8e5 Turn off the reduceTimerPrecision pref for one more test r=hiro
Pushed by apavel@mozilla.com: https://hg.mozilla.org/mozilla-central/rev/2cb19d6666db Turn off the reduceTimerPrecision pref for one more test r=hiro a=test-fix
Comment 6•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2cb19d6666db
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Comment 7•2 years ago
|
||
Recent failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=155603058&repo=mozilla-inbound&lineNumber=1956 [task 2018-01-11T12:02:30.940Z] 12:02:30 INFO - 177 INFO TEST-START | dom/animation/test/css-animations/test_animation-starttime.html [task 2018-01-11T12:02:41.230Z] 12:02:41 INFO - Buffered messages logged at 12:02:31 [task 2018-01-11T12:02:41.230Z] 12:02:41 INFO - 178 INFO TEST-PASS | dom/animation/test/css-animations/test_animation-starttime.html | - : Elided 3 passes or known failures. [task 2018-01-11T12:02:41.230Z] 12:02:41 INFO - Buffered messages finished [task 2018-01-11T12:02:41.231Z] 12:02:41 INFO - 179 INFO TEST-UNEXPECTED-FAIL | dom/animation/test/css-animations/test_animation-starttime.html | Sanity test to check round-tripping assigning to a new animation's startTime - Sanity test to check round-tripping assigning to a new animation's startTime: assert_approx_equals: Check setting of startTime actually works expected 2463.16 +/- 0.0005 but got 2463.14 [task 2018-01-11T12:02:41.235Z] 12:02:41 INFO - 180 INFO TEST-PASS | dom/animation/test/css-animations/test_animation-starttime.html | - : Elided 17 passes or known failures. [task 2018-01-11T12:02:41.237Z] 12:02:41 INFO - 181 INFO TEST-OK | dom/animation/test/css-animations/test_animation-starttime.html | took 11423ms
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•2 years ago
|
||
That push/failure didn't have this patch in it :)
Status: REOPENED → RESOLVED
Closed: 2 years ago → 2 years ago
Resolution: --- → FIXED
Comment 9•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/bb887872b8e5
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
status-firefox57:
--- → unaffected
status-firefox58:
--- → affected
status-firefox-esr52:
--- → unaffected
Comment 12•2 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-release/rev/20e64779a662
Comment 13•2 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-beta/rev/e90902d3d7cc (FIREFOX_58b_RELBRANCH)
Updated•2 years ago
|
Whiteboard: [stockwell fixed:timing]
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 15•2 years ago
|
||
Without timer clamping enabled, this seems like a new failure.
Assignee: tom → nobody
Updated•Last year
|
Assignee: nobody → tom
You need to log in
before you can comment on or make changes to this bug.
Description
•