Commit Graph

189 Commits

Author SHA1 Message Date
Noemi Erli
b74da84051 Backed out changeset e6f1ffb7119f (bug 1523882) per dev's request for causing major perf regression a=backout 2019-02-01 08:56:22 +02:00
Glenn Watson
e23265ad97 Bug 1523882 - Rework snapping logic in clip mask generate to fix uneven box shadows. r=kvark,nical
Differential Revision: https://phabricator.services.mozilla.com/D18060

--HG--
extra : moz-landing-system : lando
2019-01-31 20:18:18 +00:00
shindli
4db94822bd Backed out changeset 86daa5d406b6 (bug 1523882) for wrench bustage in reftests/boxshadow/box-shadow-huge-radius.png CLOSED TREE 2019-01-31 22:02:27 +02:00
Glenn Watson
165f400dbd Bug 1523882 - Rework snapping logic in clip mask generate to fix uneven box shadows. r=kvark,nical
Differential Revision: https://phabricator.services.mozilla.com/D18060

--HG--
extra : moz-landing-system : lando
2019-01-31 19:39:02 +00:00
Narcis Beleuzu
8707bfb5f2 Backed out changeset 25ca68e7836e (bug 1523882) for wrench bustages on boxshadow-spread-only-ref.png. CLOSED TREE 2019-01-31 11:49:12 +02:00
Glenn Watson
8844b8b1c8 Bug 1523882 - Rework snapping logic in clip mask generate to fix uneven box shadows. r=kvark,nical
Differential Revision: https://phabricator.services.mozilla.com/D18060

--HG--
extra : moz-landing-system : lando
2019-01-31 09:02:41 +00:00
Glenn Watson
acb7379c4c Bug 1522351 - Improve accuracy of subpixel box shadows. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D17431

--HG--
extra : moz-landing-system : lando
2019-01-24 21:38:18 +00:00
shindli
03887afb69 Backed out changeset 9a347a546d90 (bug 1522351) for wrench bustage in reftests/boxshadow/no-stretch.png CLOSED TREE 2019-01-24 22:30:24 +02:00
Glenn Watson
892eb7ec20 Bug 1522351 - Improve accuracy of subpixel box shadows. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D17431

--HG--
extra : moz-landing-system : lando
2019-01-24 20:07:46 +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
Lee Salzman
c2b504684d Bug 1502152 - Skia m71 fuzzing. r=rhunt 2018-10-30 22:17:35 -04:00
Kartikaya Gupta
e238c01495 Bug 1487831 - Reduce number of reftests flagged as failing on windows-qr. r=jrmuizel 2018-10-10 12:55:14 -04:00
Jeff Muizelaar
3ed96a1b8e Bug 1492566. Adjust test expectations for https://github.com/servo/webrender/pull/3073
--HG--
extra : rebase_source : 7d090510f12caceaff8c2329e47871dbb5f4de55
2018-09-19 15:52:06 -04:00
Coroiu Cristina
0b8ed772d2 Backed out 2 changesets (bug 1492389) for causing perma reftest failures at tests/reftest/tests/layout/reftests/transform-3d/1035611-1-ref.html a=backout
Backed out changeset 16995931c819 (bug 1492389)
Backed out changeset 592121f27afe (bug 1492389)
2018-09-20 09:47:22 +03:00
Jeff Muizelaar
5609566633 Bug 1492389. Adjust test expectations for https://github.com/servo/webrender/pull/3073 2018-09-19 15:52:06 -04:00
Dorel Luca
05777bd082 Backed out 2 changesets (bug 1412179) for breaking reftests on layout/reftests/box-shadow/fieldset.html
Backed out changeset 29b47a085757 (bug 1412179)
Backed out changeset f22f3ce35811 (bug 1412179)

--HG--
extra : rebase_source : 4dae3b06ee11f2ff75eed840ef5c761539351923
2018-09-13 00:10:48 +03:00
Alexis Beingessner
7e42015d6e Bug 1412179 - defuzz tests that no longer fallback. r=jrmuizel CLOSED TREE
--HG--
extra : rebase_source : 4f9bfe9d6b8a6a8b9dc812b86236190a01f67f09
extra : amend_source : 16708e54ff04431627da4b155fbc18efa6c8f6f5
2018-09-12 22:15:42 +03:00
Margareta Eliza Balazs
9b4034d1f9 Backed out changeset 69faa23050d9 (bug 1412179) for landing without first patch 2018-08-24 18:32:02 +03:00
Alexis Beingessner
99ab5a469f Bug 1412179 - Implement non-empty legends for wr. r=jrmuizel
MozReview-Commit-ID: 1QqgRcSN1K3

