[compiler-rt] r293621 - [lsan] Disable stale_stack_leak.cc testcase on x86

Maxim Ostapenko via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 04:59:04 PST 2017


Author: chefmax
Date: Tue Jan 31 06:59:04 2017
New Revision: 293621

URL: http://llvm.org/viewvc/llvm-project?rev=293621&view=rev
Log:
[lsan] Disable stale_stack_leak.cc testcase on x86

Modified:
    compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc

Modified: compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc?rev=293621&r1=293620&r2=293621&view=diff
==============================================================================
--- compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc (original)
+++ compiler-rt/trunk/test/lsan/TestCases/stale_stack_leak.cc Tue Jan 31 06:59:04 2017
@@ -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>




More information about the llvm-commits mailing list