DescriptionDisable certain malloc-library tests for OSX 10.9 32-bit.
Chromium's code to enable malloc corruption detection, out-of-memory
termination, and UncheckedMalloc/Calloc under older versions of the OSX malloc
library stopped working under OSX 10.9 (Mavericks). The 64-bit malloc library
handles corruption detection the way Chromium prefers by default, allowing
everything to work correctly. Short-circuit the tests which cannot be fixed for
the intersection of 32-bit and OSX >= 10.9.
BUG=383082
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=286917
Patch Set 1 #
Messages
Total messages: 10 (0 generated)
|