forked from OSchip/llvm-project
Disable two failing darwin lsan tests
These are causing buildbot failures, disable for now. llvm-svn: 302912
This commit is contained in:
parent
d4e1b00e7c
commit
b680e9742a
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue