Disable two failing darwin lsan tests

These are causing buildbot failures, disable for now.

llvm-svn: 302912
This commit is contained in:
Francis Ricci 2017-05-12 16:01:15 +00:00
parent d4e1b00e7c
commit b680e9742a
2 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,8 @@
// RUN: %clangxx_lsan %s -o %t
// RUN: %env_lsan_opts=$LSAN_BASE %run %t
// RUN: %env_lsan_opts=$LSAN_BASE not %run %t foo 2>&1 | FileCheck %s
//
// XFAIL: darwin
#include <sanitizer/lsan_interface.h>

View File

@ -3,6 +3,8 @@
// RUN: %clangxx_lsan %s -o %t
// RUN: %env_lsan_opts=$LSAN_BASE %run %t foo 2>&1 | FileCheck %s
// RUN: %env_lsan_opts=$LSAN_BASE %run %t 2>&1 | FileCheck %s
//
// XFAIL: darwin
#include <assert.h>
#include <stdio.h>