Disable certain malloc-library tests for OSX 10.9 32-bit.
commitdbbf9ef5a5a2e4a229c66d904298e8a8165e8bf2
authorshess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 31 Jul 2014 23:57:00 +0000 (31 23:57 +0000)
committershess@chromium.org <shess@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 31 Jul 2014 23:57:00 +0000 (31 23:57 +0000)
tree5058bc5877ab2b1e58d00f6265abf470c49318fd
parent799370127cfbb5bd41fb581b98161e0f478dec62
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
base/process/memory_unittest.cc