[ASan] debug_stacks.cc was passing on ARM by accident, disable this test there for now.

llvm-svn: 230833
This commit is contained in:
Alexey Samsonov 2015-02-28 01:35:46 +00:00
parent e6909e7886
commit 34dc40730a
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@
// malloc and free stacks. // malloc and free stacks.
// RUN: %clangxx_asan -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s // 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 <sanitizer/asan_interface.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>