Try to fix ARM buildbots
authorRenato Golin <renato.golin@linaro.org>
Sat, 22 Nov 2014 16:59:03 +0000 (16:59 +0000)
committerRenato Golin <renato.golin@linaro.org>
Sat, 22 Nov 2014 16:59:03 +0000 (16:59 +0000)
llvm-svn: 222619

compiler-rt/test/asan/TestCases/gc-test.cc
compiler-rt/test/asan/TestCases/heavy_uar_test.cc

index 08efd4f..ffbea85 100644 (file)
@@ -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>
index 9068da2..bfea520 100644 (file)
@@ -7,7 +7,6 @@
 
 // FIXME: Fix this test under GCC.
 // REQUIRES: Clang
-// XFAIL: armv7l-unknown-linux-gnueabihf
 
 #include <stdio.h>
 #include <string.h>