Move Linux-specific lsan tests into a new directory
authorFrancis Ricci <francisjricci@gmail.com>
Thu, 13 Apr 2017 20:13:53 +0000 (20:13 +0000)
committerFrancis Ricci <francisjricci@gmail.com>
Thu, 13 Apr 2017 20:13:53 +0000 (20:13 +0000)
commit5bfddfefe15b904fc7df1a4fde706f9ffa3551b9
tree3358494101ef767ec47f4055fe258cc293c123cb
parent461764de0d108aaab930df655ce7473ec9cba316
Move Linux-specific lsan tests into a new directory

Summary:
These tests aren't supported on other platforms, move them
to their own directory.

Reviewers: kubamracek, alekseyshl

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D32034

llvm-svn: 300247
19 files changed:
compiler-rt/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/disabler_in_tsd_destructor.c [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/fork.cc [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/fork_threaded.cc [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/guard-page.c [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/lit.local.cfg [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/use_tls_dynamic.cc [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cc [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/use_tls_pthread_specific_static.cc [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/Linux/use_tls_static.cc [new file with mode: 0644]
compiler-rt/test/lsan/TestCases/cleanup_in_tsd_destructor.c [deleted file]
compiler-rt/test/lsan/TestCases/disabler_in_tsd_destructor.c [deleted file]
compiler-rt/test/lsan/TestCases/fork.cc [deleted file]
compiler-rt/test/lsan/TestCases/fork_threaded.cc [deleted file]
compiler-rt/test/lsan/TestCases/guard-page.c [deleted file]
compiler-rt/test/lsan/TestCases/use_tls_dynamic.cc [deleted file]
compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc [deleted file]
compiler-rt/test/lsan/TestCases/use_tls_pthread_specific_static.cc [deleted file]
compiler-rt/test/lsan/TestCases/use_tls_static.cc [deleted file]