summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--compiler-rt/test/safestack/pthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/safestack/pthread.c b/compiler-rt/test/safestack/pthread.c
index 1687c10a6ef..416586ee13e 100644
--- a/compiler-rt/test/safestack/pthread.c
+++ b/compiler-rt/test/safestack/pthread.c
@@ -1,6 +1,8 @@
// RUN: %clang_safestack %s -pthread -o %t
// RUN: %run %t
+// XFAIL: darwin
+
// Test that pthreads receive their own unsafe stack.
#include <stdlib.h>
OpenPOWER on IntegriCloud