diff options
| author | Kuba Mracek <mracek@apple.com> | 2017-06-28 15:13:09 +0000 |
|---|---|---|
| committer | Kuba Mracek <mracek@apple.com> | 2017-06-28 15:13:09 +0000 |
| commit | ce65982ea149775a18ab26baa3d94751e8ffa160 (patch) | |
| tree | 40af30c21a9eeace8f01b9e867da7858c5a22ebf | |
| parent | c0432d86aa5dceacc034fcbef81cb5270bf9840c (diff) | |
| download | bcm5719-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.cc | 2 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/wait4.cc | 1 | ||||
| -rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/waitid.cc | 2 |
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> |

