From de996a0df79038c0559f8681233e1a82220d2f3d Mon Sep 17 00:00:00 2001 From: reed Date: Wed, 20 Jul 2016 11:24:51 -0700 Subject: re-disable save/restore peephole optimization BUG=skia:5548, 629408 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2163283002 Review-Url: https://codereview.chromium.org/2163283002 --- tests/PictureTest.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests/PictureTest.cpp') diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp index b1644e74ae..b02491661e 100644 --- a/tests/PictureTest.cpp +++ b/tests/PictureTest.cpp @@ -1246,6 +1246,8 @@ DEF_TEST(PictureGpuAnalyzer, r) { /////////////////////////////////////////////////////////////////////////////////////////////////// +// Disable until we properly fix https://bugs.chromium.org/p/skia/issues/detail?id=5548 +#if 0 static void empty_ops(SkCanvas* canvas) { } static void clip_ops(SkCanvas* canvas) { @@ -1303,3 +1305,5 @@ DEF_TEST(Picture_RecordEmpty, r) { } } } +#endif + -- cgit v1.2.3