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

Unified Diff: tests/PathOpsFuzz763Test.cpp

Issue 728013002: Fix Android framework build. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/PathOpsFuzz763Test.cpp
diff --git a/tests/PathOpsFuzz763Test.cpp b/tests/PathOpsFuzz763Test.cpp
index 02519ae67049773caac54dea2e47e7fbab8d529f..cd851a78ccb3bd03716c3ee8ccb9b4dc9305499f 100755
--- a/tests/PathOpsFuzz763Test.cpp
+++ b/tests/PathOpsFuzz763Test.cpp
@@ -121,7 +121,7 @@ path.close();
}
static void fuzz763_378(skiatest::Reporter* reporter, const char* filename) {
-#if SK_BUILD_FOR_ANDROID
+#ifdef SK_BUILD_FOR_ANDROID
if (!FLAGS_runFail) {
return; // fails on nexus 9 in release, possibly related to fused multiply-add
}
@@ -219,7 +219,7 @@ path.close();
}
static void fuzz763_378b(skiatest::Reporter* reporter, const char* filename) {
-#if SK_BUILD_FOR_ANDROID
+#ifdef SK_BUILD_FOR_ANDROID
if (!FLAGS_runFail) {
return; // fails on nexus 9 in release, possibly related to fused multiply-add
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698