Closed
Bug 1038655
Opened 9 years ago
Closed 9 years ago
Intermittent test_playback_rate.html | Current time should not change when playbackRate is null (2.333 2.000045).
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
Tracking | Status | |
---|---|---|
firefox32 | --- | unaffected |
firefox33 | --- | fixed |
firefox34 | --- | fixed |
firefox-esr24 | --- | unaffected |
firefox-esr31 | --- | unaffected |
b2g-v1.4 | --- | unaffected |
b2g-v2.0 | --- | unaffected |
b2g-v2.1 | --- | fixed |
People
(Reporter: cbook, Assigned: jwwang)
References
()
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
3.42 KB,
patch
|
cpearce
:
review+
Sylvestre
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Android 4.0 Panda mozilla-inbound debug test mochitest-3 on 2014-07-15 02:22:55 PDT for push ebf6185fafce slave: panda-0224 https://tbpl.mozilla.org/php/getParsedLog.php?id=43811144&tree=Mozilla-Inbound 1238 INFO TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_playback_rate.html | Current time should not change when playbackRate is null (2.333 2.000045).
Assignee | ||
Comment 1•9 years ago
|
||
2.333 - 2.00045 = 0.33255 > THRESHOLD = 0.3... a close failure...
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 3•9 years ago
|
||
Don't update official playback position when paused as we did while seeking. Also update the test case as now we can expect |currentTime| won't change at all after paused (or playbackRate set to 0). Try on B2G desktop: https://tbpl.mozilla.org/?tree=Try&rev=a6e9ab0727a6 Try on Android: https://tbpl.mozilla.org/?tree=Try&rev=23f901c88665 Try on desktop: https://tbpl.mozilla.org/?tree=Try&rev=90f95886d9b6 Try on B2G emulator: https://tbpl.mozilla.org/?tree=Try&rev=ac92f1e1f893 No failures in test_playback_rate.html.
Updated•9 years ago
|
Attachment #8460048 -
Flags: review?(cpearce) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Try on B2G desktop: https://tbpl.mozilla.org/?tree=Try&rev=a6e9ab0727a6 Try on Android: https://tbpl.mozilla.org/?tree=Try&rev=23f901c88665 Try on desktop: https://tbpl.mozilla.org/?tree=Try&rev=90f95886d9b6 Try on B2G emulator: https://tbpl.mozilla.org/?tree=Try&rev=ac92f1e1f893 No failures in test_playback_rate.html.
Keywords: checkin-needed
Reporter | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ce74b3c2bf5a
Keywords: checkin-needed
Reporter | ||
Comment 6•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/ce74b3c2bf5a
Comment 7•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/ce74b3c2bf5a
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Comment 8•9 years ago
|
||
Please nominate this for Aurora uplift when you get a chance :)
status-b2g-v1.4:
--- → unaffected
status-b2g-v2.0:
--- → unaffected
status-b2g-v2.1:
--- → fixed
status-firefox32:
--- → unaffected
status-firefox33:
--- → affected
status-firefox34:
--- → fixed
status-firefox-esr24:
--- → unaffected
Updated•9 years ago
|
status-firefox-esr31:
--- → unaffected
Assignee | ||
Comment 9•9 years ago
|
||
Comment on attachment 8460048 [details] [diff] [review] 1038655_fix_currentTime_null_playbackRate.patch Approval Request Comment [Feature/regressing bug #]:unknown [User impact if declined]: declined software quality for less test coverage [Describe test coverage new/current, TBPL]: tested on Try: https://tbpl.mozilla.org/?tree=Try&rev=b87a7f254e7e The oranges are inherited even without this patch applied [Risks and why]: low, the change is simple and has been well tested [String/UUID change made/needed]:none
Attachment #8460048 -
Flags: approval-mozilla-aurora?
Updated•9 years ago
|
Attachment #8460048 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Updated•9 years ago
|
Flags: in-testsuite+
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•