aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/PictureTest.cpp
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-07-20 11:24:51 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-07-20 11:24:52 -0700
commitde996a0df79038c0559f8681233e1a82220d2f3d (patch)
tree6d990c9db5f8f9a1f4e9833380a9a847060ec9a9 /tests/PictureTest.cpp
parentc526da94e4f2dc0c8521099dad2118c5d6b8da4a (diff)
re-disable save/restore peephole optimization
Diffstat (limited to 'tests/PictureTest.cpp')
-rw-r--r--tests/PictureTest.cpp4
1 files changed, 4 insertions, 0 deletions
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
+