Closed
Bug 1292621
Opened 7 years ago
Closed 6 years ago
Intermittent dom/media/test/test_streams_autoplay.html | Test timed out.
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P2)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox51 | --- | affected |
People
(Reporter: intermittent-bug-filer, Assigned: ctai)
References
(Depends on 1 open bug)
Details
(Keywords: bulk-close-intermittents, intermittent-failure)
Attachments
(1 file)
Filed by: wkocher [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=33394391&repo=mozilla-inbound http://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-linux-debug/1470403582/mozilla-inbound_ubuntu32_vm-debug_test-mochitest-media-e10s-bm04-tests1-linux32-build448.txt.gz
Comment hidden (Intermittent Failures Robot) |
Updated•7 years ago
|
Rank: 25
Priority: -- → P2
Updated•7 years ago
|
Component: Audio/Video → Audio/Video: MediaStreamGraph
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ctai
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8781372 [details] Bug 1292621 - Call mozCapturedStreamXXX in onloadedmetadata callback. . https://reviewboard.mozilla.org/r/71824/#review69382 <p>This is tricky since it tests autoplay and we'd like more control over the timing.</p> <p>However it says it tests autoplay with a MediaStream source so I think it's fine to remove the autoplay attribute for v1 and play() in "loadedmetadata".</p> ::: dom/media/test/test_streams_autoplay.html:23 (Diff revision 1) > if (media == null) { > todo(false, "No media supported."); > SimpleTest.finish(); > } else { > v1.src = media.name; > + v1.preload = 'metadata'; This doesn't have an effect here since v1 has the autoplay attribute.
Attachment #8781372 -
Flags: review?(pehrson)
Comment hidden (mozreview-request) |
Comment 7•7 years ago
|
||
mozreview-review |
Comment on attachment 8781372 [details] Bug 1292621 - Call mozCapturedStreamXXX in onloadedmetadata callback. . https://reviewboard.mozilla.org/r/71824/#review69766
Attachment #8781372 -
Flags: review?(pehrson) → review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/f0077112f013 Call mozCapturedStreamXXX in onloadedmetadata callback. r=pehrsons.
Keywords: checkin-needed
Comment 9•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f0077112f013
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 11•7 years ago
|
||
(In reply to OrangeFactor Robot from comment #10) > 25 automation job failures were associated with this bug in the last 7 days. > > Repository breakdown: > * mozilla-inbound: 10 > * autoland: 10 > * fx-team: 3 > * try: 1 > * mozilla-central: 1 > > Platform breakdown: > * linux32: 13 > * linux64: 9 > * windowsxp: 1 > * windows8-64: 1 > * osx-10-10: 1 > > For more details, see: > https://brasstacks.mozilla.com/orangefactor/ > ?display=Bug&bugid=1292621&startday=2016-08-15&endday=2016-08-21&tree=all The last failure is not include my fix. See https://hg.mozilla.org/integration/mozilla-inbound/file/d929d9aa782933499db42c017259be104db0fb2b/dom/media/test/test_streams_autoplay.html Keep monitor.
Comment 12•7 years ago
|
||
This is still happening.
Status: RESOLVED → REOPENED
Flags: needinfo?(ctai)
Resolution: FIXED → ---
Target Milestone: mozilla51 → ---
Assignee | ||
Comment 13•7 years ago
|
||
(In reply to Ryan VanderMeulen [:RyanVM] from comment #12) > This is still happening. Suspect it caused by the not landed patch [1]. Will file a bug to fix the backout issue and land it. [1]: https://reviewboard.mozilla.org/r/71850/diff/#index_header
Flags: needinfo?(ctai)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Status: REOPENED → RESOLVED
Closed: 7 years ago → 6 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•