Closed
Bug 1292335
Opened 8 years ago
Closed 8 years ago
Intermittent dom/media/test/test_streams_capture_origin.html | expected black - got "255,255,0,255", expected "0,0,0,255"
Categories
(Core :: Audio/Video: MediaStreamGraph, defect, P2)
Core
Audio/Video: MediaStreamGraph
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: ctai)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
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•8 years ago
|
||
More fallout.
Updated•8 years ago
|
Assignee: nobody → ctai
Comment hidden (Intermittent Failures Robot) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 7•8 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•8 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•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 12•8 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
•