Closed Bug 1264343 Opened 8 years ago Closed 7 years ago

test_peerConnection_scaleResolution.html times out on Android

Categories

(Core :: WebRTC: Audio/Video, defect, P2)

ARM
Android
defect

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.
It would help to know how far they get (logs, perhaps with higher log levels)
Rank: 25
Priority: -- → P2
Blocks: 1321547
This test uses both VP8 and H.264. H.264 isn't supported in our test environment for Android, VP8 works fine.
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+
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
https://hg.mozilla.org/mozilla-central/rev/538302e567b6
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: