Intermittent dom/media/test/test_streams_capture_origin.html | expected black - got "255,255,0,255", expected "0,0,0,255"
RESOLVED
FIXED
in Firefox 51
Status
()
Core
Audio/Video: MediaStreamGraph
P2
normal
Rank:
25
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Assigned: ctai)
Tracking
({intermittent-failure})
Firefox Tracking Flags
(firefox51 fixed)
Details
Attachments
(1 attachment)
Filed by: wkocher [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=33328166&repo=mozilla-inbound http://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-macosx64-debug/1470321202/mozilla-inbound_yosemite_r7-debug_test-mochitest-media-e10s-bm132-tests1-macosx-build329.txt.gz
Comment hidden (Intermittent Failures Robot) |
Comment 3•3 years ago
|
||
More fallout.
Updated•3 years ago
|
Assignee: nobody → ctai
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 7•3 years ago
|
||
mozreview-review |
Comment on attachment 8783390 [details] Bug 1292335 - Call mozCaptureStreamUntilEnded in loadedmetadata. . https://reviewboard.mozilla.org/r/73194/#review71332 ::: dom/media/test/test_streams_capture_origin.html:28 (Diff revision 2) > > var resource = getPlayableVideo(gSmallTests).name; > > vin.src = "http://example.org:8000/tests/dom/media/test/" + resource; > -var stream = vin.mozCaptureStreamUntilEnded(); > +vin.preload = "metadata"; > +var stream; Unused var.
Attachment #8783390 -
Flags: review?(pehrson) → review+
Comment hidden (mozreview-request) |
(Assignee) | ||
Updated•3 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/1da74b9e7000 Call mozCaptureStreamUntilEnded in loadedmetadata. r=pehrsons.
Keywords: checkin-needed
Comment 10•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1da74b9e7000
Status: NEW → RESOLVED
Last Resolved: 3 years ago
status-firefox51: --- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Comment hidden (Intermittent Failures Robot) |
(Assignee) | ||
Comment 12•3 years ago
|
||
(In reply to OrangeFactor Robot from comment #11) > 17 automation job failures were associated with this bug in the last 7 days. > > Repository breakdown: > * mozilla-inbound: 6 > * autoland: 5 > * try: 2 > * mozilla-central: 2 > * fx-team: 2 > > Platform breakdown: > * linux64: 10 > * windows7-32: 3 > * linux32: 2 > * windows8-64: 1 > * windows7-32-vm: 1 > > For more details, see: > https://brasstacks.mozilla.com/orangefactor/ > ?display=Bug&bugid=1292335&startday=2016-08-22&endday=2016-08-28&tree=all The last failure is not yet applied my patch. Keep monitor.
You need to log in
before you can comment on or make changes to this bug.
Description
•