Home | History | Annotate | Download | only in tests

Lines Matching refs:different

159   THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels
165 --writeJsonSummaryPath $JSON_DIR/different-pixels.json
168 # different-pixels.json, but in which the *first* ignore-failure is changed
172 sed -e "0,/$OLD/{s/$OLD/$NEW/}" $JSON_DIR/different-pixels.json \
173 >$JSON_DIR/different-pixels-ignore-some-failures.json
175 THIS_IMAGE_DIR=$IMAGES_DIR/different-pixels-no-hierarchy
181 --writeJsonSummaryPath $JSON_DIR/different-pixels-no-hierarchy.json
206 # Compare generated image against an input image file with identical pixels but different PNG encoding.
210 # Compare generated image against an input image file with different pixels.
211 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/images/different-pixels" "$GM_OUTPUTS/compared-against-different-pixels-images"
212 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/different-pixels.json" "$GM_OUTPUTS/compared-against-different-pixels-json"
217 gm_test "--verbose --hierarchy --match selftest --ignoreFailuresFile $GM_IGNORE_FAILURES_FILE $CONFIGS -r $GM_INPUTS/json/different-pixels.json" "$GM_OUTPUTS/ignoring-one-test"
219 # Compare different pixels, but with a SUBSET of the expectations marked as
221 gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/different-pixels-ignore-some-failures.json" "$GM_OUTPUTS/ignoring-some-failures"
248 gm_test "--ignoreErrorTypes ExpectationsMismatch NoGpuContext --verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/different-pixels.json" "$GM_OUTPUTS/ignore-expectations-mismatch"
251 gm_test "--verbose --match selftest1 $CONFIGS -r $GM_INPUTS/json/different-pixels-no-hierarchy.json" "$GM_OUTPUTS/no-hierarchy"
255 gm_test "--verbose --writeChecksumBasedFilenames --match selftest1 $CONFIGS -r $GM_INPUTS/json/different-pixels-no-hierarchy.json" "$GM_OUTPUTS/checksum-based-filenames"
259 FAILING_CASES="compared-against-different-pixels-json"