From e124a30fbe24120e718531922e451feb6b13d51d Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Fri, 6 Jun 2014 18:06:58 +0000 Subject: [PATCH] Un-xfail passing ARM Android tests llvm-svn: 210360 --- compiler-rt/test/asan/TestCases/Linux/clone_test.cc | 2 +- compiler-rt/test/asan/TestCases/Linux/glob.cc | 2 +- compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc | 2 +- compiler-rt/test/asan/TestCases/Linux/malloc_delete_mismatch.cc | 2 +- compiler-rt/test/asan/TestCases/Linux/ptrace.cc | 2 +- compiler-rt/test/asan/TestCases/Linux/stack-trace-dlclose.cc | 2 +- compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc | 2 +- compiler-rt/test/asan/TestCases/Posix/shared-lib-test.cc | 2 +- compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc | 2 +- compiler-rt/test/asan/TestCases/deep_stack_uaf.cc | 2 +- compiler-rt/test/asan/TestCases/double-free.cc | 2 +- compiler-rt/test/asan/TestCases/invalid-free.cc | 2 +- compiler-rt/test/asan/TestCases/large_func_test.cc | 2 +- compiler-rt/test/asan/TestCases/mmap_limit_mb.cc | 2 +- compiler-rt/test/asan/TestCases/sanity_check_pure_c.c | 2 +- compiler-rt/test/asan/TestCases/strncpy-overflow.cc | 2 +- compiler-rt/test/asan/TestCases/use-after-delete.cc | 2 +- compiler-rt/test/asan/TestCases/use-after-free-right.cc | 2 +- compiler-rt/test/asan/TestCases/use-after-free.cc | 2 +- compiler-rt/test/sanitizer_common/TestCases/Linux/ptrace.cc | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/compiler-rt/test/asan/TestCases/Linux/clone_test.cc b/compiler-rt/test/asan/TestCases/Linux/clone_test.cc index dfc8035..e9c1f16 100644 --- a/compiler-rt/test/asan/TestCases/Linux/clone_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/clone_test.cc @@ -5,7 +5,7 @@ // RUN: %clangxx_asan -O1 %s -o %t && %run %t | FileCheck %s // RUN: %clangxx_asan -O2 %s -o %t && %run %t | FileCheck %s // RUN: %clangxx_asan -O3 %s -o %t && %run %t | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/Linux/glob.cc b/compiler-rt/test/asan/TestCases/Linux/glob.cc index 3d81636..e0eeb33 100644 --- a/compiler-rt/test/asan/TestCases/Linux/glob.cc +++ b/compiler-rt/test/asan/TestCases/Linux/glob.cc @@ -3,7 +3,7 @@ // // RUN: %clangxx_asan -O0 %s -o %t && %run %t %p 2>&1 | FileCheck %s // RUN: %clangxx_asan -O3 %s -o %t && %run %t %p 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc b/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc index 0850228..bfea520 100644 --- a/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/heavy_uar_test.cc @@ -3,7 +3,7 @@ // RUN: not %run %t 2>&1 | FileCheck %s // RUN: %clangxx_asan -O2 %s -o %t && \ // RUN: not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi // FIXME: Fix this test under GCC. // REQUIRES: Clang diff --git a/compiler-rt/test/asan/TestCases/Linux/malloc_delete_mismatch.cc b/compiler-rt/test/asan/TestCases/Linux/malloc_delete_mismatch.cc index d11bcdc..085eb15 100644 --- a/compiler-rt/test/asan/TestCases/Linux/malloc_delete_mismatch.cc +++ b/compiler-rt/test/asan/TestCases/Linux/malloc_delete_mismatch.cc @@ -12,7 +12,7 @@ // Also works if no malloc context is available. // RUN: ASAN_OPTIONS=alloc_dealloc_mismatch=1:malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s // RUN: ASAN_OPTIONS=alloc_dealloc_mismatch=1:malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include static volatile char *x; diff --git a/compiler-rt/test/asan/TestCases/Linux/ptrace.cc b/compiler-rt/test/asan/TestCases/Linux/ptrace.cc index e0a537a..45febd3 100644 --- a/compiler-rt/test/asan/TestCases/Linux/ptrace.cc +++ b/compiler-rt/test/asan/TestCases/Linux/ptrace.cc @@ -3,7 +3,7 @@ // // RUN: %clangxx_asan -O0 %s -o %t && %run %t // RUN: %clangxx_asan -DPOSITIVE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/Linux/stack-trace-dlclose.cc b/compiler-rt/test/asan/TestCases/Linux/stack-trace-dlclose.cc index 0cce1b5..44c8a03 100644 --- a/compiler-rt/test/asan/TestCases/Linux/stack-trace-dlclose.cc +++ b/compiler-rt/test/asan/TestCases/Linux/stack-trace-dlclose.cc @@ -4,7 +4,7 @@ // RUN: %clangxx_asan -DSHARED %s -shared -o %T/stack_trace_dlclose.so -fPIC // RUN: %clangxx_asan -DSO_DIR=\"%T\" %s -o %t // RUN: ASAN_OPTIONS=exitcode=0 %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc b/compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc index 649f48b..84dc1c2 100644 --- a/compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc +++ b/compiler-rt/test/asan/TestCases/Posix/asan-symbolize-sanity-test.cc @@ -7,7 +7,7 @@ // RUN: %clangxx_asan -O0 -DSHARED_LIB %s -fPIC -shared -o %t-so.so // RUN: %clangxx_asan -O0 %s -ldl -o %t // RUN: env ASAN_OPTIONS=symbolize=0 not %run %t 2>&1 | %asan_symbolize | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #if !defined(SHARED_LIB) #include diff --git a/compiler-rt/test/asan/TestCases/Posix/shared-lib-test.cc b/compiler-rt/test/asan/TestCases/Posix/shared-lib-test.cc index e96623c..21f26b3 100644 --- a/compiler-rt/test/asan/TestCases/Posix/shared-lib-test.cc +++ b/compiler-rt/test/asan/TestCases/Posix/shared-lib-test.cc @@ -6,7 +6,7 @@ // RUN: %clangxx_asan -O2 %s -ldl -o %t && not %run %t 2>&1 | FileCheck %s // RUN: %clangxx_asan -O3 -DSHARED_LIB %s -fPIC -shared -o %t-so.so // RUN: %clangxx_asan -O3 %s -ldl -o %t && not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #if !defined(SHARED_LIB) #include diff --git a/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc b/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc index 81563a0..43023fb 100644 --- a/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc +++ b/compiler-rt/test/asan/TestCases/Posix/start-deactivated.cc @@ -6,7 +6,7 @@ // RUN: %clangxx -O0 %s -c -o %t.o // RUN: %clangxx_asan -O0 %t.o -ldl -o %t // RUN: ASAN_OPTIONS=start_deactivated=1 not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #if !defined(SHARED_LIB) #include diff --git a/compiler-rt/test/asan/TestCases/deep_stack_uaf.cc b/compiler-rt/test/asan/TestCases/deep_stack_uaf.cc index fc424e0..accb70c 100644 --- a/compiler-rt/test/asan/TestCases/deep_stack_uaf.cc +++ b/compiler-rt/test/asan/TestCases/deep_stack_uaf.cc @@ -2,7 +2,7 @@ // RUN: %clangxx_asan -O0 %s -o %t 2>&1 // RUN: env ASAN_OPTIONS=malloc_context_size=120:redzone=512 not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/double-free.cc b/compiler-rt/test/asan/TestCases/double-free.cc index 27f188a..212d7ea 100644 --- a/compiler-rt/test/asan/TestCases/double-free.cc +++ b/compiler-rt/test/asan/TestCases/double-free.cc @@ -4,7 +4,7 @@ // Also works if no malloc context is available. // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/invalid-free.cc b/compiler-rt/test/asan/TestCases/invalid-free.cc index 4bec52b..34018fb 100644 --- a/compiler-rt/test/asan/TestCases/invalid-free.cc +++ b/compiler-rt/test/asan/TestCases/invalid-free.cc @@ -4,7 +4,7 @@ // Also works if no malloc context is available. // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=0 not %run %t 2>&1 | FileCheck %s // RUN: env ASAN_OPTIONS=malloc_context_size=0:fast_unwind_on_malloc=1 not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/large_func_test.cc b/compiler-rt/test/asan/TestCases/large_func_test.cc index ac10e74..0d651f6 100644 --- a/compiler-rt/test/asan/TestCases/large_func_test.cc +++ b/compiler-rt/test/asan/TestCases/large_func_test.cc @@ -2,7 +2,7 @@ // RUN: %clangxx_asan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include __attribute__((noinline)) diff --git a/compiler-rt/test/asan/TestCases/mmap_limit_mb.cc b/compiler-rt/test/asan/TestCases/mmap_limit_mb.cc index 27d38fa..1d697ef 100644 --- a/compiler-rt/test/asan/TestCases/mmap_limit_mb.cc +++ b/compiler-rt/test/asan/TestCases/mmap_limit_mb.cc @@ -7,7 +7,7 @@ // RUN: env ASAN_OPTIONS=mmap_limit_mb=500 %run %t 50 1000000 // RUN: env ASAN_OPTIONS=mmap_limit_mb=500 not %run %t 500 16 2>&1 | FileCheck %s // RUN: env ASAN_OPTIONS=mmap_limit_mb=500 not %run %t 500 1000000 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/sanity_check_pure_c.c b/compiler-rt/test/asan/TestCases/sanity_check_pure_c.c index 43d795d..01d87e7 100644 --- a/compiler-rt/test/asan/TestCases/sanity_check_pure_c.c +++ b/compiler-rt/test/asan/TestCases/sanity_check_pure_c.c @@ -5,7 +5,7 @@ // Sanity checking a test in pure C with -pie. // RUN: %clang_asan -O2 %s -pie -fPIE -o %t // RUN: not %run %t 2>&1 | FileCheck %s -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include int main() { diff --git a/compiler-rt/test/asan/TestCases/strncpy-overflow.cc b/compiler-rt/test/asan/TestCases/strncpy-overflow.cc index 1c6eb8c..8001047 100644 --- a/compiler-rt/test/asan/TestCases/strncpy-overflow.cc +++ b/compiler-rt/test/asan/TestCases/strncpy-overflow.cc @@ -4,7 +4,7 @@ // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // REQUIRES: compiler-rt-optimized -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include diff --git a/compiler-rt/test/asan/TestCases/use-after-delete.cc b/compiler-rt/test/asan/TestCases/use-after-delete.cc index 3899683..f22e9e5 100644 --- a/compiler-rt/test/asan/TestCases/use-after-delete.cc +++ b/compiler-rt/test/asan/TestCases/use-after-delete.cc @@ -2,7 +2,7 @@ // RUN: %clangxx_asan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include int main() { diff --git a/compiler-rt/test/asan/TestCases/use-after-free-right.cc b/compiler-rt/test/asan/TestCases/use-after-free-right.cc index abe3659..68ac158 100644 --- a/compiler-rt/test/asan/TestCases/use-after-free-right.cc +++ b/compiler-rt/test/asan/TestCases/use-after-free-right.cc @@ -2,7 +2,7 @@ // RUN: %clangxx_asan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK -// XFAIL: arm +// XFAIL: arm-linux-gnueabi // Test use-after-free report in the case when access is at the right border of // the allocation. diff --git a/compiler-rt/test/asan/TestCases/use-after-free.cc b/compiler-rt/test/asan/TestCases/use-after-free.cc index 87a6e9f..0cd87ee 100644 --- a/compiler-rt/test/asan/TestCases/use-after-free.cc +++ b/compiler-rt/test/asan/TestCases/use-after-free.cc @@ -2,7 +2,7 @@ // RUN: %clangxx_asan -O1 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O2 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK // RUN: %clangxx_asan -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-%os --check-prefix=CHECK -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include int main() { diff --git a/compiler-rt/test/sanitizer_common/TestCases/Linux/ptrace.cc b/compiler-rt/test/sanitizer_common/TestCases/Linux/ptrace.cc index 5b6a3e9..797e7b4 100644 --- a/compiler-rt/test/sanitizer_common/TestCases/Linux/ptrace.cc +++ b/compiler-rt/test/sanitizer_common/TestCases/Linux/ptrace.cc @@ -1,5 +1,5 @@ // RUN: %clangxx -O0 %s -o %t && %run %t -// XFAIL: arm +// XFAIL: arm-linux-gnueabi #include #include -- 2.7.4