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

Unified Diff: tests/skia_test.cpp

Issue 373383003: ios fixes (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove temp directory hack Created 6 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
Index: tests/skia_test.cpp
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index f4b67c9bc40f4df6d3821096e5ee587b89b2e997..4b343a054ef555095a18acc5f479c9d5b1497531 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -133,7 +133,9 @@ static bool should_run(const char* testName, bool isGPUTest) {
int tool_main(int argc, char** argv);
int tool_main(int argc, char** argv) {
+#ifndef SK_BUILD_FOR_IOS
SetupCrashHandler();
reed1 2014/07/10 18:39:39 Comment why we're skipping this? Perhaps a bug or
caryclark 2014/07/10 21:07:03 Done.
+#endif
SkCommandLineFlags::SetUsage("");
SkCommandLineFlags::Parse(argc, argv);
« src/core/SkPoint.cpp ('K') | « tests/JpegTest.cpp ('k') | tools/OverwriteLine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698