Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1723)

Unified Diff: tests/PictureTest.cpp

Issue 2163283002: re-disable save/restore peephole optimization (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: I hate un-called-function-warning Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/core/SkRecordOpts.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PictureTest.cpp
diff --git a/tests/PictureTest.cpp b/tests/PictureTest.cpp
index b1644e74ae90fce264717f1583094cc462e3c970..b02491661eaca6dc2dd5720a29e642c2de4c4799 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
+
« no previous file with comments | « src/core/SkRecordOpts.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698