зеркало из https://github.com/mozilla/gecko-dev.git
1e88f0f003
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 |
||
---|---|---|
.. | ||
input-button-ref.html | ||
input-button.html | ||
input-customerror.html | ||
input-disabled-fieldset-1.html | ||
input-disabled-fieldset-2.html | ||
input-disabled.html | ||
input-dyn-disabled.html | ||
input-dyn-not-disabled.html | ||
input-dyn-not-readonly.html | ||
input-dyn-readonly.html | ||
input-email-invalid.html | ||
input-email-ref.html | ||
input-email-valid.html | ||
input-fieldset-legend-ref.html | ||
input-fieldset-legend.html | ||
input-fieldset-ref.html | ||
input-image-ref.html | ||
input-image.html | ||
input-pattern-invalid.html | ||
input-pattern-valid.html | ||
input-radio-customerror.html | ||
input-radio-dyn-valid-1.html | ||
input-radio-dyn-valid-2.html | ||
input-radio-nogroup-required-invalid.html | ||
input-radio-nogroup-required-valid.html | ||
input-radio-required.html | ||
input-readonly.html | ||
input-ref.html | ||
input-required-invalid.html | ||
input-required-valid.html | ||
input-reset.html | ||
input-submit-ref.html | ||
input-submit.html | ||
input-type-barred.html | ||
input-type-invalid.html | ||
input-url-invalid.html | ||
input-url-ref.html | ||
input-url-valid.html | ||
input-valid.html | ||
input-withtext-ref.html | ||
reftest.list | ||
style.css | ||
success-ref.html |