Fixing AtomicHashArrayTest ASan Test Failure
authorJonathan Kron <jkron@fb.com>
Thu, 25 Feb 2016 02:36:30 +0000 (18:36 -0800)
committerfacebook-github-bot-1 <folly-bot@fb.com>
Thu, 25 Feb 2016 03:20:27 +0000 (19:20 -0800)
commit2203c92785b64b2df20f0b25e0be6f32a73c18b3
treea1116295d4f1ad855b839bfd6b65721355e74b75
parentfd108f7f154874e34d0b77d4d3e846657532258c
Fixing AtomicHashArrayTest ASan Test Failure

Summary: Both of these tests will unavoidably fail on ASan because of shared library loads, and indestructable objects.  Disabling ASAN testing for these test files.

Reviewed By: yfeldblum

Differential Revision: D2968169

fb-gh-sync-id: d2acc71b40541af5e10f15d5087a7c07da05453d
shipit-source-id: d2acc71b40541af5e10f15d5087a7c07da05453d
folly/test/AtomicHashArrayTest.cpp