diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-12 18:16:02 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-12 18:16:02 +0000 |
commit | 46a45963fa13082cbe0c800c92bccf2ac36c89b7 (patch) | |
tree | 0676bfd07e649eb955756616c7f3f210b5d2f451 /tools/tests/skdiff/test1/output-expected/stdout | |
parent | a6c9e0e02be390d36b80f4872c628edb3594208e (diff) |
skdiff: add --failonmismatches and --listfilename options, plus cleanup
These changes are needed in order to switch the buildbots from using "gm -r" to "skdiff" to compare gm results, and should be generally good for humans too.
Review URL: https://codereview.appspot.com/6392054
git-svn-id: http://skia.googlecode.com/svn/trunk@4579 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/tests/skdiff/test1/output-expected/stdout')
-rw-r--r-- | tools/tests/skdiff/test1/output-expected/stdout | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/tools/tests/skdiff/test1/output-expected/stdout b/tools/tests/skdiff/test1/output-expected/stdout index 3d337d3376..142093f1dd 100644 --- a/tools/tests/skdiff/test1/output-expected/stdout +++ b/tools/tests/skdiff/test1/output-expected/stdout @@ -6,12 +6,13 @@ ERROR: no codec found for <tools/tests/skdiff/comparisonDir/different-bits-unkno baseDir is [tools/tests/skdiff/baseDir/] comparisonDir is [tools/tests/skdiff/comparisonDir/] writing diffs to outputDir is [tools/tests/skdiff/test1/output-actual/] -Missing in baseDir: - missing-from-baseDir.png - missing-from-baseDir.xyz -Missing in comparisonDir: - missing-from-comparisonDir.png - missing-from-comparisonDir.xyz -3 of 12 images matched. +compared 12 file pairs: + 2 file pairs contain exactly the same bits + 1 file pairs contain the same pixel values, but not the same bits + 2 file pairs have identical dimensions but some differing pixels + 2 file pairs have differing dimensions + 1 file pairs contain different bits and are not parsable images + 2 file pairs missing from comparisonDir + 2 file pairs missing from baseDir Maximum pixel intensity mismatch 239 Largest area mismatch was 97.99% of pixels |