Differential Revision: https://phabricator.services.mozilla.com/D4091

--HG--
extra : moz-landing-system : lando
2018-08-24 13:21:28 +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
Matt Woodrow
aaaba0f931 Bug 1474466 - Convert rounded rect clips into paint geometry if the display item type support it. r=bas,jnicol
MozReview-Commit-ID: EkqgSSLufnp

--HG--
extra : rebase_source : 3c308cd46934107f734b311ea2e2b26251c15bf5
2018-07-15 20:26:46 +12:00
Kartikaya Gupta
32a1261d0d Bug 1322845 - Update reftest annotations for WebRender on macOS. r=Gankro
MozReview-Commit-ID: 6NufRyb41ia
2018-05-08 22:42:51 -04:00
Andreea Pavel
8daddd690f Backed out 2 changesets (bug 1322845) for failing reftest background-repeat-large-area.html == background-repeat-large-area-ref.html on a CLOSED TREE
Backed out changeset 4fd46cd822bf (bug 1322845)
Backed out changeset abd41b3e63e7 (bug 1322845)
2018-05-09 05:13:08 +03:00
Kartikaya Gupta
93650c1b04 Bug 1322845 - Update reftest annotations for WebRender on macOS. r=Gankro
MozReview-Commit-ID: 6NufRyb41ia
2018-05-08 20:39:51 -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
e60c9afa92 Bug 1451453 - Update some reftest annotations for changes in WR PR 2618. r=jrmuizel
MozReview-Commit-ID: H1C2K14MiGZ

--HG--
extra : rebase_source : bb7df9f89b3e6fd307bc068065765a957190c8f3
2018-04-09 08:27: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
Kartikaya Gupta
a874c1f76c Bug 1444946 - Update reftest annotations for changes from WR PR 2523. r=jrmuizel
MozReview-Commit-ID: Gt4sT0IVick

--HG--
extra : rebase_source : 45c9f8a8e3d7c48fd14be28682f7b5ff5f2a53c8
2018-03-16 09:05:00 -04:00
Lee Salzman
d3709cc4e9 Bug 1444506 - part 6 - fuzz for Skia m66 update. r=jrmuizel 2018-03-12 16:37:10 -04:00
Kartikaya Gupta
83395962a2 Bug 1443807 - Update reftest annotations for changes in WR PR 2487. r=jrmuizel
MozReview-Commit-ID: 2GmItjRPNBz

--HG--
extra : rebase_source : b37f1e1894eaf325ff1cb488fc08a15feddaf487
2018-03-09 08:39:46 -05:00
Kartikaya Gupta
e38ffe883b Bug 1440664 - Update reftest annotation for changes in WR PR 2471. r=jrmuizel
MozReview-Commit-ID: A75y6OtL4AR

--HG--
extra : rebase_source : 2573804a6aabed4a31ce68cc96c4fc4e5660210c
2018-03-01 16:53:00 -05:00
Sebastian Hengst
7be9fed7d0 merge mozilla-inbound to mozilla-central. a=merge 2018-02-24 02:58:35 +02:00
Kartikaya Gupta
8d8c2a8d92 Bug 1439565 - Update reftest annotations for changes in WR PR 2445. r=jrmuizel
MozReview-Commit-ID: FbrBN2vxZOV

--HG--
extra : rebase_source : 70e36f6bfcbd32545ce9066bbeb5f89ab1bc933e
2018-02-23 09:29:59 -05:00
Kartikaya Gupta
c7fdd8480d Bug 1438892 - Update reftest results for changes from WR PR 2423. r=jrmuizel
MozReview-Commit-ID: LAqklCRsg8Y

--HG--
extra : rebase_source : f3fdba25f6735d2f045a98828223edeafd609a81
2018-02-20 09:06:41 -05:00
Joel Maher
cf7c0dc122 Bug 1438848 - fix accidental change for webrender fuzzy-if in box-shadow test. r=me, a=test-only 2018-02-23 14:23:28 -05:00
Joel Maher
441fcec9e7 Bug 1438848 - 2 box-shadow tests fails to pass on new windows 10 hardware. r=gbrown 2018-02-23 11:20:22 -05:00
Kartikaya Gupta
6ab4e2086e Bug 1430829 - Reduce fuzz in reftest from WR PR 2308. r=jrmuizel
MozReview-Commit-ID: DR9zZ2jkwHI

