diff options
-rw-r--r-- | compiler-rt/test/asan/TestCases/gc-test.cc | 1 | ||||
-rw-r--r-- | compiler-rt/test/asan/TestCases/heavy_uar_test.cc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/compiler-rt/test/asan/TestCases/gc-test.cc b/compiler-rt/test/asan/TestCases/gc-test.cc index 08efd4f9737..ffbea85b265 100644 --- a/compiler-rt/test/asan/TestCases/gc-test.cc +++ b/compiler-rt/test/asan/TestCases/gc-test.cc @@ -2,7 +2,6 @@ // RUN: env ASAN_OPTIONS=detect_stack_use_after_return=1 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK1 // RUN: env ASAN_OPTIONS=detect_stack_use_after_return=0 %run %t 2>&1 | FileCheck %s --check-prefix=CHECK0 // REQUIRES: stable-runtime -// XFAIL: armv7l-unknown-linux-gnueabihf #include <assert.h> #include <stdio.h> diff --git a/compiler-rt/test/asan/TestCases/heavy_uar_test.cc b/compiler-rt/test/asan/TestCases/heavy_uar_test.cc index 9068da2fd1c..bfea520717e 100644 --- a/compiler-rt/test/asan/TestCases/heavy_uar_test.cc +++ b/compiler-rt/test/asan/TestCases/heavy_uar_test.cc @@ -7,7 +7,6 @@ // FIXME: Fix this test under GCC. // REQUIRES: Clang -// XFAIL: armv7l-unknown-linux-gnueabihf #include <stdio.h> #include <string.h> |