diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/Linux/clone_test.cc | 1 | ||||
-rw-r--r-- | compiler-rt/test/asan/TestCases/printf-1.c | 1 | ||||
-rw-r--r-- | compiler-rt/test/asan/TestCases/printf-3.c | 1 | ||||
-rw-r--r-- | compiler-rt/test/asan/TestCases/printf-5.c | 1 | ||||
-rw-r--r-- | compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/compiler-rt/test/asan/TestCases/Linux/clone_test.cc b/compiler-rt/test/asan/TestCases/Linux/clone_test.cc index f114a1ae558..e9c1f166eb4 100644 --- a/compiler-rt/test/asan/TestCases/Linux/clone_test.cc +++ b/compiler-rt/test/asan/TestCases/Linux/clone_test.cc @@ -6,7 +6,6 @@ // RUN: %clangxx_asan -O2 %s -o %t && %run %t | FileCheck %s // RUN: %clangxx_asan -O3 %s -o %t && %run %t | FileCheck %s // XFAIL: arm-linux-gnueabi -// XFAIL: armv7l-unknown-linux-gnueabihf #include <stdio.h> #include <sched.h> diff --git a/compiler-rt/test/asan/TestCases/printf-1.c b/compiler-rt/test/asan/TestCases/printf-1.c index 7cda42accca..5657083c586 100644 --- a/compiler-rt/test/asan/TestCases/printf-1.c +++ b/compiler-rt/test/asan/TestCases/printf-1.c @@ -2,7 +2,6 @@ // RUN: env ASAN_OPTIONS=check_printf=1 %run %t 2>&1 | FileCheck %s // RUN: env ASAN_OPTIONS=check_printf=0 %run %t 2>&1 | FileCheck %s // RUN: %run %t 2>&1 | FileCheck %s -// XFAIL: armv7l-unknown-linux-gnueabihf #include <stdio.h> #if defined(_WIN32) diff --git a/compiler-rt/test/asan/TestCases/printf-3.c b/compiler-rt/test/asan/TestCases/printf-3.c index 2e72aa66848..d16833d83c6 100644 --- a/compiler-rt/test/asan/TestCases/printf-3.c +++ b/compiler-rt/test/asan/TestCases/printf-3.c @@ -5,7 +5,6 @@ // FIXME: printf is not intercepted on Windows yet. // XFAIL: win32 -// XFAIL: armv7l-unknown-linux-gnueabihf #include <stdio.h> int main() { diff --git a/compiler-rt/test/asan/TestCases/printf-5.c b/compiler-rt/test/asan/TestCases/printf-5.c index 25095514e79..ac2c1c4b299 100644 --- a/compiler-rt/test/asan/TestCases/printf-5.c +++ b/compiler-rt/test/asan/TestCases/printf-5.c @@ -6,7 +6,6 @@ // FIXME: printf is not intercepted on Windows yet. // XFAIL: win32 -// XFAIL: armv7l-unknown-linux-gnueabihf #include <stdio.h> #include <string.h> diff --git a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp index bdb808ad838..6d683878174 100644 --- a/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp +++ b/compiler-rt/test/ubsan/TestCases/TypeCheck/vptr.cpp @@ -25,7 +25,6 @@ // FIXME: This test produces linker errors on Darwin. // XFAIL: darwin -// XFAIL: armv7l-unknown-linux-gnueabihf extern "C" { const char *__ubsan_default_options() { |