2018-10-04 20:41:22 +03:00
|
|
|
== dynamic-shape-outside-1.html dynamic-shape-outside-1-ref.html
|
|
|
|
== dynamic-shape-outside-2.html dynamic-shape-outside-1-ref.html
|
2018-05-23 22:46:54 +03:00
|
|
|
|
|
|
|
== shape-outside-empty-circle-1.html shape-outside-empty-point-ref.html
|
|
|
|
== shape-outside-empty-circle-2.html shape-outside-empty-circle-ref.html
|
|
|
|
== shape-outside-empty-circle-3.html shape-outside-empty-nothing-ref.html
|
|
|
|
|
|
|
|
== shape-outside-empty-ellipse-1.html shape-outside-empty-point-ref.html
|
|
|
|
== shape-outside-empty-ellipse-2.html shape-outside-empty-circle-ref.html
|
|
|
|
== shape-outside-empty-ellipse-3.html shape-outside-empty-point-ref.html
|
|
|
|
# The next test needs fuzzy due to chamfer aberration
|
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 23:10:21 +03:00
|
|
|
fuzzy(0-255,0-520) == shape-outside-empty-ellipse-4.html shape-outside-empty-circle-ref.html
|
2018-05-23 22:46:54 +03:00
|
|
|
== shape-outside-empty-ellipse-5.html shape-outside-empty-line-ref.html
|
|
|
|
== shape-outside-empty-ellipse-6.html shape-outside-empty-line-ref.html
|
|
|
|
== shape-outside-empty-ellipse-7.html shape-outside-empty-nothing-ref.html
|
|
|
|
== shape-outside-empty-ellipse-8.html shape-outside-empty-nothing-ref.html
|
|
|
|
|
|
|
|
== shape-outside-empty-inset-1.html shape-outside-empty-point-ref.html
|
|
|
|
== shape-outside-empty-inset-2.html shape-outside-empty-circle-ref.html
|
|
|
|
== shape-outside-empty-inset-3.html shape-outside-empty-point-ref.html
|
|
|
|
== shape-outside-empty-inset-4.html shape-outside-empty-circle-ref.html
|
|
|
|
== shape-outside-empty-inset-5.html shape-outside-empty-line-ref.html
|
|
|
|
== shape-outside-empty-inset-6.html shape-outside-empty-line-ref.html
|
|
|
|
== shape-outside-empty-inset-7.html shape-outside-empty-nothing-ref.html
|
|
|
|
== shape-outside-empty-inset-8.html shape-outside-empty-nothing-ref.html
|
|
|
|
|
|
|
|
== shape-outside-empty-polygon-1.html shape-outside-empty-point-ref.html
|
|
|
|
# The next test needs fuzzy due to chamfer aberration
|
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 23:10:21 +03:00
|
|
|
fuzzy(0-255,0-520) == shape-outside-empty-polygon-2.html shape-outside-empty-circle-ref.html
|
2018-05-23 22:46:54 +03:00
|
|
|
== shape-outside-empty-polygon-3.html shape-outside-empty-line-ref.html
|
|
|
|
== shape-outside-empty-polygon-4.html shape-outside-empty-line-ref.html
|
|
|
|
== shape-outside-empty-polygon-5.html shape-outside-empty-point-ref.html
|
|
|
|
== shape-outside-empty-polygon-6.html shape-outside-empty-nothing-ref.html
|
|
|
|
== shape-outside-empty-polygon-7.html shape-outside-empty-nothing-ref.html
|