Closed
Bug 969369
Opened 12 years ago
Closed 11 years ago
[Video] When displaying the video controls time elapsed is froze at 00:00 while playing OGG video
Categories
(Firefox OS Graveyard :: Gaia::UI Tests, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 976028
People
(Reporter: AndreiH, Unassigned)
References
Details
(Keywords: regression)
Our automated tests picked up a performance while playing an OGG video.
After tapping on the video to enter the full screen the video starts playing and the video controls disappear.
After that step we use js "window.wrappedJSObject.setControlsVisibility(true);" to display the video controls.
https://github.com/mozilla-b2g/gaia/blob/master/tests/python/gaia-ui-tests/gaiatest/apps/videoplayer/regions/fullscreen_video.py#L22
When the video controls appear the time elapsed is froze at 00:00 for a second and then suddenly jumps to 00:04. This is making our assert to pick up as the video didn't start playing.
Build:
Gaia ea4a1f0d94a995486ed219f47132949071ecc172
Gecko https://hg.mozilla.org/mozilla-central/rev/262e73a6b7cd
BuildID 20140206160203
Version 30.0a1
Comment 1•12 years ago
|
||
Can someone check if this reproduces on 1.3 & confirm a manual reproduction of this on 1.4?
blocking-b2g: --- → 1.4?
Keywords: qawanted,
regression
Comment 2•12 years ago
|
||
I can't replicate this manually on the same build from comment #0.
Comment 3•12 years ago
|
||
Is this 100% reproducible in the automated test?
Assignee: nobody → rnicoletti
Status: NEW → ASSIGNED
Flags: needinfo?(andrei.hutusoru)
Reporter | ||
Comment 4•12 years ago
|
||
This is not 100% reproducible in the automated test, it's an intermittent fail
Flags: needinfo?(andrei.hutusoru)
Comment 5•12 years ago
|
||
If it's automation only & not reproducible by end users, then I think this needs to be worked around in the actual test.
Assignee: rnicoletti → nobody
Component: Gaia::Video → Gaia::UI Tests
Reporter | ||
Updated•11 years ago
|
Status: ASSIGNED → NEW
Reporter | ||
Comment 7•11 years ago
|
||
This did not fail for some time now on our CI.
I am going to close this as it was not a bug.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WONTFIX
Comment 8•11 years ago
|
||
This failure still reproduce in the new build.
Comment 9•11 years ago
|
||
It still reproduce at TPE side.
Gaia 71f78f7f68fcf5e23cc5965fee0dad45289c438b
Gecko https://hg.mozilla.org/mozilla-central/rev/5dc091b7e86f
BuildID 20140304160205
Comment 10•11 years ago
|
||
While trying to replicate this yesterday I also filed:
https://bugzilla.mozilla.org/show_bug.cgi?id=979394
Updated•11 years ago
|
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
Updated•11 years ago
|
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•