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/alphagradients.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gm/alphagradients.cpp') diff --git a/gm/alphagradients.cpp b/gm/alphagradients.cpp index 0db51e8ea1..e63fbc9f47 100644 --- a/gm/alphagradients.cpp +++ b/gm/alphagradients.cpp @@ -73,7 +73,7 @@ protected: } } - virtual uint32_t onGetFlags() const { return kSkipPipe_Flag; } + virtual uint32_t onGetFlags() const { return kSkipPipe_Flag | kSkipTiled_Flag; } private: typedef skiagm::GM INHERITED; -- cgit v1.2.3