These tests aren't supported on other platforms, move them
to their own directory.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D32034
Move Linux-specific lsan tests into a new directory ClosedPublic Authored by fjricci on Apr 13 2017, 11:01 AM.
Details Summary These tests aren't supported on other platforms, move them
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 13 2017, 11:30 AM Closed by commit rL300247: Move Linux-specific lsan tests into a new directory (authored by fjricci). · Explain WhyApr 13 2017, 1:26 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 95191 compiler-rt/trunk/test/lsan/TestCases/Linux/cleanup_in_tsd_destructor.c
compiler-rt/trunk/test/lsan/TestCases/Linux/disabler_in_tsd_destructor.c
compiler-rt/trunk/test/lsan/TestCases/Linux/fork.cc
compiler-rt/trunk/test/lsan/TestCases/Linux/fork_threaded.cc
compiler-rt/trunk/test/lsan/TestCases/Linux/guard-page.c
compiler-rt/trunk/test/lsan/TestCases/Linux/lit.local.cfg
compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_dynamic.cc
compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_pthread_specific_dynamic.cc
compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_pthread_specific_static.cc
compiler-rt/trunk/test/lsan/TestCases/Linux/use_tls_static.cc
compiler-rt/trunk/test/lsan/TestCases/cleanup_in_tsd_destructor.c
compiler-rt/trunk/test/lsan/TestCases/disabler_in_tsd_destructor.c
compiler-rt/trunk/test/lsan/TestCases/fork.cc
compiler-rt/trunk/test/lsan/TestCases/fork_threaded.cc
compiler-rt/trunk/test/lsan/TestCases/guard-page.c
compiler-rt/trunk/test/lsan/TestCases/use_tls_dynamic.cc
compiler-rt/trunk/test/lsan/TestCases/use_tls_pthread_specific_dynamic.cc
compiler-rt/trunk/test/lsan/TestCases/use_tls_pthread_specific_static.cc
compiler-rt/trunk/test/lsan/TestCases/use_tls_static.cc
|