From 547f536bcf6a29ffd63b5f921c5c15732e17dd19 Mon Sep 17 00:00:00 2001 From: Greg Fitzgerald Date: Wed, 4 Jun 2014 00:06:41 +0000 Subject: [PATCH] Disable unstable test on ARM llvm-svn: 210140 --- compiler-rt/test/asan/TestCases/gc-test.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt/test/asan/TestCases/gc-test.cc b/compiler-rt/test/asan/TestCases/gc-test.cc index 958eb74..ffbea85 100644 --- a/compiler-rt/test/asan/TestCases/gc-test.cc +++ b/compiler-rt/test/asan/TestCases/gc-test.cc @@ -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 #include -- 2.7.4