Closed
Bug 1264343
Opened 9 years ago
Closed 8 years ago
test_peerConnection_scaleResolution.html times out on Android
Categories
(Core :: WebRTC: Audio/Video, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla55
| Tracking | Status | |
|---|---|---|
| firefox55 | --- | fixed |
People
(Reporter: dminor, Unassigned)
References
Details
Attachments
(1 file)
This test times out on Autophone and is also disabled on the emulators.
Comment 1•9 years ago
|
||
It would help to know how far they get (logs, perhaps with higher log levels)
Updated•9 years ago
|
Rank: 25
Priority: -- → P2
| Reporter | ||
Comment 2•8 years ago
|
||
This test uses both VP8 and H.264. H.264 isn't supported in our test environment for Android, VP8 works fine.
| Comment hidden (mozreview-request) |
Comment 4•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8857452 [details]
Bug 1264343 - Only run test_peerConnection_scaleResolution.html with VP8 codec on Android;
https://reviewboard.mozilla.org/r/129440/#review132082
::: dom/media/tests/mochitest/test_peerConnection_scaleResolution.html:80
(Diff revision 1)
> })
> })
> .catch(generateErrorCallback());
> }
>
> + if (navigator.appVersion.indexOf("Android") == -1) {
Might want to use `includes` rather than `indexOf`.
Attachment #8857452 -
Flags: review?(jib) → review+
| Comment hidden (mozreview-request) |
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/538302e567b6
Only run test_peerConnection_scaleResolution.html with VP8 codec on Android; r=jib
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in
before you can comment on or make changes to this bug.
Description
•