From b680e9742a6e938215eded65a8374bc01487995f Mon Sep 17 00:00:00 2001 From: Francis Ricci Date: Fri, 12 May 2017 16:01:15 +0000 Subject: [PATCH] Disable two failing darwin lsan tests These are causing buildbot failures, disable for now. llvm-svn: 302912 --- compiler-rt/test/lsan/TestCases/link_turned_off.cc | 2 ++ compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc | 2 ++ 2 files changed, 4 insertions(+) diff --git a/compiler-rt/test/lsan/TestCases/link_turned_off.cc b/compiler-rt/test/lsan/TestCases/link_turned_off.cc index b8458de..325de18 100644 --- a/compiler-rt/test/lsan/TestCases/link_turned_off.cc +++ b/compiler-rt/test/lsan/TestCases/link_turned_off.cc @@ -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 diff --git a/compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc b/compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc index 9096985..7a51b5c 100644 --- a/compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc +++ b/compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc @@ -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 #include -- 2.7.4