From defc487aa9e6bef16f76846f286f8a1343524d45 Mon Sep 17 00:00:00 2001 From: "epoger@google.com" Date: Thu, 19 Sep 2013 06:18:27 +0000 Subject: gm: add --ignoreTests flag BUG=skia:1600 R=scroggo@google.com Review URL: https://codereview.chromium.org/23526065 git-svn-id: http://skia.googlecode.com/svn/trunk@11374 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/gm_expectations.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gm/gm_expectations.h') diff --git a/gm/gm_expectations.h b/gm/gm_expectations.h index 96c6d11d25..de8958975b 100644 --- a/gm/gm_expectations.h +++ b/gm/gm_expectations.h @@ -132,6 +132,11 @@ namespace skiagm { */ bool ignoreFailure() const { return this->fIgnoreFailure; } + /** + * Override default setting of fIgnoreFailure. + */ + void setIgnoreFailure(bool val) { this->fIgnoreFailure = val; } + /** * Returns true iff there are no allowed results. */ -- cgit v1.2.3