Disable flaky ASan tests temporarily on darwin

llvm-svn: 303662
This commit is contained in:
Adam Nemet 2017-05-23 17:50:48 +00:00
parent d3106add77
commit 4f4748557e
2 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@
// RUN: %clangxx_asan -DWAIT3_RUSAGE -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -DWAIT3_RUSAGE -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: android
// UNSUPPORTED: android,darwin
#include <assert.h>
#include <sys/wait.h>

View File

@ -5,6 +5,7 @@
// RUN: %clangxx_asan -DWAIT4_RUSAGE -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s
// XFAIL: android
// UNSUPPORTED: darwin
#include <assert.h>
#include <sys/wait.h>