| 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
|
|
|