[compiler-rt] r222619 - Try to fix ARM buildbots

Renato Golin renato.golin at linaro.org
Sat Nov 22 08:59:03 PST 2014


Author: rengolin
Date: Sat Nov 22 10:59:03 2014
New Revision: 222619

URL: http://llvm.org/viewvc/llvm-project?rev=222619&view=rev
Log:
Try to fix ARM buildbots

Modified:
    compiler-rt/trunk/test/asan/TestCases/gc-test.cc
    compiler-rt/trunk/test/asan/TestCases/heavy_uar_test.cc

Modified: compiler-rt/trunk/test/asan/TestCases/gc-test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/gc-test.cc?rev=222619&r1=222618&r2=222619&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/gc-test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/gc-test.cc Sat Nov 22 10:59:03 2014
@@ -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>

Modified: compiler-rt/trunk/test/asan/TestCases/heavy_uar_test.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/heavy_uar_test.cc?rev=222619&r1=222618&r2=222619&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/heavy_uar_test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/heavy_uar_test.cc Sat Nov 22 10:59:03 2014
@@ -7,7 +7,6 @@
 
 // FIXME: Fix this test under GCC.
 // REQUIRES: Clang
-// XFAIL: armv7l-unknown-linux-gnueabihf
 
 #include <stdio.h>
 #include <string.h>





More information about the llvm-commits mailing list