From fb3d1ea063a6877c90862d03c4b03b6693431efc Mon Sep 17 00:00:00 2001 From: Francis Ricci Date: Fri, 12 May 2017 16:52:19 +0000 Subject: [PATCH] Disable two failing darwin lsan tests These tests don't fail consistently in all cases, but they fail most of the time on the buildbots. Mark as UNSUPPORTED for now to avoid buildbots failing due to XPASS. llvm-svn: 302920 --- compiler-rt/test/lsan/TestCases/link_turned_off.cc | 2 +- compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler-rt/test/lsan/TestCases/link_turned_off.cc b/compiler-rt/test/lsan/TestCases/link_turned_off.cc index 325de18..fd11272 100644 --- a/compiler-rt/test/lsan/TestCases/link_turned_off.cc +++ b/compiler-rt/test/lsan/TestCases/link_turned_off.cc @@ -4,7 +4,7 @@ // RUN: %env_lsan_opts=$LSAN_BASE %run %t // RUN: %env_lsan_opts=$LSAN_BASE not %run %t foo 2>&1 | FileCheck %s // -// XFAIL: darwin +// UNSUPPORTED: 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 7a51b5c..85988e2 100644 --- a/compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc +++ b/compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc @@ -4,7 +4,7 @@ // 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 +// UNSUPPORTED: darwin #include #include -- 2.7.4