diff options
| author | Alexey Samsonov <samsonov@google.com> | 2012-02-13 08:50:21 +0000 |
|---|---|---|
| committer | Alexey Samsonov <samsonov@google.com> | 2012-02-13 08:50:21 +0000 |
| commit | b30df37ebf9692ee9beb0054427ed1b9b7cd754f (patch) | |
| tree | e2a166793e0d35f9c3024bb2165be34e14851c71 /compiler-rt/lib | |
| parent | f9affd3a0c04d1a9b6c4753ca84819ab64a360c1 (diff) | |
| download | bcm5719-llvm-b30df37ebf9692ee9beb0054427ed1b9b7cd754f.tar.gz bcm5719-llvm-b30df37ebf9692ee9beb0054427ed1b9b7cd754f.zip | |
AddressSanitizer: move output tests to a separate directory
llvm-svn: 150367
Diffstat (limited to 'compiler-rt/lib')
| -rw-r--r-- | compiler-rt/lib/asan/Makefile.old | 2 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/clone_test.cc (renamed from compiler-rt/lib/asan/tests/clone_test.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/clone_test.tmpl (renamed from compiler-rt/lib/asan/tests/clone_test.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/deep_tail_call.cc (renamed from compiler-rt/lib/asan/tests/deep_tail_call.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/deep_tail_call.tmpl (renamed from compiler-rt/lib/asan/tests/deep_tail_call.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/dlclose-test-so.cc (renamed from compiler-rt/lib/asan/tests/dlclose-test-so.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/dlclose-test.cc (renamed from compiler-rt/lib/asan/tests/dlclose-test.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/dlclose-test.tmpl (renamed from compiler-rt/lib/asan/tests/dlclose-test.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/global-overflow.cc (renamed from compiler-rt/lib/asan/tests/global-overflow.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/global-overflow.tmpl (renamed from compiler-rt/lib/asan/tests/global-overflow.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/heap-overflow.cc (renamed from compiler-rt/lib/asan/tests/heap-overflow.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/heap-overflow.tmpl (renamed from compiler-rt/lib/asan/tests/heap-overflow.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/heap-overflow.tmpl.Darwin (renamed from compiler-rt/lib/asan/tests/heap-overflow.tmpl.Darwin) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/large_func_test.cc (renamed from compiler-rt/lib/asan/tests/large_func_test.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/large_func_test.tmpl (renamed from compiler-rt/lib/asan/tests/large_func_test.tmpl) | 0 | ||||
| -rwxr-xr-x | compiler-rt/lib/asan/output_tests/match_output.py (renamed from compiler-rt/lib/asan/tests/match_output.py) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/null_deref.cc (renamed from compiler-rt/lib/asan/tests/null_deref.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/null_deref.tmpl (renamed from compiler-rt/lib/asan/tests/null_deref.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/null_deref.tmpl.Darwin (renamed from compiler-rt/lib/asan/tests/null_deref.tmpl.Darwin) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/shared-lib-test-so.cc (renamed from compiler-rt/lib/asan/tests/shared-lib-test-so.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/shared-lib-test.cc (renamed from compiler-rt/lib/asan/tests/shared-lib-test.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/shared-lib-test.tmpl (renamed from compiler-rt/lib/asan/tests/shared-lib-test.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/stack-overflow.cc (renamed from compiler-rt/lib/asan/tests/stack-overflow.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/stack-overflow.tmpl (renamed from compiler-rt/lib/asan/tests/stack-overflow.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/stack-use-after-return.cc (renamed from compiler-rt/lib/asan/tests/stack-use-after-return.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/stack-use-after-return.disabled (renamed from compiler-rt/lib/asan/tests/stack-use-after-return.disabled) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/strncpy-overflow.cc (renamed from compiler-rt/lib/asan/tests/strncpy-overflow.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/strncpy-overflow.tmpl (renamed from compiler-rt/lib/asan/tests/strncpy-overflow.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/strncpy-overflow.tmpl.Darwin (renamed from compiler-rt/lib/asan/tests/strncpy-overflow.tmpl.Darwin) | 0 | ||||
| -rwxr-xr-x | compiler-rt/lib/asan/output_tests/test_output.sh (renamed from compiler-rt/lib/asan/tests/test_output.sh) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/use-after-free.c (renamed from compiler-rt/lib/asan/tests/use-after-free.c) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/use-after-free.cc (renamed from compiler-rt/lib/asan/tests/use-after-free.cc) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/use-after-free.tmpl (renamed from compiler-rt/lib/asan/tests/use-after-free.tmpl) | 0 | ||||
| -rw-r--r-- | compiler-rt/lib/asan/output_tests/use-after-free.tmpl.Darwin (renamed from compiler-rt/lib/asan/tests/use-after-free.tmpl.Darwin) | 0 |
34 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/Makefile.old b/compiler-rt/lib/asan/Makefile.old index 1573c789e93..5b78ad5971e 100644 --- a/compiler-rt/lib/asan/Makefile.old +++ b/compiler-rt/lib/asan/Makefile.old @@ -213,7 +213,7 @@ test: t64 t32 output_tests lint @echo "ALL TESTS PASSED" output_tests: b32 b64 - cd tests && ./test_output.sh $(CLANG_CXX) $(CLANG_CC) + cd output_tests && ./test_output.sh $(CLANG_CXX) $(CLANG_CC) t64: b64 $(BIN)/asan_test64 diff --git a/compiler-rt/lib/asan/tests/clone_test.cc b/compiler-rt/lib/asan/output_tests/clone_test.cc index 6a615acd014..6a615acd014 100644 --- a/compiler-rt/lib/asan/tests/clone_test.cc +++ b/compiler-rt/lib/asan/output_tests/clone_test.cc diff --git a/compiler-rt/lib/asan/tests/clone_test.tmpl b/compiler-rt/lib/asan/output_tests/clone_test.tmpl index 53cdf1e9393..53cdf1e9393 100644 --- a/compiler-rt/lib/asan/tests/clone_test.tmpl +++ b/compiler-rt/lib/asan/output_tests/clone_test.tmpl diff --git a/compiler-rt/lib/asan/tests/deep_tail_call.cc b/compiler-rt/lib/asan/output_tests/deep_tail_call.cc index bf6225e2580..bf6225e2580 100644 --- a/compiler-rt/lib/asan/tests/deep_tail_call.cc +++ b/compiler-rt/lib/asan/output_tests/deep_tail_call.cc diff --git a/compiler-rt/lib/asan/tests/deep_tail_call.tmpl b/compiler-rt/lib/asan/output_tests/deep_tail_call.tmpl index 8a31d932232..8a31d932232 100644 --- a/compiler-rt/lib/asan/tests/deep_tail_call.tmpl +++ b/compiler-rt/lib/asan/output_tests/deep_tail_call.tmpl diff --git a/compiler-rt/lib/asan/tests/dlclose-test-so.cc b/compiler-rt/lib/asan/output_tests/dlclose-test-so.cc index fae2f813abb..fae2f813abb 100644 --- a/compiler-rt/lib/asan/tests/dlclose-test-so.cc +++ b/compiler-rt/lib/asan/output_tests/dlclose-test-so.cc diff --git a/compiler-rt/lib/asan/tests/dlclose-test.cc b/compiler-rt/lib/asan/output_tests/dlclose-test.cc index 307886667b1..307886667b1 100644 --- a/compiler-rt/lib/asan/tests/dlclose-test.cc +++ b/compiler-rt/lib/asan/output_tests/dlclose-test.cc diff --git a/compiler-rt/lib/asan/tests/dlclose-test.tmpl b/compiler-rt/lib/asan/output_tests/dlclose-test.tmpl index 7ef22e9a431..7ef22e9a431 100644 --- a/compiler-rt/lib/asan/tests/dlclose-test.tmpl +++ b/compiler-rt/lib/asan/output_tests/dlclose-test.tmpl diff --git a/compiler-rt/lib/asan/tests/global-overflow.cc b/compiler-rt/lib/asan/output_tests/global-overflow.cc index b85c4d2a18b..b85c4d2a18b 100644 --- a/compiler-rt/lib/asan/tests/global-overflow.cc +++ b/compiler-rt/lib/asan/output_tests/global-overflow.cc diff --git a/compiler-rt/lib/asan/tests/global-overflow.tmpl b/compiler-rt/lib/asan/output_tests/global-overflow.tmpl index c5d54428143..c5d54428143 100644 --- a/compiler-rt/lib/asan/tests/global-overflow.tmpl +++ b/compiler-rt/lib/asan/output_tests/global-overflow.tmpl diff --git a/compiler-rt/lib/asan/tests/heap-overflow.cc b/compiler-rt/lib/asan/output_tests/heap-overflow.cc index 475d1637385..475d1637385 100644 --- a/compiler-rt/lib/asan/tests/heap-overflow.cc +++ b/compiler-rt/lib/asan/output_tests/heap-overflow.cc diff --git a/compiler-rt/lib/asan/tests/heap-overflow.tmpl b/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl index e2ab65f17d8..e2ab65f17d8 100644 --- a/compiler-rt/lib/asan/tests/heap-overflow.tmpl +++ b/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl diff --git a/compiler-rt/lib/asan/tests/heap-overflow.tmpl.Darwin b/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl.Darwin index cb76269d7f7..cb76269d7f7 100644 --- a/compiler-rt/lib/asan/tests/heap-overflow.tmpl.Darwin +++ b/compiler-rt/lib/asan/output_tests/heap-overflow.tmpl.Darwin diff --git a/compiler-rt/lib/asan/tests/large_func_test.cc b/compiler-rt/lib/asan/output_tests/large_func_test.cc index 70bc36f40b8..70bc36f40b8 100644 --- a/compiler-rt/lib/asan/tests/large_func_test.cc +++ b/compiler-rt/lib/asan/output_tests/large_func_test.cc diff --git a/compiler-rt/lib/asan/tests/large_func_test.tmpl b/compiler-rt/lib/asan/output_tests/large_func_test.tmpl index 45a13d0bc5b..45a13d0bc5b 100644 --- a/compiler-rt/lib/asan/tests/large_func_test.tmpl +++ b/compiler-rt/lib/asan/output_tests/large_func_test.tmpl diff --git a/compiler-rt/lib/asan/tests/match_output.py b/compiler-rt/lib/asan/output_tests/match_output.py index 31095f3f62f..31095f3f62f 100755 --- a/compiler-rt/lib/asan/tests/match_output.py +++ b/compiler-rt/lib/asan/output_tests/match_output.py diff --git a/compiler-rt/lib/asan/tests/null_deref.cc b/compiler-rt/lib/asan/output_tests/null_deref.cc index f7ba4dd5f63..f7ba4dd5f63 100644 --- a/compiler-rt/lib/asan/tests/null_deref.cc +++ b/compiler-rt/lib/asan/output_tests/null_deref.cc diff --git a/compiler-rt/lib/asan/tests/null_deref.tmpl b/compiler-rt/lib/asan/output_tests/null_deref.tmpl index d27cccc06bc..d27cccc06bc 100644 --- a/compiler-rt/lib/asan/tests/null_deref.tmpl +++ b/compiler-rt/lib/asan/output_tests/null_deref.tmpl diff --git a/compiler-rt/lib/asan/tests/null_deref.tmpl.Darwin b/compiler-rt/lib/asan/output_tests/null_deref.tmpl.Darwin index 8c121431ec5..8c121431ec5 100644 --- a/compiler-rt/lib/asan/tests/null_deref.tmpl.Darwin +++ b/compiler-rt/lib/asan/output_tests/null_deref.tmpl.Darwin diff --git a/compiler-rt/lib/asan/tests/shared-lib-test-so.cc b/compiler-rt/lib/asan/output_tests/shared-lib-test-so.cc index c3b3bc22aed..c3b3bc22aed 100644 --- a/compiler-rt/lib/asan/tests/shared-lib-test-so.cc +++ b/compiler-rt/lib/asan/output_tests/shared-lib-test-so.cc diff --git a/compiler-rt/lib/asan/tests/shared-lib-test.cc b/compiler-rt/lib/asan/output_tests/shared-lib-test.cc index e492572c728..e492572c728 100644 --- a/compiler-rt/lib/asan/tests/shared-lib-test.cc +++ b/compiler-rt/lib/asan/output_tests/shared-lib-test.cc diff --git a/compiler-rt/lib/asan/tests/shared-lib-test.tmpl b/compiler-rt/lib/asan/output_tests/shared-lib-test.tmpl index 564e3eb5cb8..564e3eb5cb8 100644 --- a/compiler-rt/lib/asan/tests/shared-lib-test.tmpl +++ b/compiler-rt/lib/asan/output_tests/shared-lib-test.tmpl diff --git a/compiler-rt/lib/asan/tests/stack-overflow.cc b/compiler-rt/lib/asan/output_tests/stack-overflow.cc index dd86aa32514..dd86aa32514 100644 --- a/compiler-rt/lib/asan/tests/stack-overflow.cc +++ b/compiler-rt/lib/asan/output_tests/stack-overflow.cc diff --git a/compiler-rt/lib/asan/tests/stack-overflow.tmpl b/compiler-rt/lib/asan/output_tests/stack-overflow.tmpl index 6aa717a82b2..6aa717a82b2 100644 --- a/compiler-rt/lib/asan/tests/stack-overflow.tmpl +++ b/compiler-rt/lib/asan/output_tests/stack-overflow.tmpl diff --git a/compiler-rt/lib/asan/tests/stack-use-after-return.cc b/compiler-rt/lib/asan/output_tests/stack-use-after-return.cc index 9098edf0adb..9098edf0adb 100644 --- a/compiler-rt/lib/asan/tests/stack-use-after-return.cc +++ b/compiler-rt/lib/asan/output_tests/stack-use-after-return.cc diff --git a/compiler-rt/lib/asan/tests/stack-use-after-return.disabled b/compiler-rt/lib/asan/output_tests/stack-use-after-return.disabled index 02729bc43a7..02729bc43a7 100644 --- a/compiler-rt/lib/asan/tests/stack-use-after-return.disabled +++ b/compiler-rt/lib/asan/output_tests/stack-use-after-return.disabled diff --git a/compiler-rt/lib/asan/tests/strncpy-overflow.cc b/compiler-rt/lib/asan/output_tests/strncpy-overflow.cc index 044f6494bfa..044f6494bfa 100644 --- a/compiler-rt/lib/asan/tests/strncpy-overflow.cc +++ b/compiler-rt/lib/asan/output_tests/strncpy-overflow.cc diff --git a/compiler-rt/lib/asan/tests/strncpy-overflow.tmpl b/compiler-rt/lib/asan/output_tests/strncpy-overflow.tmpl index 3780aa81921..3780aa81921 100644 --- a/compiler-rt/lib/asan/tests/strncpy-overflow.tmpl +++ b/compiler-rt/lib/asan/output_tests/strncpy-overflow.tmpl diff --git a/compiler-rt/lib/asan/tests/strncpy-overflow.tmpl.Darwin b/compiler-rt/lib/asan/output_tests/strncpy-overflow.tmpl.Darwin index 80919e6c519..80919e6c519 100644 --- a/compiler-rt/lib/asan/tests/strncpy-overflow.tmpl.Darwin +++ b/compiler-rt/lib/asan/output_tests/strncpy-overflow.tmpl.Darwin diff --git a/compiler-rt/lib/asan/tests/test_output.sh b/compiler-rt/lib/asan/output_tests/test_output.sh index f619244b46b..f619244b46b 100755 --- a/compiler-rt/lib/asan/tests/test_output.sh +++ b/compiler-rt/lib/asan/output_tests/test_output.sh diff --git a/compiler-rt/lib/asan/tests/use-after-free.c b/compiler-rt/lib/asan/output_tests/use-after-free.c index 801d3f68a46..801d3f68a46 100644 --- a/compiler-rt/lib/asan/tests/use-after-free.c +++ b/compiler-rt/lib/asan/output_tests/use-after-free.c diff --git a/compiler-rt/lib/asan/tests/use-after-free.cc b/compiler-rt/lib/asan/output_tests/use-after-free.cc index 60626bff778..60626bff778 100644 --- a/compiler-rt/lib/asan/tests/use-after-free.cc +++ b/compiler-rt/lib/asan/output_tests/use-after-free.cc diff --git a/compiler-rt/lib/asan/tests/use-after-free.tmpl b/compiler-rt/lib/asan/output_tests/use-after-free.tmpl index c4b5c74d988..c4b5c74d988 100644 --- a/compiler-rt/lib/asan/tests/use-after-free.tmpl +++ b/compiler-rt/lib/asan/output_tests/use-after-free.tmpl diff --git a/compiler-rt/lib/asan/tests/use-after-free.tmpl.Darwin b/compiler-rt/lib/asan/output_tests/use-after-free.tmpl.Darwin index f4f66cd8e18..f4f66cd8e18 100644 --- a/compiler-rt/lib/asan/tests/use-after-free.tmpl.Darwin +++ b/compiler-rt/lib/asan/output_tests/use-after-free.tmpl.Darwin |

