|
GM: run mode comparisons for all raster configs.
GM works like this today:
- Test all enabled configs directly
- Render into 8888
- Test all enabled modes against that 8888.
This change makes it do this:
- Test all enabled configs directly
- for each config, if it's raster, test all enabled modes against its output.
Upshot is, we now check that picture draws identically to raster for 565 too, not just 8888. optimizations-565 is correctly failing.
BUG= skia:1994
Committed: http://code.google.com/p/skia/source/detail?r=13050
Total comments: 5
Total comments: 1
Total comments: 1
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+215 lines, -158 lines) |
Patch |
|
M |
gm/gmmain.cpp
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+184 lines, -134 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/add-config-pdf/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/checksum-based-filenames/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-different-pixels-images/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-different-pixels-json/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-empty-dir/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-bytes-images/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-bytes-json/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-pixels-images/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/compared-against-identical-pixels-json/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/ignore-expectations-mismatch/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/ignoring-one-test/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/ignoring-some-failures/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/intentionally-skipped-tests/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/no-hierarchy/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/no-readpath/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
gm/tests/outputs/pipe-playback-failure/output-expected/json-summary.txt
|
View
|
1
|
2 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
|
A + |
gm/tests/outputs/pipe-playback-failure/output-expected/mismatchPath/565/selftest1-pipe.png
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
|
A + |
gm/tests/outputs/pipe-playback-failure/output-expected/mismatchPath/8888/selftest1-pipe.png
|
View
|
1
2
3
|
Binary file |
0 comments
|
Download
|
|
M |
gm/tests/outputs/pipe-playback-failure/output-expected/stderr
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
gm/tests/outputs/pipe-playback-failure/output-expected/stdout
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|