summaryrefslogtreecommitdiff
path: root/test/safestack
diff options
context:
space:
mode:
Diffstat (limited to 'test/safestack')
-rw-r--r--test/safestack/pthread.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/safestack/pthread.c b/test/safestack/pthread.c
index 1687c10a6..416586ee1 100644
--- a/test/safestack/pthread.c
+++ b/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>