summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2015-08-12 22:58:56 +0000
committerReid Kleckner <rnk@google.com>2015-08-12 22:58:56 +0000
commit38f885143efca6b6204860aff793c50a1de14606 (patch)
tree936567b8243fca7c88e6cb34ed8a35e86472f901
parenta381ddbb1e9e0fb6110033080ce45ad14a588ae7 (diff)
Move tests that use unistd.h and pthread.h to TestCases/Posix
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@244827 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/asan/TestCases/Posix/closed-fds.cc (renamed from test/asan/TestCases/closed-fds.cc)0
-rw-r--r--test/asan/TestCases/Posix/coverage-caller-callee.cc (renamed from test/asan/TestCases/coverage-caller-callee.cc)0
-rw-r--r--test/asan/TestCases/Posix/coverage-maybe-open-file.cc (renamed from test/asan/TestCases/coverage-maybe-open-file.cc)0
-rw-r--r--test/asan/TestCases/Posix/current_allocated_bytes.cc (renamed from test/asan/TestCases/current_allocated_bytes.cc)0
-rw-r--r--test/asan/TestCases/Posix/deep_thread_stack.cc (renamed from test/asan/TestCases/deep_thread_stack.cc)0
-rw-r--r--test/asan/TestCases/Posix/dlclose-test.cc (renamed from test/asan/TestCases/dlclose-test.cc)0
-rw-r--r--test/asan/TestCases/Posix/free_hook_realloc.cc (renamed from test/asan/TestCases/free_hook_realloc.cc)0
-rw-r--r--test/asan/TestCases/Posix/gc-test.cc (renamed from test/asan/TestCases/gc-test.cc)0
-rw-r--r--test/asan/TestCases/Posix/init-order-pthread-create.cc (renamed from test/asan/TestCases/init-order-pthread-create.cc)2
-rw-r--r--test/asan/TestCases/Posix/stack-overflow.cc (renamed from test/asan/TestCases/stack-overflow.cc)0
-rw-r--r--test/asan/TestCases/Posix/stack-use-after-return.cc (renamed from test/asan/TestCases/stack-use-after-return.cc)0
11 files changed, 1 insertions, 1 deletions
diff --git a/test/asan/TestCases/closed-fds.cc b/test/asan/TestCases/Posix/closed-fds.cc
index af0ac2674..af0ac2674 100644
--- a/test/asan/TestCases/closed-fds.cc
+++ b/test/asan/TestCases/Posix/closed-fds.cc
diff --git a/test/asan/TestCases/coverage-caller-callee.cc b/test/asan/TestCases/Posix/coverage-caller-callee.cc
index 9c4281777..9c4281777 100644
--- a/test/asan/TestCases/coverage-caller-callee.cc
+++ b/test/asan/TestCases/Posix/coverage-caller-callee.cc
diff --git a/test/asan/TestCases/coverage-maybe-open-file.cc b/test/asan/TestCases/Posix/coverage-maybe-open-file.cc
index b261fb0fc..b261fb0fc 100644
--- a/test/asan/TestCases/coverage-maybe-open-file.cc
+++ b/test/asan/TestCases/Posix/coverage-maybe-open-file.cc
diff --git a/test/asan/TestCases/current_allocated_bytes.cc b/test/asan/TestCases/Posix/current_allocated_bytes.cc
index c49e433b1..c49e433b1 100644
--- a/test/asan/TestCases/current_allocated_bytes.cc
+++ b/test/asan/TestCases/Posix/current_allocated_bytes.cc
diff --git a/test/asan/TestCases/deep_thread_stack.cc b/test/asan/TestCases/Posix/deep_thread_stack.cc
index 535da79ff..535da79ff 100644
--- a/test/asan/TestCases/deep_thread_stack.cc
+++ b/test/asan/TestCases/Posix/deep_thread_stack.cc
diff --git a/test/asan/TestCases/dlclose-test.cc b/test/asan/TestCases/Posix/dlclose-test.cc
index 369abd312..369abd312 100644
--- a/test/asan/TestCases/dlclose-test.cc
+++ b/test/asan/TestCases/Posix/dlclose-test.cc
diff --git a/test/asan/TestCases/free_hook_realloc.cc b/test/asan/TestCases/Posix/free_hook_realloc.cc
index cbc5d6fed..cbc5d6fed 100644
--- a/test/asan/TestCases/free_hook_realloc.cc
+++ b/test/asan/TestCases/Posix/free_hook_realloc.cc
diff --git a/test/asan/TestCases/gc-test.cc b/test/asan/TestCases/Posix/gc-test.cc
index 3fedd6a68..3fedd6a68 100644
--- a/test/asan/TestCases/gc-test.cc
+++ b/test/asan/TestCases/Posix/gc-test.cc
diff --git a/test/asan/TestCases/init-order-pthread-create.cc b/test/asan/TestCases/Posix/init-order-pthread-create.cc
index 12362fc44..d8c83440b 100644
--- a/test/asan/TestCases/init-order-pthread-create.cc
+++ b/test/asan/TestCases/Posix/init-order-pthread-create.cc
@@ -1,7 +1,7 @@
// Check that init-order checking is properly disabled if pthread_create is
// called.
-// RUN: %clangxx_asan %s %p/Helpers/init-order-pthread-create-extra.cc -pthread -o %t
+// RUN: %clangxx_asan %s %p/../Helpers/init-order-pthread-create-extra.cc -pthread -o %t
// RUN: env ASAN_OPTIONS=$ASAN_OPTIONS:strict_init_order=true %run %t
#include <stdio.h>
diff --git a/test/asan/TestCases/stack-overflow.cc b/test/asan/TestCases/Posix/stack-overflow.cc
index d792c466f..d792c466f 100644
--- a/test/asan/TestCases/stack-overflow.cc
+++ b/test/asan/TestCases/Posix/stack-overflow.cc
diff --git a/test/asan/TestCases/stack-use-after-return.cc b/test/asan/TestCases/Posix/stack-use-after-return.cc
index 669e8703b..669e8703b 100644
--- a/test/asan/TestCases/stack-use-after-return.cc
+++ b/test/asan/TestCases/Posix/stack-use-after-return.cc