[compiler-rt] r210140 - Disable unstable test on ARM
Greg Fitzgerald
gregf at codeaurora.org
Tue Jun 3 17:06:41 PDT 2014
Author: garious
Date: Tue Jun 3 19:06:41 2014
New Revision: 210140
URL: http://llvm.org/viewvc/llvm-project?rev=210140&view=rev
Log:
Disable unstable test on ARM
Modified:
compiler-rt/trunk/test/asan/TestCases/gc-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=210140&r1=210139&r2=210140&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/gc-test.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/gc-test.cc Tue Jun 3 19:06:41 2014
@@ -1,7 +1,7 @@
// RUN: %clangxx_asan %s -pthread -o %t
// 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
-// XFAIL: arm
+// REQUIRES: stable-runtime
#include <assert.h>
#include <stdio.h>
More information about the llvm-commits
mailing list