Disable two failing darwin lsan tests
authorFrancis Ricci <francisjricci@gmail.com>
Fri, 12 May 2017 16:52:19 +0000 (16:52 +0000)
committerFrancis Ricci <francisjricci@gmail.com>
Fri, 12 May 2017 16:52:19 +0000 (16:52 +0000)
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
compiler-rt/test/lsan/TestCases/recoverable_leak_check.cc

index 325de18..fd11272 100644 (file)
@@ -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>
 
index 7a51b5c..85988e2 100644 (file)
@@ -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>