From b5b4dd81ba02bce1a9818841c5f33d876423e04f Mon Sep 17 00:00:00 2001 From: Kuba Brecka Date: Fri, 21 Nov 2014 00:21:43 +0000 Subject: [PATCH] Move ASan non-Linux-specific tests out of the Linux/ directory Reviewed at http://reviews.llvm.org/D6244 llvm-svn: 222486 --- compiler-rt/test/asan/TestCases/{Linux => Posix}/glob.cc | 0 compiler-rt/test/asan/TestCases/{Linux => Posix}/glob_test_root/aa | 0 compiler-rt/test/asan/TestCases/{Linux => Posix}/glob_test_root/ab | 0 compiler-rt/test/asan/TestCases/{Linux => Posix}/glob_test_root/ba | 0 compiler-rt/test/asan/TestCases/{Linux => Posix}/new_array_cookie_test.cc | 0 .../test/asan/TestCases/{Linux => Posix}/new_array_cookie_uaf_test.cc | 0 .../TestCases/{Linux => Posix}/new_array_cookie_with_new_from_class.cc | 0 compiler-rt/test/asan/TestCases/{Linux => Posix}/tsd_dtor_leak.cc | 0 compiler-rt/test/asan/TestCases/{Linux => }/heap-overflow-large.cc | 0 compiler-rt/test/asan/TestCases/{Linux => }/heavy_uar_test.cc | 0 compiler-rt/test/asan/TestCases/{Linux => }/interception_failure_test.cc | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/glob.cc (100%) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/glob_test_root/aa (100%) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/glob_test_root/ab (100%) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/glob_test_root/ba (100%) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/new_array_cookie_test.cc (100%) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/new_array_cookie_uaf_test.cc (100%) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/new_array_cookie_with_new_from_class.cc (100%) rename compiler-rt/test/asan/TestCases/{Linux => Posix}/tsd_dtor_leak.cc (100%) rename compiler-rt/test/asan/TestCases/{Linux => }/heap-overflow-large.cc (100%) rename compiler-rt/test/asan/TestCases/{Linux => }/heavy_uar_test.cc (100%) rename compiler-rt/test/asan/TestCases/{Linux => }/interception_failure_test.cc (100%) diff --git a/compiler-rt/test/asan/TestCases/Linux/glob.cc b/compiler-rt/test/asan/TestCases/Posix/glob.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/glob.cc rename to compiler-rt/test/asan/TestCases/Posix/glob.cc diff --git a/compiler-rt/test/asan/TestCases/Linux/glob_test_root/aa b/compiler-rt/test/asan/TestCases/Posix/glob_test_root/aa similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/glob_test_root/aa rename to compiler-rt/test/asan/TestCases/Posix/glob_test_root/aa diff --git a/compiler-rt/test/asan/TestCases/Linux/glob_test_root/ab b/compiler-rt/test/asan/TestCases/Posix/glob_test_root/ab similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/glob_test_root/ab rename to compiler-rt/test/asan/TestCases/Posix/glob_test_root/ab diff --git a/compiler-rt/test/asan/TestCases/Linux/glob_test_root/ba b/compiler-rt/test/asan/TestCases/Posix/glob_test_root/ba similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/glob_test_root/ba rename to compiler-rt/test/asan/TestCases/Posix/glob_test_root/ba diff --git a/compiler-rt/test/asan/TestCases/Linux/new_array_cookie_test.cc b/compiler-rt/test/asan/TestCases/Posix/new_array_cookie_test.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/new_array_cookie_test.cc rename to compiler-rt/test/asan/TestCases/Posix/new_array_cookie_test.cc diff --git a/compiler-rt/test/asan/TestCases/Linux/new_array_cookie_uaf_test.cc b/compiler-rt/test/asan/TestCases/Posix/new_array_cookie_uaf_test.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/new_array_cookie_uaf_test.cc rename to compiler-rt/test/asan/TestCases/Posix/new_array_cookie_uaf_test.cc diff --git a/compiler-rt/test/asan/TestCases/Linux/new_array_cookie_with_new_from_class.cc b/compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/new_array_cookie_with_new_from_class.cc rename to compiler-rt/test/asan/TestCases/Posix/new_array_cookie_with_new_from_class.cc diff --git a/compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc b/compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/tsd_dtor_leak.cc rename to compiler-rt/test/asan/TestCases/Posix/tsd_dtor_leak.cc diff --git a/compiler-rt/test/asan/TestCases/Linux/heap-overflow-large.cc b/compiler-rt/test/asan/TestCases/heap-overflow-large.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/heap-overflow-large.cc rename to compiler-rt/test/asan/TestCases/heap-overflow-large.cc diff --git a/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc b/compiler-rt/test/asan/TestCases/heavy_uar_test.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc rename to compiler-rt/test/asan/TestCases/heavy_uar_test.cc diff --git a/compiler-rt/test/asan/TestCases/Linux/interception_failure_test.cc b/compiler-rt/test/asan/TestCases/interception_failure_test.cc similarity index 100% rename from compiler-rt/test/asan/TestCases/Linux/interception_failure_test.cc rename to compiler-rt/test/asan/TestCases/interception_failure_test.cc -- 2.7.4