diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2015-06-16 18:52:31 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2015-06-16 18:52:31 +0000 |
commit | 187bfddb12d726b631f276595af8cdc53800e503 (patch) | |
tree | 9d94cb8c6da5bd1ee00c9854dc8f1ab2925d8098 /compiler-rt/test/safestack/pthread.c | |
parent | 8727100328d37f2027a66a7aeb79afdf5221778a (diff) | |
download | bcm5719-llvm-187bfddb12d726b631f276595af8cdc53800e503.tar.gz bcm5719-llvm-187bfddb12d726b631f276595af8cdc53800e503.zip |
SafeStack: XFAIL the pthread.c test on Darwin.
llvm-svn: 239841
Diffstat (limited to 'compiler-rt/test/safestack/pthread.c')
-rw-r--r-- | compiler-rt/test/safestack/pthread.c | 2 |
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> |