From: Renato Golin Date: Sat, 22 Nov 2014 16:59:03 +0000 (+0000) Subject: Try to fix ARM buildbots X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=94a272d47980c61dd8fdf839c1307de406a9a58e;p=platform%2Fupstream%2Fllvm.git Try to fix ARM buildbots llvm-svn: 222619 --- diff --git a/compiler-rt/test/asan/TestCases/gc-test.cc b/compiler-rt/test/asan/TestCases/gc-test.cc index 08efd4f..ffbea85 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 #include diff --git a/compiler-rt/test/asan/TestCases/heavy_uar_test.cc b/compiler-rt/test/asan/TestCases/heavy_uar_test.cc index 9068da2..bfea520 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 #include