aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorStuart Hastings <stuart@apple.com>2009-07-06 15:36:23 +0000
committerStuart Hastings <stuart@apple.com>2009-07-06 15:36:23 +0000
commitb08ec10d5a6e71d7f258945f7034c7f653378400 (patch)
tree00452fb151614819df566f5305bf864035f8b653 /test
parent8895e1d95e4e1c9cc34e4dddcdd162f4e5a207ae (diff)
downloadexternal_llvm-b08ec10d5a6e71d7f258945f7034c7f653378400.zip
external_llvm-b08ec10d5a6e71d7f258945f7034c7f653378400.tar.gz
external_llvm-b08ec10d5a6e71d7f258945f7034c7f653378400.tar.bz2
Mark this test as Darwin only. Patch by Bill Wendling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74829 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/FrontendC++/2009-06-30-ByrefBlock.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/FrontendC++/2009-06-30-ByrefBlock.cpp b/test/FrontendC++/2009-06-30-ByrefBlock.cpp
index 6f8869c..be9c94f 100644
--- a/test/FrontendC++/2009-06-30-ByrefBlock.cpp
+++ b/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;