[compiler-rt] r239841 - SafeStack: XFAIL the pthread.c test on Darwin.

Peter Collingbourne peter at pcc.me.uk
Tue Jun 16 11:52:31 PDT 2015


Author: pcc
Date: Tue Jun 16 13:52:31 2015
New Revision: 239841

URL: http://llvm.org/viewvc/llvm-project?rev=239841&view=rev
Log:
SafeStack: XFAIL the pthread.c test on Darwin.

Modified:
    compiler-rt/trunk/test/safestack/pthread.c

Modified: compiler-rt/trunk/test/safestack/pthread.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/safestack/pthread.c?rev=239841&r1=239840&r2=239841&view=diff
==============================================================================
--- compiler-rt/trunk/test/safestack/pthread.c (original)
+++ compiler-rt/trunk/test/safestack/pthread.c Tue Jun 16 13:52:31 2015
@@ -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>





More information about the llvm-commits mailing list