diff options
author | Renato Golin <renato.golin@linaro.org> | 2014-11-22 16:59:03 +0000 |
---|---|---|
committer | Renato Golin <renato.golin@linaro.org> | 2014-11-22 16:59:03 +0000 |
commit | 94a272d47980c61dd8fdf839c1307de406a9a58e (patch) | |
tree | e6190026b3b0f676a8fec1583fd3fa93160ea4ca | |
parent | 1f07d06d619f8bd99fe2abc3f5b8fb7bc489844f (diff) | |
download | bcm5719-llvm-94a272d47980c61dd8fdf839c1307de406a9a58e.tar.gz bcm5719-llvm-94a272d47980c61dd8fdf839c1307de406a9a58e.zip |
Try to fix ARM buildbots
llvm-svn: 222619
-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> |