gecko-dev/layout/reftests/invalidation
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
..
540247-1-ref.xul Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102 2018-06-25 10:11:31 -07:00
540247-1.xul Bug 1454358, removes unneccessary implementation of ScrollBoxObject rr?enndeakin+6102 r=bz,enndeakin+6102 2018-06-25 10:11:31 -07:00
543681-1-ref.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
543681-1.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
1243409-1-ref.html
1243409-1.html
background-position-1-ref.html
background-position-1.html
background-position-2-ref.html Bug 1227327 - Add tests. r=mattwoodrow 2016-05-04 14:11:05 -04:00
background-position-2a.html Bug 1227327 - Add tests. r=mattwoodrow 2016-05-04 14:11:05 -04:00
background-position-2b.html Bug 1227327 - Add tests. r=mattwoodrow 2016-05-04 14:11:05 -04:00
background-position-2c.html Bug 1227327 - Add tests. r=mattwoodrow 2016-05-04 14:11:05 -04:00
background-position-2d.html Bug 1227327 - Add tests. r=mattwoodrow 2016-05-04 14:11:05 -04:00
background-position-2e.html Bug 1227327 - Add tests. r=mattwoodrow 2016-05-04 14:11:05 -04:00
background-position-2f.html Bug 1227327 - Add tests. r=mattwoodrow 2016-05-04 14:11:05 -04:00
box-shadow-border-radius-ref.html
box-shadow-border-radius.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
clip-path-invalidation-1a.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
clip-path-invalidation-1b.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
clip-path-invalidation-1c.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
clip-path-invalidation-1d.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
clipped-animated-transform-1.html Bug 1396442 - Use longer duration and fill:forwards to keep the animations running on the compositor. r=boris 2017-09-04 06:32:33 +09:00
fast-scrolling.html Bug 1254834 - Set the display port on the right element in fast-scrolling.html. r=kats 2016-03-28 19:08:33 -04:00
filter-userspace-offset.svg
fractional-transform-1.html Bug 1165185 - Add a test for not invalidating transformed elements inside SVG during scrolling. r=roc 2018-05-22 21:41:29 -04:00
fractional-transform-2.html Bug 1165185 - Add a test for not invalidating transformed elements inside SVG during scrolling. r=roc 2018-05-22 21:41:29 -04:00
fractional-transform-3.html Bug 1165185 - Add a test for not invalidating transformed elements inside SVG during scrolling. r=roc 2018-05-22 21:41:29 -04:00
image-scrolling-zoom-1-notref.html
image-scrolling-zoom-1-ref.html
image-scrolling-zoom-1.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
image_rgrg-256x256-animated.gif
image_rgrg-256x256.png
inactive-layertree-visible-region-1.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
inactive-layertree-visible-region-2.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
layer-splitting-1.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
layer-splitting-2.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
layer-splitting-3.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
layer-splitting-4.html
layer-splitting-5.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
layer-splitting-6.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
layer-splitting-7.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
mask-invalidation-1-ref.html Bug 1313898 - Part 4. Invalidation test for image-mask boxing model. r=mstange 2016-11-09 16:26:44 +08:00
mask-invalidation-1a.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
mask-invalidation-1b.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
mask-invalidation-2-ref.html Bug 1313898 - Part 5. SVG-mask/clip-path invalidation reftest. r=mstange 2016-11-15 14:41:19 +08:00
mask-invalidation-2a.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
mask-invalidation-2b.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
mask-invalidation-2c.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
mask-invalidation-2d.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
masklayer-1.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
masklayer-2.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
negative-w-component-ref.html
negative-w-component.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
nudge-to-integer-invalidation.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
one-pixel-wide-background.png
paintedlayer-recycling-1.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
paintedlayer-recycling-2.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
paintedlayer-recycling-3.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
paintedlayer-recycling-4.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
paintedlayer-recycling-5.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
paintedlayer-recycling-6.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
paintedlayer-recycling-7.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
partially-scrolled-svg-group-ref.html Bug 1465948 - add test for scrolling svg groups. r=mstange 2018-07-13 13:37:21 -04:00
partially-scrolled-svg-group.html Bug 1465948 - add test for scrolling svg groups. r=mstange 2018-07-13 13:37:21 -04:00
reftest.list Bug 1369941: Replace single integers N in fuzzy() and fuzzy-if() with 0-N ranges. r=dholbert 2018-08-09 20:10:21 +00:00
scroll-inactive-layers-2.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
scroll-inactive-layers.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
table-repaint-a-ref.html
table-repaint-a.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
table-repaint-b-ref.html
table-repaint-b.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
table-repaint-border-collapse-ref.html Bug 1370833 Part 2 - add reftests for border-collapse and non-border-collapse table. r=mattwoodrow 2017-06-12 14:21:35 +08:00
table-repaint-border-collapse.html Bug 1370833 Part 2 - add reftests for border-collapse and non-border-collapse table. r=mattwoodrow 2017-06-12 14:21:35 +08:00
table-repaint-c-ref.html
table-repaint-c.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
table-repaint-d-ref.html
table-repaint-d.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
table-repaint-e-ref.html Bug 1464928 - Invalidate border-collapse tables when we remove the border from a cell. r=mstange 2018-06-07 20:31:38 +12:00
table-repaint-e.html Bug 1464928 - Invalidate border-collapse tables when we remove the border from a cell. r=mstange 2018-06-07 20:31:38 +12:00
table-repaint-non-border-collapse-ref.html Bug 1370833 Part 2 - add reftests for border-collapse and non-border-collapse table. r=mattwoodrow 2017-06-12 14:21:35 +08:00
table-repaint-non-border-collapse.html Bug 1370833 Part 2 - add reftests for border-collapse and non-border-collapse table. r=mattwoodrow 2017-06-12 14:21:35 +08:00
test-animated-image-layers-background.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test-animated-image-layers-ref.html
test-animated-image-layers.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test-image-layers-multiple-displayitem.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
test-image-layers-ref.html
test-image-layers.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
transform-floating-point-invalidation.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
zero-opacity-animation.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00
zero-opacity-text.html Bug 1331081 - script generated patch to omit addEventListener/removeEventListener's third parameter when it's false, r=jaws. 2017-01-17 11:50:25 +01:00