summaryrefslogtreecommitdiff
path: root/test/lsan
diff options
context:
space:
mode:
authorMaxim Ostapenko <m.ostapenko@partner.samsung.com>2017-01-31 12:59:04 +0000
committerMaxim Ostapenko <m.ostapenko@partner.samsung.com>2017-01-31 12:59:04 +0000
commit9a610686df19be115b950b57277a0f1ae5064d46 (patch)
tree77880f7ee114408576fca4e8cb552a9ef69c1b74 /test/lsan
parentf9b0137a0dafa41f6834fd25c1aebe6314091dec (diff)
[lsan] Disable stale_stack_leak.cc testcase on x86
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@293621 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lsan')
-rw-r--r--test/lsan/TestCases/stale_stack_leak.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lsan/TestCases/stale_stack_leak.cc b/test/lsan/TestCases/stale_stack_leak.cc
index 43b0d26a4..d744e89ed 100644
--- a/test/lsan/TestCases/stale_stack_leak.cc
+++ b/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 <stdio.h>
#include <stdlib.h>