summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-06-28 15:13:09 +0000
committerKuba Mracek <mracek@apple.com>2017-06-28 15:13:09 +0000
commitce65982ea149775a18ab26baa3d94751e8ffa160 (patch)
tree40af30c21a9eeace8f01b9e867da7858c5a22ebf
parentc0432d86aa5dceacc034fcbef81cb5270bf9840c (diff)
downloadbcm5719-llvm-ce65982ea149775a18ab26baa3d94751e8ffa160.tar.gz
bcm5719-llvm-ce65982ea149775a18ab26baa3d94751e8ffa160.zip
Revert r306504: Re-enable wait.cc, wait4.cc, waitid.cc tests on Darwin.
llvm-svn: 306551
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/wait.cc2
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/wait4.cc1
-rw-r--r--compiler-rt/test/asan/TestCases/Posix/waitid.cc2
3 files changed, 5 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/wait.cc b/compiler-rt/test/asan/TestCases/Posix/wait.cc
index 9fe9651bb8e..85e819369c0 100644
--- a/compiler-rt/test/asan/TestCases/Posix/wait.cc
+++ b/compiler-rt/test/asan/TestCases/Posix/wait.cc
@@ -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>
diff --git a/compiler-rt/test/asan/TestCases/Posix/wait4.cc b/compiler-rt/test/asan/TestCases/Posix/wait4.cc
index b95246efa0e..aee5570b82e 100644
--- a/compiler-rt/test/asan/TestCases/Posix/wait4.cc
+++ b/compiler-rt/test/asan/TestCases/Posix/wait4.cc
@@ -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>
diff --git a/compiler-rt/test/asan/TestCases/Posix/waitid.cc b/compiler-rt/test/asan/TestCases/Posix/waitid.cc
index 8b516dca908..20fb0c69438 100644
--- a/compiler-rt/test/asan/TestCases/Posix/waitid.cc
+++ b/compiler-rt/test/asan/TestCases/Posix/waitid.cc
@@ -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>
OpenPOWER on IntegriCloud