зеркало из 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 |
||
---|---|---|
.. | ||
basic-shadow-1-ref.html | ||
basic-shadow-1.html | ||
basic-shadow-2-ref.html | ||
basic-shadow-2.html | ||
basic-shadow-3-ref.html | ||
basic-shadow-3.html | ||
basic-shadow-4-ref.html | ||
basic-shadow-4.html | ||
basic-slot-1-ref.html | ||
basic-slot-1.html | ||
basic-slot-2-ref.html | ||
basic-slot-2.html | ||
basic-slot-3-ref.html | ||
basic-slot-3.html | ||
basic-slot-4.html | ||
basic-slot-5-ref.html | ||
basic-slot-5.html | ||
basic-slot-6-ref.html | ||
basic-slot-6.html | ||
cross-tree-selection-1-ref.html | ||
cross-tree-selection-1.html | ||
dynamic-insertion-point-distribution-1-ref.html | ||
dynamic-insertion-point-distribution-1.html | ||
dynamic-insertion-point-distribution-2-ref.html | ||
dynamic-insertion-point-distribution-2.html | ||
fallback-content-1-ref.html | ||
fallback-content-1.html | ||
input-transition-1-ref.html | ||
input-transition-1.html | ||
nested-insertion-point-1-ref.html | ||
nested-insertion-point-1.html | ||
reframe-shadow-child-1.html | ||
reframe-shadow-child-2.html | ||
reframe-shadow-child-ref.html | ||
reftest.list | ||
remove-append-shadow-host-1-ref.html | ||
remove-append-shadow-host-1.html | ||
remove-insertion-point-1-ref.html | ||
remove-insertion-point-1.html | ||
shadow-style-1-ref.html | ||
shadow-style-1.html | ||
shadow-style-2-ref.html | ||
shadow-style-2.html | ||
shadow-style-3-ref.html | ||
shadow-style-3.html | ||
style-sharing-across-shadow.html | ||
style-sharing-ref.html | ||
style-sharing.html | ||
update-dist-node-descendants-1-ref.html | ||
update-dist-node-descendants-1.html |