Disable two failing darwin lsan tests
authorFrancis Ricci <francisjricci@gmail.com>
Fri, 12 May 2017 16:01:15 +0000 (16:01 +0000)
committerFrancis Ricci <francisjricci@gmail.com>
Fri, 12 May 2017 16:01:15 +0000 (16:01 +0000)
These are causing buildbot failures, disable for now.

llvm-svn: 302912

compiler-rt/test/lsan/TestCases/link_turned_off.cc
compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc

index b8458de..325de18 100644 (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>
 
index 9096985..7a51b5c 100644 (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>