Closed
Bug 1371109
Opened 6 years ago
Closed 6 years ago
[Fennec] Enable layout/reftests/webm-video/poster-xxx.html
Categories
(Firefox for Android Graveyard :: Audio/Video, enhancement)
Firefox for Android Graveyard
Audio/Video
Tracking
(firefox55 fixed)
RESOLVED
FIXED
Firefox 55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: bechen, Assigned: bechen)
References
(Depends on 1 open bug)
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8875560 [details] Bug 1371109 - Enable webm-video/poster-xxx.html . https://reviewboard.mozilla.org/r/146976/#review151140
Attachment #8875560 -
Flags: review?(alwu) → review+
Assignee | ||
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8875560 [details] Bug 1371109 - Enable webm-video/poster-xxx.html . https://reviewboard.mozilla.org/r/146976/#review151146 ::: layout/reftests/webm-video/reftest.list:23 (Diff revision 2) > skip-if(Android) HTTP(..) == offset-1.xhtml offset-1-ref.html > random skip-if(Android) HTTP(..) == object-aspect-ratio-2a.xhtml aspect-ratio-2-ref.html > random skip-if(Android) HTTP(..) == object-aspect-ratio-2b.xhtml aspect-ratio-2-ref.html > skip-if(Android) fuzzy-if(winWidget,1,56000) fuzzy-if(cocoaWidget,1,56000) HTTP(..) == zoomed-1.xhtml zoomed-1-ref.html # bug 778995 for fuzzy > -skip-if(Android) fails-if(styloVsGecko) == poster-1.html poster-ref-blue250x200.html > -skip-if(Android) fails-if(styloVsGecko) == poster-2.html poster-ref-black140x100.html > +fails-if(styloVsGecko) == poster-1.html poster-ref-blue250x200.html > +fails-if(Android) fails-if(styloVsGecko) == poster-2.html poster-ref-black140x100.html poster-2.html fails because the default preload action for mobile app is none.
Assignee | ||
Updated•6 years ago
|
Keywords: checkin-needed
Pushed by ryanvm@gmail.com: https://hg.mozilla.org/integration/autoland/rev/f776e85cbb58 Enable webm-video/poster-xxx.html . r=alwu
Keywords: checkin-needed
Pushed by kwierso@gmail.com: https://hg.mozilla.org/integration/autoland/rev/ddabdf4ac222 Followup to annotate some frequently failing android reftests r=me a=me
poster-3.html and poster-5.html were consistently failing in the autophone reftest suite like https://treeherder.mozilla.org/logviewer.html#?job_id=105637270&repo=autoland Those jobs are tier-2, so no backout for breaking them. Hopefully fails-if(android) was the right annotation for these, and that doesn't hurt anything else outside of these autophone reftests.
Pushed by kwierso@gmail.com: https://hg.mozilla.org/integration/autoland/rev/07a573e7aef3 Use random-if instead of fails-if due to unexpected passes elsewhere r=me a=me
Flags: needinfo?(bechen)
Assignee | ||
Comment 9•6 years ago
|
||
The fail log of poster-3 and poster-5 are "max difference: 2, number of differing pixels: 14000", it is a good new to us. Because the max difference is 2, that means there are 14000 pixels which RGB difference is less than 2. Implies the video decoding content is correct so we should use fuzzy-if() to address them.
Flags: needinfo?(bechen)
Assignee | ||
Comment 10•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=31d8fd4415e7
There was also this failure that included poster-12, but that seemed much less frequent: https://treeherder.mozilla.org/logviewer.html#?job_id=105660355&repo=autoland
(In reply to Wes Kocher (:KWierso) from comment #11) > There was also this failure that included poster-12, but that seemed much > less frequent: > https://treeherder.mozilla.org/logviewer.html#?job_id=105660355&repo=autoland Ooh, poster-12 was a crash.
Assignee | ||
Comment 13•6 years ago
|
||
(In reply to Wes Kocher (:KWierso) from comment #12) > (In reply to Wes Kocher (:KWierso) from comment #11) > > There was also this failure that included poster-12, but that seemed much > > less frequent: > > https://treeherder.mozilla.org/logviewer.html#?job_id=105660355&repo=autoland > > Ooh, poster-12 was a crash. See bug 1370227. It is the same crash.
Depends on: 1370227
Comment 14•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/f776e85cbb58 https://hg.mozilla.org/mozilla-central/rev/ddabdf4ac222 https://hg.mozilla.org/mozilla-central/rev/07a573e7aef3
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 55
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•