diff options
author | Greg Fitzgerald <gregf@codeaurora.org> | 2014-06-04 00:06:41 +0000 |
---|---|---|
committer | Greg Fitzgerald <gregf@codeaurora.org> | 2014-06-04 00:06:41 +0000 |
commit | 547f536bcf6a29ffd63b5f921c5c15732e17dd19 (patch) | |
tree | 72e70867016be334a19238df75c5fd6f1a0b3088 | |
parent | cb9f890b7710bb49c4eae1362374b6a1d184980f (diff) | |
download | bcm5719-llvm-547f536bcf6a29ffd63b5f921c5c15732e17dd19.tar.gz bcm5719-llvm-547f536bcf6a29ffd63b5f921c5c15732e17dd19.zip |
Disable unstable test on ARM
llvm-svn: 210140
-rw-r--r-- | compiler-rt/test/asan/TestCases/gc-test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/asan/TestCases/gc-test.cc b/compiler-rt/test/asan/TestCases/gc-test.cc index 958eb74d36d..ffbea85b265 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 <assert.h> #include <stdio.h> |