--HG--
extra : rebase_source : df4eb8a9b40fa89c69ca572144d4b1d8bc6f056d
2018-01-19 12:34:06 -05:00
Ethan Lin
d08058aeee Bug 1426116 - Update the reftest annotations after we fixed the webrender box shadow problem (WR PR 2261). r=kats
MozReview-Commit-ID: K8FOj6WUlo9

--HG--
extra : rebase_source : fdd1c75ee57ac06c7d23b2e0c2b8e1d54f2c5432
2018-01-08 13:29:09 +08:00
Kartikaya Gupta
c60d72d41b Bug 1424631 - Update reftest fuzziness for change in WR PR 2229. r=jrmuizel
MozReview-Commit-ID: 4K6URZ8SiP5

--HG--
extra : rebase_source : 32db827ec69bb76921df82275001a16f51978526
2017-12-19 09:16:37 -05:00
Kartikaya Gupta
90e8088bb6 Bug 1417062 - Update reftest annotations for changes in WR PR 2031. r=nical
MozReview-Commit-ID: 9yCEOjrnPSQ

--HG--
extra : rebase_source : 13cf0cd891a2d6a5eac800616422274c4a465c19
2017-11-17 08:43:30 -05:00
Ethan Lin
beaea27dc3 Bug 1415989 - Do not use 'ShouldUseAdvancedLayer' for button type display items. r=jrmuizel
MozReview-Commit-ID: 83qOTfTRUY0

--HG--
extra : rebase_source : 560f285f3092cd75d14d27cae4adcb8e9dca0e3a
2017-11-10 11:41:15 +08:00
Kartikaya Gupta
650c3b8c8f Bug 1415150 - Update reftest result for changes in WR PR 2010. r=jrmuizel
MozReview-Commit-ID: 2QreASOyJ1M

--HG--
extra : rebase_source : 87bb0b8380aabc73a3fede232805c9610339d2df
2017-11-10 10:55:12 -05:00
Kartikaya Gupta
39ed6475dd Bug 1414271 - Update reftests from changes in WR PR 1961. r=jrmuizel
MozReview-Commit-ID: 8pjCxVSHKhM

--HG--
extra : rebase_source : f45a1780d55c1314f2f7ced04fe8eb088ee893ac
2017-11-07 08:34:33 -05:00
Kartikaya Gupta
05fdcd08b7 Bug 1407749 - Stop doing fallback on box-shadow display items with varying radii. r=jrmuizel
Bug 1393383 already added support for these kinds of display items (where the
border radii are not all the same) to the BuildWebRenderCommands function, but
for some reason CanBuildWebRenderCommands was left untouched and so we do
a fallback for these items when we can support them just fine.

MozReview-Commit-ID: GOAaQMfF2YQ

--HG--
extra : rebase_source : f5f7a87483347e97b5b95dd535c5497d355aebf3
2017-10-31 15:53:26 -04:00
Kartikaya Gupta
f188ded860 Bug 1412280 - Update reftest annotations for WR PR 1954. r=jrmuizel
MozReview-Commit-ID: JWt34PZQgtB

--HG--
extra : rebase_source : e8ee1f95ea0ec69a333015ca45a190cc5246f69e
2017-10-31 09:17:37 -04: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
Kartikaya Gupta
76b01cdf7e Bug 1410893 - Update reftest results for WR PR 1920. r=jrmuizel
MozReview-Commit-ID: IsKKwLlhvl7

--HG--
extra : rebase_source : c5eab13161f1c93fecb6ec110680131e24ac6ab7
2017-10-27 08:56:40 -04:00
Sebastian Hengst
c590e1443a merge mozilla-central to mozilla-inbound. r=merge a=merge 2017-10-22 11:52:30 +02: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
Xidorn Quan
72eecf2abd Bug 1408235 part 3 - Update test expectation for this bug. r=heycam
MozReview-Commit-ID: 2p0BAlW9Asc

--HG--
extra : source : 7a9582ad6d089b8a1db112461efb43fed4a60dfa
2017-10-21 11:02:34 +11:00