diff options
| author | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-28 01:35:46 +0000 |
|---|---|---|
| committer | Alexey Samsonov <vonosmas@gmail.com> | 2015-02-28 01:35:46 +0000 |
| commit | 34dc40730a93ba5c652c0d1ecc6d906dadfcf252 (patch) | |
| tree | 28a5d4e096de7472aa2bebf79f465541d7a76a99 /compiler-rt | |
| parent | e6909e78862377934763a511124ec67a85642da7 (diff) | |
| download | bcm5719-llvm-34dc40730a93ba5c652c0d1ecc6d906dadfcf252.tar.gz bcm5719-llvm-34dc40730a93ba5c652c0d1ecc6d906dadfcf252.zip | |
[ASan] debug_stacks.cc was passing on ARM by accident, disable this test there for now.
llvm-svn: 230833
Diffstat (limited to 'compiler-rt')
| -rw-r--r-- | compiler-rt/test/asan/TestCases/debug_stacks.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/debug_stacks.cc b/compiler-rt/test/asan/TestCases/debug_stacks.cc index 57bb5465035..15af76dc438 100644 --- a/compiler-rt/test/asan/TestCases/debug_stacks.cc +++ b/compiler-rt/test/asan/TestCases/debug_stacks.cc @@ -2,6 +2,9 @@ // malloc and free stacks. // RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s +// FIXME: Figure out why allocation/free stack traces may be too short on ARM. +// REQUIRES: stable-runtime + #include <sanitizer/asan_interface.h> #include <stdio.h> #include <stdlib.h> |

