diff options
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/closed-fds.cc (renamed from compiler-rt/test/asan/TestCases/closed-fds.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/coverage-caller-callee.cc (renamed from compiler-rt/test/asan/TestCases/coverage-caller-callee.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/coverage-maybe-open-file.cc (renamed from compiler-rt/test/asan/TestCases/coverage-maybe-open-file.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/current_allocated_bytes.cc (renamed from compiler-rt/test/asan/TestCases/current_allocated_bytes.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/deep_thread_stack.cc (renamed from compiler-rt/test/asan/TestCases/deep_thread_stack.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc (renamed from compiler-rt/test/asan/TestCases/dlclose-test.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/free_hook_realloc.cc (renamed from compiler-rt/test/asan/TestCases/free_hook_realloc.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/gc-test.cc (renamed from compiler-rt/test/asan/TestCases/gc-test.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/init-order-pthread-create.cc (renamed from compiler-rt/test/asan/TestCases/init-order-pthread-create.cc) | 2 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/stack-overflow.cc (renamed from compiler-rt/test/asan/TestCases/stack-overflow.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cc (renamed from compiler-rt/test/asan/TestCases/stack-use-after-return.cc) | 0 |
11 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/closed-fds.cc b/compiler-rt/test/asan/TestCases/Posix/closed-fds.cc index af0ac26743c..af0ac26743c 100644 --- a/compiler-rt/test/asan/TestCases/closed-fds.cc +++ b/compiler-rt/test/asan/TestCases/Posix/closed-fds.cc diff --git a/compiler-rt/test/asan/TestCases/coverage-caller-callee.cc b/compiler-rt/test/asan/TestCases/Posix/coverage-caller-callee.cc index 9c42817776f..9c42817776f 100644 --- a/compiler-rt/test/asan/TestCases/coverage-caller-callee.cc +++ b/compiler-rt/test/asan/TestCases/Posix/coverage-caller-callee.cc diff --git a/compiler-rt/test/asan/TestCases/coverage-maybe-open-file.cc b/compiler-rt/test/asan/TestCases/Posix/coverage-maybe-open-file.cc index b261fb0fc77..b261fb0fc77 100644 --- a/compiler-rt/test/asan/TestCases/coverage-maybe-open-file.cc +++ b/compiler-rt/test/asan/TestCases/Posix/coverage-maybe-open-file.cc diff --git a/compiler-rt/test/asan/TestCases/current_allocated_bytes.cc b/compiler-rt/test/asan/TestCases/Posix/current_allocated_bytes.cc index c49e433b1e8..c49e433b1e8 100644 --- a/compiler-rt/test/asan/TestCases/current_allocated_bytes.cc +++ b/compiler-rt/test/asan/TestCases/Posix/current_allocated_bytes.cc diff --git a/compiler-rt/test/asan/TestCases/deep_thread_stack.cc b/compiler-rt/test/asan/TestCases/Posix/deep_thread_stack.cc index 535da79ff58..535da79ff58 100644 --- a/compiler-rt/test/asan/TestCases/deep_thread_stack.cc +++ b/compiler-rt/test/asan/TestCases/Posix/deep_thread_stack.cc diff --git a/compiler-rt/test/asan/TestCases/dlclose-test.cc b/compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc index 369abd3127c..369abd3127c 100644 --- a/compiler-rt/test/asan/TestCases/dlclose-test.cc +++ b/compiler-rt/test/asan/TestCases/Posix/dlclose-test.cc diff --git a/compiler-rt/test/asan/TestCases/free_hook_realloc.cc b/compiler-rt/test/asan/TestCases/Posix/free_hook_realloc.cc index cbc5d6fed56..cbc5d6fed56 100644 --- a/compiler-rt/test/asan/TestCases/free_hook_realloc.cc +++ b/compiler-rt/test/asan/TestCases/Posix/free_hook_realloc.cc diff --git a/compiler-rt/test/asan/TestCases/gc-test.cc b/compiler-rt/test/asan/TestCases/Posix/gc-test.cc index 3fedd6a68d3..3fedd6a68d3 100644 --- a/compiler-rt/test/asan/TestCases/gc-test.cc +++ b/compiler-rt/test/asan/TestCases/Posix/gc-test.cc diff --git a/compiler-rt/test/asan/TestCases/init-order-pthread-create.cc b/compiler-rt/test/asan/TestCases/Posix/init-order-pthread-create.cc index 12362fc440d..d8c83440baa 100644 --- a/compiler-rt/test/asan/TestCases/init-order-pthread-create.cc +++ b/compiler-rt/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/compiler-rt/test/asan/TestCases/stack-overflow.cc b/compiler-rt/test/asan/TestCases/Posix/stack-overflow.cc index d792c466f97..d792c466f97 100644 --- a/compiler-rt/test/asan/TestCases/stack-overflow.cc +++ b/compiler-rt/test/asan/TestCases/Posix/stack-overflow.cc diff --git a/compiler-rt/test/asan/TestCases/stack-use-after-return.cc b/compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cc index 669e8703b82..669e8703b82 100644 --- a/compiler-rt/test/asan/TestCases/stack-use-after-return.cc +++ b/compiler-rt/test/asan/TestCases/Posix/stack-use-after-return.cc |

