folly:thread_local_test: avoid test failure due to dlopen of *SAN-enabled binary...
authorJim Meyering <meyering@fb.com>
Sat, 2 Jul 2016 16:31:28 +0000 (09:31 -0700)
committerFacebook Github Bot 7 <facebook-github-bot-7-bot@fb.com>
Sat, 2 Jul 2016 16:38:22 +0000 (09:38 -0700)
commit9917731199d890499d7a732c1573281b4976bb16
tree5d2548cb98313a0401bf59653203197ee22b3ab2
parenta49866e66310a9940c7e262807602a170bbc93f5
folly:thread_local_test: avoid test failure due to dlopen of *SAN-enabled binary: skip it

Summary:
The ThreadLocal.SharedLibrary test would fail when compiled with any sanitizer.
Skip that test when any sanitizer is enabled.

Reviewed By: Mizuchi

Differential Revision: D3508099

fbshipit-source-id: 0419269f6454ee4edb93fe00b6f0e79756e609d0
folly/test/ThreadLocalTest.cpp