[hwasan] [NFC] copy and disable ASAN tests to hwasan.
authorFlorian Mayer <fmayer@google.com>
Fri, 16 Jul 2021 15:30:37 +0000 (16:30 +0100)
committerFlorian Mayer <fmayer@google.com>
Tue, 20 Jul 2021 09:12:14 +0000 (10:12 +0100)
commitf3f287f0f605f3e47bbf90aeb7077f42e31a6bc8
tree1b0562bc84784c0a3e387abcd61b989f476aa0aa
parente9c63ed10b3bdf6eb3fa76d1a3eb403d6fc6a118
[hwasan] [NFC] copy and disable ASAN tests to hwasan.

Reviewed By: vitalybuka

Differential Revision: https://reviews.llvm.org/D106159
13 files changed:
compiler-rt/test/hwasan/TestCases/use-after-scope-capture.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-dtor-order.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-goto.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-if.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-inlined.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-loop-bug.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-loop-removed.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-loop.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-nobug.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-temp.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-temp2.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope-types.cpp [new file with mode: 0644]
compiler-rt/test/hwasan/TestCases/use-after-scope.cpp [new file with mode: 0644]