From a90c6803865766d28e92091f56f718f5e41fe80f Mon Sep 17 00:00:00 2001 From: "commit-bot@chromium.org" Date: Wed, 30 Apr 2014 13:20:45 +0000 Subject: Turn on quilt mode in DM. - Rename TileGrid -> Quilt to avoid the name overload. - Tag all failing GMs with kSkipTiled_Flag. You may be wondering, do any GMs pass? Yes, some do! And that trends towards all of them as we increase --quiltTile. Two GMs only fail in --quilt mode in 565. Otherwise all GMs which fail are skipped, and those which don't fail aren't. (The 8888 variants of those two GMs are skipped even though they pass.) BUG=skia:2477 R=reed@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/256373002 git-svn-id: http://skia.googlecode.com/svn/trunk@14457 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/hairlines.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gm/hairlines.cpp') diff --git a/gm/hairlines.cpp b/gm/hairlines.cpp index fb99d238ea..5a512d291f 100644 --- a/gm/hairlines.cpp +++ b/gm/hairlines.cpp @@ -13,6 +13,10 @@ namespace skiagm { class HairlinesGM : public GM { protected: + virtual uint32_t onGetFlags() const SK_OVERRIDE { + return kSkipTiled_Flag; + } + virtual SkString onShortName() SK_OVERRIDE { return SkString("hairlines"); -- cgit v1.2.3