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

Unified Diff: sky/engine/wtf/PartitionAllocTest.cpp

Issue 1163323003: sky/engine updates for iOS targets (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 6 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: sky/engine/wtf/PartitionAllocTest.cpp
diff --git a/sky/engine/wtf/PartitionAllocTest.cpp b/sky/engine/wtf/PartitionAllocTest.cpp
index e2d2c911cbdc6793187be7c2984a914732b0cd48..3b12f980b27190d3d29fbbbfa250bda33c8444fc 100644
--- a/sky/engine/wtf/PartitionAllocTest.cpp
+++ b/sky/engine/wtf/PartitionAllocTest.cpp
@@ -1097,7 +1097,7 @@ TEST(PartitionAllocTest, LostFreePagesBug)
TestShutdown();
}
-#if !OS(ANDROID)
+#if !OS(ANDROID) && !OS(IOS)
// Make sure that malloc(-1) dies.
// In the past, we had an integer overflow that would alias malloc(-1) to

Powered by Google App Engine
This is Rietveld 408576698