Open
Bug 1503957
Opened 7 years ago
Updated 3 years ago
MediaElement.Delegate.onError() fails on Android
Categories
(Core :: Audio/Video, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox65 | --- | affected |
People
(Reporter: rbarker, Unassigned)
References
Details
(Whiteboard: [geckoview:p2] [media-tests])
The MediaElementTest.kt test for MediaElement.Delegate.onError() fails when run on automation. The same test passes on device and emulation both x86 and arm when run locally. The specific test that fails is badMediaPath().
Comment 1•7 years ago
|
||
Nils, is there a media engineer who can help debug this Android media test failure?
This new test tries to read a file that doesn't exist. We never get the expected error when the test is run locally but we never get an error in automation.
Flags: needinfo?(drno)
OS: Unspecified → Android
Priority: -- → P2
Updated•7 years ago
|
Product: Firefox for Android → GeckoView
Comment 2•7 years ago
|
||
Sending this bug to the A/V component
Component: General → Audio/Video
Product: GeckoView → Core
Hardware: Unspecified → All
Summary: MediaElement.Delegate.onError() fails on automation. → MediaElement.Delegate.onError() fails on Android
Whiteboard: [geckoview:p2]
Comment 4•6 years ago
|
||
I think this is related to the fact that some files necessary for testing weren't copied correctly to the test environment, but this has been fixed. Can someone retry?
Flags: needinfo?(drno) → needinfo?(rbarker)
Reporter | ||
Comment 7•6 years ago
|
||
I'm not currently set up to run the tests.
Flags: needinfo?(rbarker)
Updated•5 years ago
|
Priority: P2 → P3
Whiteboard: [geckoview:p2] → [geckoview:p2] [media-tests]
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•