From: Jeff Cohen Date: Sat, 8 Jan 2005 23:44:03 +0000 (+0000) Subject: Test fails on all platforms, not just linux X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b56013dda5371aa32a634bc59878f754b537f874;p=oota-llvm.git 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 --- diff --git a/test/CFrontend/2004-03-07-BitfieldCrash.c b/test/CFrontend/2004-03-07-BitfieldCrash.c index e82ea139d41..438555b5a3a 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;