From 94a44ec2b58ed284cb7175b7ed605ae8675a7de9 Mon Sep 17 00:00:00 2001 From: Evgeniy Stepanov Date: Thu, 21 Apr 2016 18:18:09 +0000 Subject: [asan] Mark strdup test as unsupported on arm/linux. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@267028 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/asan/TestCases/strdup_oob_test.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/asan/TestCases/strdup_oob_test.cc b/test/asan/TestCases/strdup_oob_test.cc index dc9eec803..492555ad1 100644 --- a/test/asan/TestCases/strdup_oob_test.cc +++ b/test/asan/TestCases/strdup_oob_test.cc @@ -6,6 +6,9 @@ // When built as C on Linux, strdup is transformed to __strdup. // RUN: %clangxx_asan -O3 -xc %s -o %t && not %run %t 2>&1 | FileCheck %s +// Unwind problem on arm: "main" is missing from the allocation stack trace. +// UNSUPPORTED: armv7l-unknown-linux-gnueabihf + #include char kString[] = "foo"; -- cgit v1.2.3