[lsan] Disable stale_stack_leak.cc testcase on x86

llvm-svn: 293621
This commit is contained in:
Maxim Ostapenko 2017-01-31 12:59:04 +00:00
parent 143b58577d
commit dbaacc7566
1 changed files with 3 additions and 0 deletions

View File

@ -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>