tests: Disable glibc memory checking under glibc <= 2.11.
authorBen Pfaff <blp@nicira.com>
Fri, 11 Jul 2014 18:03:08 +0000 (11:03 -0700)
committerBen Pfaff <blp@nicira.com>
Fri, 11 Jul 2014 18:04:13 +0000 (11:04 -0700)
commit5dddb910a0a5f7ac31d939ac16c494a9114c033f
treebfc0f3fa0d78d10fa4e66ea02f5dad1ebbeba091
parent4b8514e109dfa46d14aafedf644cc1351e06bfbf
tests: Disable glibc memory checking under glibc <= 2.11.

We noticed that the unit tests sometimes fail on XenServer inside glibc's
memory checker, in the free_check() function.  It turns out that the
glibc memory checker in glibc 2.11 and earlier had an internal race that
caused false positives in multithreaded programs.

This commit avoids the problem by disabling the glibc memory checker in
glibc 2.11 and earlier.

VMware-BZ: #1267127
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Gurucharan Shetty <gshetty@nicira.com>
tests/atlocal.in