From 6518daf8156c9d2a154676f7f3436cf70f7caa1d Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 28 Mar 2013 15:03:22 +0000 Subject: [PATCH] disable tests that exercise serialization of fonts here, since we are experimentally creating typeface styles that don't know how to serialize yet. git-svn-id: http://skia.googlecode.com/svn/trunk@8433 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gm/fontmgr.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/gm/fontmgr.cpp b/gm/fontmgr.cpp index d3ab256524..25848ed11b 100644 --- a/gm/fontmgr.cpp +++ b/gm/fontmgr.cpp @@ -66,6 +66,12 @@ protected: } } + virtual uint32_t onGetFlags() const SK_OVERRIDE { + // fontdescriptors (and therefore serialization) don't yet understand + // these new styles, so skip tests that exercise that for now. + return kSkipPicture_Flag | kSkipPipe_Flag; + } + private: typedef GM INHERITED; }; -- 2.34.1