Rob Thijssen
d5df040c64
Bug 1509973 - move reftest from gecko-t-win10-64-hw to gecko-t-win10-64-gpu r=jmaher
...
Differential Revision: https://phabricator.services.mozilla.com/D12972
--HG--
extra : moz-landing-system : lando
2018-11-27 16:27:32 +00:00
WR Updater Bot
ef022fddde
Bug 1510082 - Update reftest annotations for changes in WR PR #3346 . r=kats
...
Depends on D13026
Differential Revision: https://phabricator.services.mozilla.com/D13027
--HG--
extra : moz-landing-system : lando
2018-11-27 02:53:03 +00:00
Joel Maher
6ae712cb2a
Bug 1509054 - add fuzzy-if statements to allow reftests to run on new windows10 AMI image. r=kats
...
add fuzzy-if statements to allow reftests to run on new windows10 AMI image
Differential Revision: https://phabricator.services.mozilla.com/D12553
--HG--
extra : moz-landing-system : lando
2018-11-21 16:11:24 +00:00
Jeff Muizelaar
4976ed72ee
Bug 1487429. Update tests for WebRender changes.
...
--HG--
extra : rebase_source : 1e64ec6054c073621876f6acffc6f40ed4cbca67
2018-08-30 21:31:07 -04: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
Cameron McCormack
8d5efb0c93
Bug 1473450 - Remove angle values from image-orientation. r=emilio
...
MozReview-Commit-ID: FB74ILJM6Fm
--HG--
extra : rebase_source : 0902aff63e0db070d2fdda3568453975f752b988
2018-07-05 12:04:58 +10:00
Andreea Pavel
721e84c658
Backed out changeset 641b02da5961 (bug 1473450) for failing xpchsell and mochitest on a CLOSED TREE
2018-07-10 09:28:59 +03:00
Cameron McCormack
e2ce31efc1
Bug 1473450 - Remove angle values from image-orientation. r=emilio
...
MozReview-Commit-ID: FB74ILJM6Fm
--HG--
extra : rebase_source : 8c13a67086aedad73a642b5125bbb44f48068f5d
2018-07-05 12:04:58 +10:00
Jeff Muizelaar
b67abeee17
Bug 1458968. Adjust fuzz for webrender tests r=mstange
...
MozReview-Commit-ID: 73Rs8QPn1xl
2018-05-22 21:41:33 -04:00
Kartikaya Gupta
0f89486f32
Bug 1452658 - Mark many reftests as fuzzy instead of failing for windows-qr. r=jrmuizel
...
MozReview-Commit-ID: BDvtV6trKkK
--HG--
extra : rebase_source : 0591564f6cea5c782de6baecc24c3defcef0c4fb
2018-04-10 17:48:16 -04:00
Kartikaya Gupta
9a9c13a09f
Bug 1344350 - Mark reftests failing with webrender on windows. r=jrmuizel
...
Many of these could probably be fuzzed but in the interests of getting
the reftest suite turned on sooner I'm doing a blanket fails-if. This
covers all the reftests where there is more fuzz with webrender on
windows than any of existing annotations account for. In some cases the
fuzz is only a few pixels more than the equivalent Linux fuzz already
annotated, but I'll clean that up in a future bug.
MozReview-Commit-ID: IaKarbnL46d
--HG--
extra : rebase_source : 71889340305b0b12fa8eace722e42bb3faf14419
2018-04-06 11:58:43 -04:00
Joel Maher
659a4b9cae
Bug 1438877 - 5 svg/as-image/ reftests fail to pass on new windows 10 hardware. r=gbrown
2018-02-23 11:20:25 -05:00
Alexis Beingessner
8acb1d6f40
Bug 1362115 - turn on blob-images by default with webrender. r=kats
...
MozReview-Commit-ID: GH4Ukj01rJ5
--HG--
extra : rebase_source : 96b48cc87d31ee75b069d08f72fec259d87b957f
2018-02-01 14:00:26 -05:00
Dorel Luca
8600436f5d
Backed out 2 changesets (bug 1362115) for frequent crashtest failures in gfx/tests/crashtests/1317403-1.html
...
Backed out changeset 761a65991c7f (bug 1362115)
Backed out changeset 71eb4d997c0d (bug 1362115)
2018-02-02 11:15:27 +02:00
Alexis Beingessner
5070b17ee7
Bug 1362115 - turn on blob-images by default with webrender. r=kats
...
MozReview-Commit-ID: GH4Ukj01rJ5
--HG--
extra : rebase_source : 7022cb76018ae06147e257ed3854352627687031
2018-02-01 14:00:26 -05:00
Daniel Holbert
5b07b0d82f
Bug 1420526 part 2: Make copies of svg-as-image :visited reftests, using canonical "visited-page.html" as link-target. r=emilio
...
MozReview-Commit-ID: 1ok7teS7kDH
--HG--
rename : layout/reftests/svg/as-image/svg-image-visited-1a-helper.svg => layout/reftests/svg/as-image/svg-image-visited-1c-helper.svg
rename : layout/reftests/svg/as-image/svg-image-visited-1a.html => layout/reftests/svg/as-image/svg-image-visited-1c.html
rename : layout/reftests/svg/as-image/svg-image-visited-1b-helper.svg => layout/reftests/svg/as-image/svg-image-visited-1d-helper.svg
rename : layout/reftests/svg/as-image/svg-image-visited-1b.html => layout/reftests/svg/as-image/svg-image-visited-1d.html
2017-12-08 18:11:10 -08:00
Daniel Holbert
f69fd6f959
Bug 1420526 part 1: Change svg-as-image :visited reftests to be more robust (and to run as part of test_visited_reftests.html). r=emilio
...
MozReview-Commit-ID: 46DGG1LBEFy
--HG--
rename : layout/reftests/svg/as-image/svg-image-visited-1-helper.svg => layout/reftests/svg/as-image/svg-image-visited-1a-helper.svg
rename : layout/reftests/svg/as-image/svg-image-visited-1.html => layout/reftests/svg/as-image/svg-image-visited-1a.html
rename : layout/reftests/svg/as-image/svg-image-visited-2-helper.svg => layout/reftests/svg/as-image/svg-image-visited-1b-helper.svg
rename : layout/reftests/svg/as-image/svg-image-visited-2.html => layout/reftests/svg/as-image/svg-image-visited-1b.html
2017-12-08 18:11:10 -08:00
Ethan Lin
e488c3f928
Bug 1416995 - Update annotations for related reftests. r=kats
...
MozReview-Commit-ID: lk4HAiYgid
--HG--
extra : rebase_source : adb5b15851860c063e8edd53ed6f94f3d72c1498
2017-11-15 16:06:13 +08:00
Ethan Lin
72aaacd371
Bug 1407938 - Part3. Update reftest annotations after the fix. r=jrmuizel
...
MozReview-Commit-ID: E6JI7XFAOqf
--HG--
extra : rebase_source : 2f9d00827c8b579f2be08eb5e0f964264fd69c30
2017-10-18 14:37:56 +08:00
Ethan Lin
2f3f7c5cbd
Bug 1395501 - Part3. Update reftest annotations for unexpected-pass tests. r=kats
...
MozReview-Commit-ID: 8QzoqnrxfhR
2017-09-29 12:09:51 +08:00
Kartikaya Gupta
818cfd7499
Bug 1389000 - Update reftest annotations for layers-free results. r=jrmuizel
...
This patch:
- adds fails-if annotations for all the reftests that were consistently failing
with layers-free turned on.
- removes fails-if or reduces the range on fuzzy-if annotations for all
the reftests that were producing UNEXPECTED-PASS results with
layers-free turned on.
- adds skip-if, random-if, or fuzzy-if annotations to the reftests that
were intermittently failing due to timeout, obvious incorrectness, or
slight pixel differences, respectively.
MozReview-Commit-ID: A0Aknn6rnjj
--HG--
extra : rebase_source : 420d9cf43f23a5d654fa36eec69138937d13c173
2017-09-26 14:49:19 -04:00
KuoE0
456ebd647f
Bug 1380590 - Update expectation r=xidorn
...
MozReview-Commit-ID: 6NqPmvghA7J
--HG--
extra : rebase_source : 5f4e65543b021b85895ccfdf60c37329e26593fd
2017-09-01 17:27:49 +08:00
KuoE0
c95ed14053
Bug 1377158 - (Part 3) Update the expectation of test cases. r=bholley,heycam
...
MozReview-Commit-ID: K3gmTudkzol
--HG--
extra : rebase_source : 32ba6ceb37fa2f29cde8d2534d73108e87dfa406
2017-07-27 14:06:54 +08:00
Carsten "Tomcat" Book
479379519a
Backed out changeset 2fbce7c06627 (bug 1377158)
2017-07-25 14:33:42 +02:00
KuoE0
29854794cf
Bug 1377158 - (Part 7) Disable failed test cases. r=heycam
...
MozReview-Commit-ID: 75Me2Fa5qIa
--HG--
extra : rebase_source : 0b78f7aca9755071e3929169202368d962ad934d
2017-07-19 15:04:39 +08:00
KuoE0
4a137498b6
Bug 1373159 - Add a bunch of test cases for 'context-fill-opacity' and 'context-stroke-opacity'. r=heycam
...
MozReview-Commit-ID: AkSep6phtm8
--HG--
extra : rebase_source : f82775c1e97e0aef540f3cf2e58d16351615e1c7
2017-06-20 11:51:56 +08:00
KuoE0
caa95bf26d
Bug 1370797 - Enable reftests of context-fill and context-stroke r=heycam
...
MozReview-Commit-ID: 5cbUbSNsNfU
--HG--
extra : rebase_source : 921bf342b138505a7808c00b62d527db72d06ac2
2017-06-19 17:07:51 +08:00
Morris Tseng
d4318aebd2
Bug 1354463 - Use precise range for fuzzy-if. r=kats
...
MozReview-Commit-ID: Cf0d2ZjCMHb
2017-06-09 10:21:21 +08:00
Morris Tseng
bb8ff176c7
Bug 1354463 - Add fuzzy-if for tests. r=kats
...
MozReview-Commit-ID: ESHaXJrvBjY
--HG--
extra : rebase_source : 80308ff61f24fde5117ea34072f0735307dbc565
2017-06-06 12:01:24 +08:00
Shing Lyu
c729f26a66
Bug 1367636 - Update stylo-vs-stylo reftest expectations. r=heycam
...
MozReview-Commit-ID: DVO2R2RQuiK
2017-05-25 16:44:44 +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
Hiroyuki Ikezoe
dc14bfd589
Bug 1363880 - Annotate fails-if instead of skip-if for reftests that no longer cause panic but still fail. r=birtles
...
MozReview-Commit-ID: Jk5X7N2u4RY
--HG--
extra : rebase_source : c9e7893d6c52fdfcb8e9f9b7d0f83c979e07615a
2017-05-17 06:52:58 +09:00
Hiroyuki Ikezoe
a0eab02391
Bug 1363880 - Don't skip reftests that don't fail anymore on stylo. r=birtles
...
MozReview-Commit-ID: 5EHFWdLCd6m
--HG--
extra : rebase_source : 7a4adc4f6a714d6727bd627b608ef9d7e7430fda
2017-05-17 05:50:57 +09:00
Hiroyuki Ikezoe
2cdc2fb924
Bug 1356916 - Update reftest expectations. r=heycam
...
MozReview-Commit-ID: 93fi2Z5ZPtE
--HG--
extra : rebase_source : 15353de0bd02c4dd343936aec6f62e1836fc123b
2017-05-11 07:55:27 +09:00
Iris Hsiao
e71485e5b0
merge mozilla-inbound to mozilla-central a=merge
2017-05-04 11:18:36 +08:00
Hiroyuki Ikezoe
43a902cb19
Bug 1361632 - Adjust reftest expectation for -moz-appearance. r=bholley. a=merge
...
MozReview-Commit-ID: 6sqyA5TCHjk
--HG--
extra : rebase_source : 4957d93a55717850594dabc2650cecf060022f75
extra : amend_source : 6ee8241b984e300386da617fa9304b288989fdb7
2017-05-04 06:39:30 +09:00
Jonathan Watt
0c31c793e8
Bug 1360662, part 2 - Test that only properties listed in '-moz-context-properties' are exposed as image context properties. r=dholbert
...
MozReview-Commit-ID: BsE02V9HXye
--HG--
extra : rebase_source : 84a1421bfd6be4e8a775a916c73673d06cb6c1f2
2017-04-19 15:24:56 +01:00
Robert Longson
9a974578a0
Bug 1352258 - default fallback for context-fill to black to match default fill colour r=jwatt
2017-05-03 22:00:40 +01:00
Jonathan Watt
3ae65141e2
Bug 1350010, part 3 - Specify '-moz-context-properties' as necessary for Firefox UI icons. r=heycam
...
MozReview-Commit-ID: KyK2cGEiQbv
2017-04-12 12:45:18 +01:00
Jonathan Watt
a421c18dd0
Bug 1350010, part 2 - Fix the existing context paint tests to specify '-moz-context-properties'. r=heycam
...
MozReview-Commit-ID: FUCsROmPl7n
2017-04-12 11:45:18 +01: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
cku
3b844ebe75
Bug 1341703 - Part 4. Re-enable bordering reftests. r=manishearth
...
MozReview-Commit-ID: B7CCCnmo2k7
--HG--
extra : rebase_source : 1cd5cf0a461a7b48490034bb79d7c185613917f7
2017-04-17 16:12:52 +08:00
Jonathan Watt
6fc64de97f
Bug 1358690, part 3 - Add reftests for context paint in SVG drawn as a CSS backgrounds image. r=dholbert
2017-03-28 14:53:25 +01:00
Jonathan Watt
74755b0df4
Bug 1358794, part 2 - Reftests to check SVG embedded by SVG <image> gets a synthetic viewBox if necessary. r=longsonr
...
MozReview-Commit-ID: FWCXcU0TUEz
2017-03-25 17:05:37 +00:00
Jeremy Chen
5d31163dcd
Bug 1341758 - update reftest expectations for image-orientation support. r=emilio
...
MozReview-Commit-ID: 6IdJU1YWbvJ
--HG--
extra : rebase_source : 6f7f95a7fd67558ecfd16071a2f7db4d267d7f1a
2017-04-11 16:32:20 +08:00
cku
83daa70643
Bug 703806 - Enable img-blobURI-2.html. r=me
...
This test failure had been fixed by the patches in bug 1345853
MozReview-Commit-ID: AbXj8Ocdw2Y
--HG--
extra : source : c6972fb0a165b0636c009ca88be5433beda15a7c
extra : amend_source : d26baaf72649b57ebdd28b3ce65f95a47ccc3ca6
2017-03-27 11:36:15 +08:00
Jonathan Watt
75216516b0
Bug 1058040, part 17 follow-up - Fuzz context paint reftest 04 for slight color difference on Win8 due to opacity. r=me
...
MozReview-Commit-ID: AUSjYt84kKV
2017-03-07 14:50:23 +00:00
Jonathan Watt
dcdd1687aa
Bug 1058040, part 17 - Add a bunch of SVG-as-an-image context paint reftests. r=dholbert
...
MozReview-Commit-ID: FZKZ1g65DhI
2017-03-03 21:16:49 +00:00
Nazım Can Altınova
dcc67cedbd
Bug 1341763 - stylo: Update test expectations r=manishearth
...
MozReview-Commit-ID: 3cG8mIpEvP6
--HG--
extra : rebase_source : 0c01bdfe2f9fe3d6a861be80b5771e9f3eaebee3
2017-03-25 21:16:26 +03:00