From dbaacc75664e9322643b5a43cde6fc5e5e39e1b1 Mon Sep 17 00:00:00 2001 From: Maxim Ostapenko Date: Tue, 31 Jan 2017 12:59:04 +0000 Subject: [PATCH] [lsan] Disable stale_stack_leak.cc testcase on x86 llvm-svn: 293621 --- compiler-rt/test/lsan/TestCases/stale_stack_leak.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc b/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc index 43b0d26a4b67..d744e89edf55 100644 --- a/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc +++ b/compiler-rt/test/lsan/TestCases/stale_stack_leak.cc @@ -3,6 +3,9 @@ // RUN: %clangxx_lsan %s -o %t // RUN: LSAN_OPTIONS=$LSAN_BASE not %run %t 2>&1 | FileCheck %s // RUN: LSAN_OPTIONS=$LSAN_BASE":exitcode=0" %run %t 2>&1 | FileCheck --check-prefix=CHECK-sanity %s +// +// x86 passes parameters through stack that may lead to false negatives +// UNSPPORTED: x86 #include #include