2011-05-31 01:53:41 +04:00
|
|
|
# 468496-1 will also detect bugs in video drivers.
|
2012-09-09 10:40:29 +04:00
|
|
|
== 468496-1.html 468496-1-ref.html
|
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-175,0-443) random-if(/^Windows\x20NT\x206\.1/.test(http.oscpu)) == 611498-1.html 611498-ref.html # Bug 1392106
|
|
|
|
fuzzy-if(Android,0-8,0-1000) == 709477-1.html 709477-1-ref.html
|
2015-07-23 06:42:08 +03:00
|
|
|
skip-if(!asyncPan) == 1086723.html 1086723-ref.html
|
2015-06-18 20:15:00 +03:00
|
|
|
== 853889-1.html 853889-1-ref.html
|
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
|
|
|
skip-if(Android) fuzzy-if(skiaContent,0-1,0-587) == 1143303-1.svg pass.svg
|
|
|
|
fuzzy(0-100,0-30) == 1149923.html 1149923-ref.html # use fuzzy due to few distorted pixels caused by border-radius
|
2017-09-29 07:09:51 +03:00
|
|
|
== 1131264-1.svg pass.svg
|
2018-01-16 12:15:44 +03:00
|
|
|
== 1419528.html 1419528-ref.html
|
2018-01-09 05:36:46 +03:00
|
|
|
== 1424673.html 1424673-ref.html
|
2018-01-15 18:46:41 +03:00
|
|
|
== 1429411.html 1429411-ref.html
|
2018-02-07 12:01:56 +03:00
|
|
|
== 1435143.html 1435143-ref.html
|
2018-03-26 19:13:07 +03:00
|
|
|
== 1444904.html 1444904-ref.html
|
2018-05-01 23:31:24 +03:00
|
|
|
== 1451168.html 1451168-ref.html
|
2018-07-05 15:05:34 +03:00
|
|
|
== 1461313.html 1461313-ref.html
|
2019-02-02 02:24:53 +03:00
|
|
|
fuzzy(5-32,21908-26621) fuzzy-if(webrender,0-9,0-100) == 1463802.html 1463802-ref.html
|
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-11,0-4) == 1474722.html 1474722-ref.html
|
2019-01-23 17:30:07 +03:00
|
|
|
== 1501195.html 1501195-ref.html
|
2019-01-17 19:43:08 +03:00
|
|
|
== 1519754.html 1519754-ref.html
|
2019-01-31 23:03:07 +03:00
|
|
|
skip-if(!asyncPan) == 1524261.html 1524261-ref.html
|
2019-01-31 23:36:47 +03:00
|
|
|
fuzzy-if(webrender,14-14,44-44) == 1524353.html 1524353-ref.html
|
2019-02-12 14:05:53 +03:00
|
|
|
fuzzy-if(webrender,4-7,25000-36908) == 1523776.html 1523776-ref.html
|
2019-02-08 00:15:05 +03:00
|
|
|
== bug1523410-translate-scale-snap.html bug1523410-translate-scale-snap-ref.html
|
2019-02-20 22:24:14 +03:00
|
|
|
== 1523080.html 1523080-ref.html
|