Disable unstable test on ARM
authorGreg Fitzgerald <gregf@codeaurora.org>
Wed, 4 Jun 2014 00:06:41 +0000 (00:06 +0000)
committerGreg Fitzgerald <gregf@codeaurora.org>
Wed, 4 Jun 2014 00:06:41 +0000 (00:06 +0000)
llvm-svn: 210140

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

index 958eb74..ffbea85 100644 (file)
@@ -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>