Markus Stange
e59492ab43
Bug 1544478 - Add a reftest. r=mattwoodrow
...
The reftests in the webm-video directory are currently only run in non-e10s
mode (bug 1544849), so at the moment, this test only provides coverage on
Linux 32bit debug builds and Android Fennec builds.
Differential Revision: https://phabricator.services.mozilla.com/D27601
--HG--
extra : moz-landing-system : lando
2019-04-16 17:03:14 +00:00
Botond Ballo
dafe6fcdd9
Bug 1137890 - Let containerless scrolling ride the trains. r=kats
...
Differential Revision: https://phabricator.services.mozilla.com/D23370
--HG--
extra : moz-landing-system : lando
2019-03-15 18:12:27 +00:00
Botond Ballo
d5b02efa59
Bug 1533803 - Mark webm-video reftests as only failing on Android nightly. r=kats
...
They are only failing with containerless scrolling, which is nightly-only
for now.
Differential Revision: https://phabricator.services.mozilla.com/D22732
--HG--
extra : moz-landing-system : lando
2019-03-08 18:47:35 +00:00
Botond Ballo
2412bb993a
Bug 1158392
- Mark some more webm-video reftests as failing or random on Android. r=kats
...
Manual testing shows expected rendering of the pages in question. The tests
do not reproduce locally and are tricky to debug on Try. Moreover, most
other reftests in this directory are already marked as failing or random
on Android.
For these reasons, I don't want these failures to block the rollout of
containerless scrolling. Bug 1084564 tracks re-enabling them.
Differential Revision: https://phabricator.services.mozilla.com/D19679
--HG--
extra : moz-landing-system : lando
2019-03-07 18:02:34 +00:00
L. David Baron
1e88f0f003
Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert
...
This patch was written entirely by the following script:
#!/bin/bash
if [ ! -d "./.hg" ]
then
echo "Not in a source tree." 1>&2
exit 1
fi
find . -regex '.*\(ref\|crash\)test.*\.list' | while read FILENAME
do
echo "Processing ${FILENAME}."
# The following has four substitutions:
# * The first one replaces the *first* argument to fuzzy() when it doesn't
# have a - in it, by replacing it with an explicit 0-N range.
# * The second one does the same for the *second* argument to fuzzy().
# * The third does the same for the *second* argument to fuzzy-if().
# * The fourth does the same for the *third* argument to fuzzy-if().
#
# Note that this is using perl rather than sed because perl doesn't
# support non-greedy matching, which is needed for the first argument to
# fuzzy-if.
perl -pi -e 's/(fuzzy\()([^ ,()-]*)(,[^ ,()]*\))/${1}0-${2}${3}/g;s/(fuzzy\([^ ,()]*,)([^ ,()-]*)(\))/${1}0-${2}${3}/g;s/(fuzzy-if\([^ ]*?,)([^ ,()-]*)(,[^ ,()]*\))/${1}0-${2}${3}/g;s/(fuzzy-if\([^ ]*?,[^ ,()]*,)([^ ,()-]*)(\))/${1}0-${2}${3}/g' "${FILENAME}"
done
Differential Revision: https://phabricator.services.mozilla.com/D2974
--HG--
extra : moz-landing-system : lando
2018-08-09 20:10:21 +00:00
Jonathan Kew
1a0fca4019
Bug 1318526 - Remove HTTP(..) from reftest manifests where this was only needed to work around file-URI origin restrictions. r=dbaron
2017-10-22 08:31:41 +01:00
bechen@mozilla.com
c41c3a07ae
Bug 1372329 - Disable layout/reftests/webm-video/poster-2.html on Android 4.3. r=alwu
...
MozReview-Commit-ID: CMzmIA8YI3i
--HG--
extra : rebase_source : c0db6e48e85642701b90cedf2190776c13b457ba
2017-09-06 11:03:09 +08:00
Emilio Cobos Álvarez
76de548d1e
Bug 1389113: Mark a few tests as passing. r=manishearth
...
MozReview-Commit-ID: GRn4709A3Nt
--HG--
extra : rebase_source : a8614e0ae52ad5c28a384439f357c6fbcf9f9b52
2017-08-10 17:09:59 +02:00
Kartikaya Gupta
b8d2c3798a
Bug 1369678 - Follow-up to remove stale comment. r=me and DONTBUILD
...
MozReview-Commit-ID: DYZ4oy36DVv
2017-06-19 11:33:12 -04:00
Ethan Lin
2a6626a905
Bug 1369678 - Remove skip-if(webrender) for object-position-webm-001.html and object-position-webm-002.html. r=kats
2017-06-14 17:08:50 +08:00
Wes Kocher
83b172b622
Bug 1371109 - Use random-if instead of fails-if due to unexpected passes elsewhere r=me a=me
...
MozReview-Commit-ID: Hsv6JFENjuZ
2017-06-08 18:16:59 -07:00
Wes Kocher
b8384774eb
Bug 1371109 - Followup to annotate some frequently failing android reftests r=me a=me
...
MozReview-Commit-ID: 6eHycm6ZEFg
--HG--
extra : rebase_source : 0cf4c2110b5ef6e494128b9473b415e321c76124
2017-06-08 15:32:09 -07:00
bechen
5675a9f551
Bug 1371109 - Enable webm-video/poster-xxx.html . r=alwu
...
MozReview-Commit-ID: ArVBRmEjNaf
--HG--
extra : rebase_source : b5e0cff5a13bde3d9c808cbacbcbef69bed4e68b
2017-06-08 14:30:41 +08:00
JerryShih
2075e5b4a5
Bug 1366502 - update reftest list. r=sotaro
...
We use gpu for yuv color conversion now. There are some precision problems in gpu path. Mark them fails-if and update the fuzzy-test value.
MozReview-Commit-ID: 6tunOCj3OHB
2017-06-07 23:44:05 +08:00
Ethan Lin
11fe93797f
Bug 1358055 - Add webm reftest flags for webrender. r=pchang
2017-06-02 18:21:07 +08:00
Shing Lyu
5d8a5a598c
Bug 1361645 - Change reftest condition stylo to styloVsGecko r=dbaron
...
MozReview-Commit-ID: 3ekoU1zg8xA
--HG--
extra : rebase_source : f62c84516f5ac0d4b4d0c876514b72fa786ec542
2017-05-25 11:26:12 +08:00
Shing Lyu
c46f5d5baf
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
...
MozReview-Commit-ID: 8LoQ9xNnDnj
2017-04-28 11:15:58 +08:00
Shing Lyu
435db45b79
Bug 1351548 - Add stylo-vs-gecko expectations to reftest.lists. r=bholley
...
MozReview-Commit-ID: GOUGBsd05cn
2017-04-28 11:15:50 +08:00
Sebastian Hengst
ceff3b0678
Backed out changeset 1f9d0f8e65b9 (bug 1351548)
2017-04-26 13:13:05 +02:00
Sebastian Hengst
f46ebb0d94
Backed out changeset aebb0ceeb20a (bug 1351548)
2017-04-26 13:12:53 +02:00
Shing Lyu
96b400c04a
Bug 1351548 - Remove reftest-stylo.lists. r=bholley
...
MozReview-Commit-ID: Gn0fbS4PZ7i
2017-04-26 18:21:52 +08:00
Shing Lyu
dae014d9d5
Bug 1351548 - Add stylo-vs-gecko expectations to reftest.lists. r=bholley
...
MozReview-Commit-ID: GOUGBsd05cn
2017-04-26 18:21:43 +08:00
Manish Goregaokar
029d0ddc55
Bug 1341102 - Fix failures from -moz-system-metric changes (bug 1341086); r=manishearth
...
MozReview-Commit-ID: KBnVFQuzoz5
2017-03-16 00:42:40 -07:00
Manish Goregaokar
12b518aef0
Bug 1340696 - stylo: Support system colors; r=heycam
...
MozReview-Commit-ID: HUfTdcMRoEx
--HG--
extra : rebase_source : 85af717eb521a2c790d3ec7a20c46dd318e4761f
2017-03-15 14:49:35 -07:00
sotaro
90e35e2b18
Bug 1345712 - Fix rebasing failure part 2 r=jrmuizel
2017-03-13 23:55:39 +09:00
Kartikaya Gupta
0ea7443517
Merge m-c to graphics
...
MozReview-Commit-ID: 3GcCKcscfkz
2017-03-10 09:58:01 -05:00
sotaro
68f1724050
Bug 1345712 - Add ScaleMode handling to WebRenderImageLaye r=jrmuizel
2017-03-10 17:48:22 +09:00
sotaro
7277c12244
Backout Bug 1345712
2017-03-10 15:56:26 +09:00
sotaro
61dd0b4f9c
Bug 1345712 - Add ScaleMode handling to WebRenderImageLayer r=jrmuizel
2017-03-10 14:14:43 +09:00
sotaro
202715bd8b
Bug 1345749 - Apply RelativeToVisible r=jrmuizel
2017-03-10 07:49:53 +09:00
Manish Goregaokar
6a31ced725
Bug 1329093 - Part 5: Update test expectations; r=bz
...
MozReview-Commit-ID: 4mfC99WEQFG
2017-03-09 17:47:45 -08:00
Daniel Holbert
8bc9305fd4
Bug 1343665 part 1: Remove all mentions of about:config pref "layout.css.object-fit-and-position.enabled" from source files. r=mats
...
MozReview-Commit-ID: 1mHzzU7YVoL
2017-03-02 10:04:00 -08:00
Boris Zbarsky
daecf0ebce
Reenable various stylo reftests that set preferences. No bug. r=bzbarsky
...
MozReview-Commit-ID: F57DNYfpRA5
2017-02-23 18:17:59 -05:00
Kartikaya Gupta
1c269ab364
Merge m-c to graphics
...
MozReview-Commit-ID: 7PVyxahE0p6
2017-01-31 09:04:18 -05:00
Sebastian Hengst
4422a9afe2
Bug 1334898 - Remove annotations for Windows XP from layout reftests. r=dholbert
...
MozReview-Commit-ID: Asje35DLMHq
2017-01-30 21:03:19 +01:00
Cameron McCormack
9c4ea5685f
Bug 1334768 - stylo: Back out 800030115d2e and 404506488cfb for being completely wrong due to bug 1334938.
...
MozReview-Commit-ID: 8CGTqmtlguT
2017-01-30 16:49:54 +08:00
Cameron McCormack
7805d4716e
Bug 1334768 - stylo: Test expectation adjustments for 2017-01-29 merge.
...
MozReview-Commit-ID: FFmvs6SHIwW
2017-01-29 15:31:56 +08:00
Kartikaya Gupta
a5594122e3
Merge m-c to graphics
...
MozReview-Commit-ID: D0L4I5rdVli
2017-01-19 10:43:00 -05:00
Kartikaya Gupta
b66c471aef
Merge m-c to graphics
...
MozReview-Commit-ID: LyU2woFOt7O
2017-01-18 13:48:56 -05:00
Kartikaya Gupta
fe1bb32f1a
Merge m-c to graphics
...
MozReview-Commit-ID: Oh14EA4ip9
2017-01-10 08:34:13 -05:00
Shing Lyu
11a1d3e940
Bug 1328825 - Update reftest-stylo.list and expectations. r=heycam
...
MozReview-Commit-ID: AMwdk5wvM0F
2017-01-10 15:50:59 +08:00
Kartikaya Gupta
a542d9ffc7
Bug 1322817 - Mark zoomed video tests as failing with non-e10s WR. r=gfx?
...
MozReview-Commit-ID: 1WZUX5ivv6G
2016-12-14 16:41:20 -05:00
sotaro
dbc67afb0b
Bug 1305907 - Assume BT.709 as VP9 default color space r=jya
2016-12-02 20:38:17 +09:00
karo
0b1cc167f9
Bug 1331528 - Added reftest for WebM alpha. r=SingingTree
...
MozReview-Commit-ID: ELSvYYSc54M
--HG--
extra : rebase_source : 7ea19b601ee6869da0975314cfb1e376f4ec924e
2017-01-18 09:22:48 +13:00
Florian Quèze
85611a7b6d
Bug 1331081
- script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws.
...
--HG--
extra : rebase_source : a22344ee1569f58f1f0a01017bfe0d46a6a14602
2017-01-17 11:50:25 +01:00
Shing Lyu
39ec052547
Bug 1331860 - Update reftest-stylo expectations. r=heycam
...
--HG--
extra : rebase_source : 2c39a745949d3dfeb369f0e1efbf4befde8535c9
2017-01-12 10:37:36 +08:00
Sotaro Ikeda
5a134d6b42
Bug 1210357 - Handle VP9 colorspace BT.709 r=mattwoodrow,bas.schouten
2016-10-18 10:09:00 -07:00
Stone Shih
9e49f3a3ff
Bug 1307388 - Fix intermittent poster-7.html reftest failed. r=smaug.
...
MozReview-Commit-ID: 21tXbmbekRL
2016-10-14 09:38:49 +08:00
Sebastian Hengst
dcff3ac88e
Bug 1307332 - Remove B2G and Mulet annotations from reftest.list: layout/reftests/webm-video. r=dholbert
...
MozReview-Commit-ID: H4EUJWDOivu
2016-10-09 09:51:34 +02:00
Stone Shih
15fe0043be
Bug 1292063 - Part 4: Refine test case to listen body load event instead of video load event. r=smaug
...
--HG--
extra : rebase_source : 750a0bfc38b6d5163d0cfd708a39fd3bf58e600e
2016-09-06 10:33:12 +08:00