diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-15 18:29:41 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-01-15 18:29:41 +0000 |
commit | b4a870bfabcf250ee138639ed198f3a9d508d34e (patch) | |
tree | 741b666798172ffd7bd58aba79662c0b133b74ce /gm | |
parent | 5a5e29e00dddd4beabf8d43c471183d4a2941d84 (diff) |
Update gm self-test results to expect new runtime config debug message
git-svn-id: http://skia.googlecode.com/svn/trunk@7197 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm')
5 files changed, 5 insertions, 0 deletions
diff --git a/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout b/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout index 265174ed09..e4dbd8cb4d 100644 --- a/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout +++ b/gm/tests/outputs/compared-against-different-pixels/output-expected/stdout @@ -1,3 +1,4 @@ +Non-default runtime configuration options: reading from gm/tests/inputs/different-pixels writing to gm/tests/outputs/compared-against-different-pixels/output-actual/images drawing... dashing2 [640 480] diff --git a/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout b/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout index 436554d29e..86216686aa 100644 --- a/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout +++ b/gm/tests/outputs/compared-against-empty-dir/output-expected/stdout @@ -1,3 +1,4 @@ +Non-default runtime configuration options: reading from gm/tests/inputs/empty-dir writing to gm/tests/outputs/compared-against-empty-dir/output-actual/images drawing... dashing2 [640 480] diff --git a/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout b/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout index 301f17f5e7..8e67783ef7 100644 --- a/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout +++ b/gm/tests/outputs/compared-against-identical-bytes/output-expected/stdout @@ -1,3 +1,4 @@ +Non-default runtime configuration options: reading from gm/tests/inputs/identical-bytes writing to gm/tests/outputs/compared-against-identical-bytes/output-actual/images drawing... dashing2 [640 480] diff --git a/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout b/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout index 00868ac5b1..8829ef564f 100644 --- a/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout +++ b/gm/tests/outputs/compared-against-identical-pixels/output-expected/stdout @@ -1,3 +1,4 @@ +Non-default runtime configuration options: reading from gm/tests/inputs/identical-pixels writing to gm/tests/outputs/compared-against-identical-pixels/output-actual/images drawing... dashing2 [640 480] diff --git a/gm/tests/outputs/no-readpath/output-expected/stdout b/gm/tests/outputs/no-readpath/output-expected/stdout index 4781221981..61b3131c6c 100644 --- a/gm/tests/outputs/no-readpath/output-expected/stdout +++ b/gm/tests/outputs/no-readpath/output-expected/stdout @@ -1,3 +1,4 @@ +Non-default runtime configuration options: writing to gm/tests/outputs/no-readpath/output-actual/images drawing... dashing2 [640 480] Ran 1 tests: 0 passed, 0 failed, 1 missing reference images |