Disable 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

Review URL: https://codereview.chromium.org/431663002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@286917 0039d316-1c4b-4281-b951-d872f2087c98


CrOS-Libchrome-Original-Commit: dbbf9ef5a5a2e4a229c66d904298e8a8165e8bf2
1 file changed
tree: 3042e2f2a06c8eca7a0c1820ef63252826c479e1
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/