Tests va-arg-1[567].c Marked to Fail on Irix6*
Jeffrey Oldham
oldham@codesourcery.com
Tue Nov 7 15:49:00 GMT 2000
Per Kaveh R. Ghazi (<ghazi@caip.rutgers.edu>)'s request, these tests
now marked to fail for Irix6*.
2000-11-07 Jeffrey Oldham <oldham@oz.codesourcery.com>
* gcc.c-torture/execute/va-arg-15.x: Changed to mips*-sgi-irix6.*.
* gcc.c-torture/execute/va-arg-16.x: Likewise.
* gcc.c-torture/execute/va-arg-17.x: Likewise.
Thanks to Kaveh.
Jeffrey D. Oldham
oldham@codesourcery.com
Index: va-arg-15.x
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-15.x,v
retrieving revision 1.1
diff -c -p -r1.1 va-arg-15.x
*** va-arg-15.x 2000/11/07 22:07:55 1.1
--- va-arg-15.x 2000/11/07 23:43:56
***************
*** 1,7 ****
# This doesn't work on MIPS Irix.
! if { [istarget "mips-sgi-irix6.5"] } {
! set torture_execute_xfail "mips-sgi-irix6.5"
}
return 0
--- 1,7 ----
# This doesn't work on MIPS Irix.
! if { [istarget "mips*-sgi-irix6*"] } {
! set torture_execute_xfail "mips*-sgi-irix6*"
}
return 0
Index: va-arg-16.x
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-16.x,v
retrieving revision 1.1
diff -c -p -r1.1 va-arg-16.x
*** va-arg-16.x 2000/11/07 22:07:55 1.1
--- va-arg-16.x 2000/11/07 23:43:56
***************
*** 1,7 ****
# This doesn't work on MIPS Irix.
! if { [istarget "mips-sgi-irix6.5"] } {
! set torture_execute_xfail "mips-sgi-irix6.5"
}
return 0
--- 1,7 ----
# This doesn't work on MIPS Irix.
! if { [istarget "mips*-sgi-irix6*"] } {
! set torture_execute_xfail "mips*-sgi-irix6*"
}
return 0
Index: va-arg-17.x
===================================================================
RCS file: /cvs/gcc/egcs/gcc/testsuite/gcc.c-torture/execute/va-arg-17.x,v
retrieving revision 1.1
diff -c -p -r1.1 va-arg-17.x
*** va-arg-17.x 2000/11/07 22:07:55 1.1
--- va-arg-17.x 2000/11/07 23:43:56
***************
*** 1,7 ****
# This doesn't work on MIPS Irix.
! if { [istarget "mips-sgi-irix6.5"] } {
! set torture_execute_xfail "mips-sgi-irix6.5"
}
return 0
--- 1,7 ----
# This doesn't work on MIPS Irix.
! if { [istarget "mips*-sgi-irix6*"] } {
! set torture_execute_xfail "mips*-sgi-irix6*"
}
return 0
More information about the Gcc-patches
mailing list