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

Alexey Samsonov vonosmas at gmail.com
Fri Feb 27 17:35:46 PST 2015


Author: samsonov
Date: Fri Feb 27 19:35:46 2015
New Revision: 230833

URL: http://llvm.org/viewvc/llvm-project?rev=230833&view=rev
Log:
[ASan] debug_stacks.cc was passing on ARM by accident, disable this test there for now.

Modified:
    compiler-rt/trunk/test/asan/TestCases/debug_stacks.cc

Modified: compiler-rt/trunk/test/asan/TestCases/debug_stacks.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/debug_stacks.cc?rev=230833&r1=230832&r2=230833&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/debug_stacks.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/debug_stacks.cc Fri Feb 27 19:35:46 2015
@@ -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>





More information about the llvm-commits mailing list