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:16 +0000 (11:04 -0700)
commitb60a5e7df8bab86cc901e75aa37f5af803f1a5ce
tree8ed2ee34eb858b9dc7ad0f46057f4e62f42d7de5
parentb3148d080b368eb2159a756fef702839b0ecddfe
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