summaryrefslogtreecommitdiff
path: root/test/CFrontend
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2005-01-08 23:44:03 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2005-01-08 23:44:03 +0000
commitb56013dda5371aa32a634bc59878f754b537f874 (patch)
tree94ef5b0146a937f318d2fa9f1f97a4eb0c4bed48 /test/CFrontend
parent64e14b1679fa3649b286402ea254d663ac43ef91 (diff)
downloadllvm-b56013dda5371aa32a634bc59878f754b537f874.tar.gz
llvm-b56013dda5371aa32a634bc59878f754b537f874.tar.bz2
llvm-b56013dda5371aa32a634bc59878f754b537f874.tar.xz
Test fails on all platforms, not just linux
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19405 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend')
-rw-r--r--test/CFrontend/2004-03-07-BitfieldCrash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2004-03-07-BitfieldCrash.c b/test/CFrontend/2004-03-07-BitfieldCrash.c
index e82ea139d4..438555b5a3 100644
--- a/test/CFrontend/2004-03-07-BitfieldCrash.c
+++ b/test/CFrontend/2004-03-07-BitfieldCrash.c
@@ -1,7 +1,7 @@
// RUN: %llvmgcc -S %s -o /dev/null
/*
- * XFAIL: linux
+ * XFAIL: *
*/
struct s {
unsigned long long u33: 33;