[asan][test][win] Move MSVC-specific tests into a subdir
authorAlvin Wong <alvin@alvinhc.com>
Thu, 6 Apr 2023 13:24:06 +0000 (21:24 +0800)
committerAlvin Wong <alvin@alvinhc.com>
Tue, 16 May 2023 11:53:49 +0000 (19:53 +0800)
commit65abcf6c0ce1315fa0404f5cd0f6b093c038794e
treed3b43f1c950c9892a88f215f1130831ebf08aed2
parent51015af773775160c22df9a8252d34270f2698a2
[asan][test][win] Move MSVC-specific tests into a subdir

This moves all but one remaining tests which use clang-cl and test
MSVC-specific behaviour into its own subdirectory. `dll_host.cpp` test
is excluded from the move because other tests also depend on its source
file, making it not MSVC-specific.

Differential Revision: https://reviews.llvm.org/D150271
compiler-rt/test/asan/TestCases/Windows/msvc/coverage-dll-stdio.cpp [moved from compiler-rt/test/asan/TestCases/Windows/coverage-dll-stdio.cpp with 88% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/dll_and_lib.cpp [moved from compiler-rt/test/asan/TestCases/Windows/dll_and_lib.cpp with 93% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/dll_cerr.cpp [moved from compiler-rt/test/asan/TestCases/Windows/dll_cerr.cpp with 87% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/dll_control_c.cpp [moved from compiler-rt/test/asan/TestCases/Windows/dll_control_c.cpp with 97% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/dll_large_function.cpp [moved from compiler-rt/test/asan/TestCases/Windows/dll_large_function.cpp with 92% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/dll_seh.cpp [moved from compiler-rt/test/asan/TestCases/Windows/dll_seh.cpp with 93% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/iostream_sbo.cpp [moved from compiler-rt/test/asan/TestCases/Windows/iostream_sbo.cpp with 76% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/lit.local.cfg.py [new file with mode: 0644]
compiler-rt/test/asan/TestCases/Windows/msvc/seh.cpp [moved from compiler-rt/test/asan/TestCases/Windows/seh.cpp with 97% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/tls_init.cpp [moved from compiler-rt/test/asan/TestCases/Windows/tls_init.cpp with 96% similarity]
compiler-rt/test/asan/TestCases/Windows/msvc/use_after_return_linkage.cpp [moved from compiler-rt/test/asan/TestCases/Windows/use_after_return_linkage.cpp with 87% similarity]