diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-19 17:35:04 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-07-19 17:35:04 +0000 |
commit | 3af4ff46a7461f78c8ab24d1e8213b187e8472e2 (patch) | |
tree | 12f22f6f1ca5ac73af93929efabea4b968fc2a57 /tools/tests/skdiff/identical-bits | |
parent | ceaa5beb66710ad08a80fe5cb851f1373ac902db (diff) |
skdiff output: indicate which result types would cause failure
Review URL: https://codereview.appspot.com/6419053
git-svn-id: http://skia.googlecode.com/svn/trunk@4676 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools/tests/skdiff/identical-bits')
-rw-r--r-- | tools/tests/skdiff/identical-bits/output-expected/stdout | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/tools/tests/skdiff/identical-bits/output-expected/stdout b/tools/tests/skdiff/identical-bits/output-expected/stdout index c40ae334c9..8e27568b33 100644 --- a/tools/tests/skdiff/identical-bits/output-expected/stdout +++ b/tools/tests/skdiff/identical-bits/output-expected/stdout @@ -1,5 +1,16 @@ baseDir is [tools/tests/skdiff/baseDir/] comparisonDir is [tools/tests/skdiff/comparisonDir/] not writing any diffs to outputDir [tools/tests/skdiff/identical-bits/output-actual/] + compared 2 file pairs: - 2 file pairs contain exactly the same bits +[_] 2 file pairs contain exactly the same bits +[_] 0 file pairs contain the same pixel values, but not the same bits +[_] 0 file pairs have identical dimensions but some differing pixels +[_] 0 file pairs have differing dimensions +[_] 0 file pairs contain different bits and are not parsable images +[_] 0 file pairs missing from comparisonDir +[_] 0 file pairs missing from baseDir +[_] 0 file pairs not compared yet +(results marked with [*] will cause nonzero return value) + +number of mismatching file pairs: 0 |