mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
[tsan] Enable the tsan/libcxx/ testcase(s) on Darwin
Apparently, the std_shared_ptr.cc testcase works fine on Darwin, even without the instrumented libcxx. Let's enable it. Differential Revision: https://reviews.llvm.org/D26162 llvm-svn: 285634
This commit is contained in:
@@ -5,6 +5,8 @@ def getRoot(config):
|
||||
|
||||
root = getRoot(config)
|
||||
|
||||
if not root.has_libcxx:
|
||||
# Only run if we have an instrumented libcxx. On Darwin, run always (we have
|
||||
# interceptors to support the system-provided libcxx).
|
||||
if not root.has_libcxx and root.host_os != 'Darwin':
|
||||
config.unsupported = True
|
||||
|
||||
|
||||
Reference in New Issue
Block a user