Граф коммитов

177 Коммитов

Автор SHA1 Сообщение Дата
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
Alexis Beingessner e4ec98a6a9 Bug 1407753 - Adjust test expectations for fieldset impl. r=kats
One fuzzyness decrease, and one failure because we're comparing wr to fallback.
The fallback is rendering worse than wr. The fallback should be removed when
we get proper legend support (requires upstream ClipMode api).

MozReview-Commit-ID: 2yETiZx2zxE

--HG--
extra : rebase_source : 33ee33604577d7e42d7f4ddbed2db1eb77ac54d3
2017-10-18 14:12:28 -04:00
Kartikaya Gupta 11842e931a Bug 1408461 - Update reftest results and regenerate bindings for changes in WR PR 1841. r=jrmuizel
MozReview-Commit-ID: ExA1MHJ0GFf
2017-10-18 12:37:54 -04:00
Nicolas Silva 0caad8382f Bug 1408461 - Update reftest results for changes in WR PR 1822. r=kats
MozReview-Commit-ID: 4FLazNlSZdm
2017-10-18 12:37:52 -04:00
Sebastian Hengst b470b5f4a4 Backed out changeset cd0e3778a5ba (bug 1408461)
--HG--
extra : rebase_source : 0febba200a990a4478c88ba5364ba15ad8e15669
2017-10-18 18:27:56 +02:00
Sebastian Hengst f11b2da7d8 Backed out changeset 882e0b30bc0e (bug 1408461)
--HG--
extra : rebase_source : 010cf8b33f83d96e9bb6b38431ac879964a8a3c3
2017-10-18 18:27:34 +02:00
Kartikaya Gupta 9b6090c9da Bug 1408461 - Update reftest results and regenerate bindings for changes in WR PR 1841. r=jrmuizel
MozReview-Commit-ID: ExA1MHJ0GFf

--HG--
extra : rebase_source : f2bb511057e4a61544efc985b1cc0a581ec789d4
2017-10-18 09:41:35 -04:00
Nicolas Silva 24e3b3ea07 Bug 1408461 - Update reftest results for changes in WR PR 1822. r=kats
MozReview-Commit-ID: 4FLazNlSZdm

--HG--
extra : rebase_source : 7b9f0c063a2abf32e2639591f7c22e376e9285b7
2017-10-18 09:39:36 -04:00
Xidorn Quan fd467033f9 Bug 1407847 - Enable stylo for XUL document without system principal and annotate failures accordingly. r=heycam
MozReview-Commit-ID: KcJxloT2rR8

--HG--
extra : rebase_source : 8943efaa7afbf1bc74ac85ca103a52e2f4d1b1a4
2017-10-12 10:43:38 +11:00
Markus Stange ef5c8e6d40 Bug 1402060 - Don't create outset box-shadow wr items for inset box-shadows. r=mattwoodrow
MozReview-Commit-ID: EEKcXiy2WnK

--HG--
extra : rebase_source : 26772e259a7de57adf3588293159a0597df508d5
2017-10-07 14:13:55 -04:00
Kartikaya Gupta f38b88316e Bug 1405790 - Update some reftest annotations for changes in WR PR 1791. r=Gankro,jrmuizel
MozReview-Commit-ID: FGY3B9DxyNA

--HG--
extra : rebase_source : 056e04dad89857d11fdb6088d83d200487634bf0
2017-10-10 08:07:28 -04: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
Kevin Chen 258fbe43d5 Bug 1396492 - Support uniform radius for nsDisplayBoxShadowInner; r=jrmuizel
MozReview-Commit-ID: AXY7IjhE1DV

--HG--
extra : rebase_source : b3081033087b58bd7aeeba829edfe703d5f14782
2017-09-18 23:08:24 +08:00