Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin.

llvm-svn: 306551
This commit is contained in:
Kuba Mracek 2017-06-28 15:13:09 +00:00
parent c0432d86aa
commit ce65982ea1
3 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,8 @@
// RUN: %clangxx_asan -DWAITPID -O0 %s -o %t && not %run %t 2>&1 | FileCheck %s
// RUN: %clangxx_asan -DWAITPID -O3 %s -o %t && not %run %t 2>&1 | FileCheck %s
// UNSUPPORTED: darwin
#include <assert.h>
#include <sys/wait.h>
#include <unistd.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>

View File

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