From 5852c8b06df9ed961526efb8df02bc00c87b9d4c Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Fri, 30 Aug 2013 20:19:25 +0000 Subject: 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 --- .../ignoring-some-failures/output-expected/stdout | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 gm/tests/outputs/ignoring-some-failures/output-expected/stdout (limited to 'gm/tests/outputs/ignoring-some-failures/output-expected/stdout') 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) -- cgit v1.2.3