aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2004-12-08 16:31:06 +0000
committerJohn Criswell <criswell@uiuc.edu>2004-12-08 16:31:06 +0000
commit207a6e9af39ef4c42bafd6ef5bfaa6d1db346b52 (patch)
tree77cdcef4a1a3c89d4d6ccf7de426a5ccff0fe6ac
parent129f94e09a2d0ad512a43ee9037daf7b216d5e42 (diff)
downloadexternal_llvm-207a6e9af39ef4c42bafd6ef5bfaa6d1db346b52.zip
external_llvm-207a6e9af39ef4c42bafd6ef5bfaa6d1db346b52.tar.gz
external_llvm-207a6e9af39ef4c42bafd6ef5bfaa6d1db346b52.tar.bz2
xfail this across all platforms.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18633 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CFrontend/2004-01-01-UnknownInitSize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2004-01-01-UnknownInitSize.c b/test/CFrontend/2004-01-01-UnknownInitSize.c
index c021c7a..7de3aba 100644
--- a/test/CFrontend/2004-01-01-UnknownInitSize.c
+++ b/test/CFrontend/2004-01-01-UnknownInitSize.c
@@ -3,7 +3,7 @@
/*
* This regression test ensures that the C front end can compile initializers
* even when it cannot determine the size (as below).
- * XFAIL: linux,darwin
+ * XFAIL: *
*/
struct one
{