summaryrefslogtreecommitdiff
path: root/test/lsan/TestCases/stale_stack_leak.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/lsan/TestCases/stale_stack_leak.cc')
-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>