summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Posix/wait4.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/asan/TestCases/Posix/wait4.cc')
-rw-r--r--test/asan/TestCases/Posix/wait4.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/wait4.cc b/test/asan/TestCases/Posix/wait4.cc
index b95246efa..aee5570b8 100644
--- a/test/asan/TestCases/Posix/wait4.cc
+++ b/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>