Commit 89d3246c authored by John Criswell's avatar John Criswell
Browse files

Mark these as failing on sparc instead of sparcv9.

The configure script no longer tells us that we're configuring for SparcV9
specifically.
2004-06-17-UnorderedCompares may work on SparcV8, but it's experiental
anyway.
2005-02-20-AggregateSAVEEXPR should fail on any Solaris machine, as Solaris
doesn't provide complex number support.

llvm-svn: 24155
parent 53bd0b01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// RUN: %llvmgcc -xc -std=c99 %s -c -o - | llvm-dis | grep -v llvm.isunordered | not grep call
// XFAIL: sparcv9|ia64
// XFAIL: sparc|ia64

#include <math.h>

+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
//  We could modify the test to use only GCC extensions, but I don't know if
//  that would change the nature of the test.
//
// XFAIL: sparcv9
// XFAIL: sparc

#include <complex.h>