Mark this test as Darwin only.  Patch by Bill Wendling.

llvm-svn: 74829
diff --git a/llvm/test/FrontendC++/2009-06-30-ByrefBlock.cpp b/llvm/test/FrontendC++/2009-06-30-ByrefBlock.cpp
index 6f8869c5..be9c94f 100644
--- a/llvm/test/FrontendC++/2009-06-30-ByrefBlock.cpp
+++ b/llvm/test/FrontendC++/2009-06-30-ByrefBlock.cpp
@@ -1,6 +1,9 @@
-// Insure __block_holder_tmp is allocated on the stack.
+// Insure __block_holder_tmp is allocated on the stack.  Darwin only.
 // RUN: %llvmgxx %s -S -O2 -o - | egrep {__block_holder_tmp.*alloca}
+// XFAIL: *
+// XTARGET: darwin
 // <rdar://problem/5865221>
+// END.
 extern void fubar_dispatch_sync(void (^PP)(void));
 void fubar() {
   __block void *voodoo;