diff options
author | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-30 20:19:25 +0000 |
---|---|---|
committer | epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-08-30 20:19:25 +0000 |
commit | 5852c8b06df9ed961526efb8df02bc00c87b9d4c (patch) | |
tree | 7f62188e5d4c4faa9da2be89f5f5ee9d2862f2ff /gm/tests/outputs/ignoring-some-failures/output-expected/stdout | |
parent | 5a02cb48fdff04dc274d4cb1af8c4dc65a503438 (diff) |
gm: add self-test to confirm that ignore-failure field is respected
BUG=skia:1578
R=scroggo@google.com
Review URL: https://codereview.chromium.org/23799004
git-svn-id: http://skia.googlecode.com/svn/trunk@11047 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gm/tests/outputs/ignoring-some-failures/output-expected/stdout')
-rw-r--r-- | gm/tests/outputs/ignoring-some-failures/output-expected/stdout | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gm/tests/outputs/ignoring-some-failures/output-expected/stdout b/gm/tests/outputs/ignoring-some-failures/output-expected/stdout new file mode 100644 index 0000000000..02859bb2d1 --- /dev/null +++ b/gm/tests/outputs/ignoring-some-failures/output-expected/stdout @@ -0,0 +1,18 @@ +GM: These configs will be run: 8888 565 +GM: reading expectations from JSON summary file gm/tests/inputs/json/different-pixels-ignore-some-failures.json +GM: writing to gm/tests/outputs/ignoring-some-failures/output-actual/writePath +GM: writing mismatches to gm/tests/outputs/ignoring-some-failures/output-actual/mismatchPath +GM: writing images without expectations to gm/tests/outputs/ignoring-some-failures/output-actual/missingExpectationsPath +GM: drawing... selftest1 [300 200] +GM: Ran 1 GMs +GM: ... over 2 configs ["8888", "565"] +GM: ... and 7 modes ["pipe", "pipe cross-process", "pipe cross-process, shared address", "replay", "rtree", "serialize", "tilegrid"] +GM: ... so there should be a total of 9 tests. +GM: Ran 9 tests: NoGpuContext=0 IntentionallySkipped=0 RenderModeMismatch=0 ExpectationsMismatch=2 MissingExpectations=0 WritingReferenceImage=0 +GM: [*] 0 NoGpuContext: +GM: [ ] 0 IntentionallySkipped: +GM: [*] 0 RenderModeMismatch: +GM: [*] 2 ExpectationsMismatch: 8888/selftest1 565/selftest1 +GM: [ ] 0 MissingExpectations: +GM: [*] 0 WritingReferenceImage: +GM: (results marked with [*] will cause nonzero return value) |