summaryrefslogtreecommitdiff
path: root/test/lsan
diff options
context:
space:
mode:
authorFrancis Ricci <francisjricci@gmail.com>2017-05-12 16:52:19 +0000
committerFrancis Ricci <francisjricci@gmail.com>2017-05-12 16:52:19 +0000
commitec190012e56077b3c7e4b70869864f17a7dbbd01 (patch)
treeedf7945d04a4c391fb6fae31f11f356998cbfb08 /test/lsan
parent088c87e0fb81485d8e5b37f6761bd41782b1570f (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@302920 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/lsan')
-rw-r--r--test/lsan/TestCases/link_turned_off.cc2
-rw-r--r--test/lsan/TestCases/recoverable_leak_check.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/lsan/TestCases/link_turned_off.cc b/test/lsan/TestCases/link_turned_off.cc
index 325de18fb..fd11272ce 100644
--- a/test/lsan/TestCases/link_turned_off.cc
+++ b/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 <sanitizer/lsan_interface.h>
diff --git a/test/lsan/TestCases/recoverable_leak_check.cc b/test/lsan/TestCases/recoverable_leak_check.cc
index 7a51b5cc0..85988e2c1 100644
--- a/test/lsan/TestCases/recoverable_leak_check.cc
+++ b/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 <assert.h>
#include <stdio.h>