summaryrefslogtreecommitdiff
path: root/test/safestack
diff options
context:
space:
mode:
authorPeter Collingbourne <peter@pcc.me.uk>2015-06-16 18:52:31 +0000
committerPeter Collingbourne <peter@pcc.me.uk>2015-06-16 18:52:31 +0000
commit561600cdec535bc25c85a5222c3b4fa82416f27b (patch)
treefc27d4a6c0c8844c4e62e0d2d4d980c4e76ec458 /test/safestack
parenta699fbae8c87945c1f65da6c836d9a0407de9893 (diff)
SafeStack: XFAIL the pthread.c test on Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@239841 91177308-0d34-0410-b5e6-96231b3b80d8
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>