920715-1.x: No longer expected to fail on the mn10200.

* gcc.c-torture/execute/920715-1.x: No longer expected to fail on
        the mn10200.
        * gcc.c-torture/execute/strct-varg-1.x: New file.  Expect failure on
        the mn10200.
        * gcc.c-torture/execute/va-arg-3.x: Similarly.
Minor testsuite cleanups.

From-SVN: r21113
This commit is contained in:
Jeffrey A Law 1998-07-13 21:29:27 +00:00 committed by Jeff Law
parent 74c55ab0bb
commit bb121ccecb
4 changed files with 23 additions and 2 deletions

View File

@ -1,3 +1,11 @@
Mon Jul 13 22:26:37 1998 Jeffrey A Law (law@cygnus.com)
* gcc.c-torture/execute/920715-1.x: No longer expected to fail on
the mn10200.
* gcc.c-torture/execute/strct-varg-1.x: New file. Expect failure on
the mn10200.
* gcc.c-torture/execute/va-arg-3.x: Similarly.
1998-07-13 Dave Love <d.love@dl.ac.uk>
* g77.f-torture/execute/auto0.f, g77.f-torture/execute/auto1.f:

View File

@ -1,9 +1,8 @@
# This doesn't work on h8300s
# It also doesn't work on d10v if doubles are not 64 bits
if { [istarget "h8300*-*-*"] || [istarget "mn10200*-*-*"] } {
if { [istarget "h8300*-*-*"] } {
set torture_execute_xfail "h8300*-*-*"
set torture_execute_xfail "mn10200*-*-*"
}
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {

View File

@ -0,0 +1,7 @@
# This doesn't work on mn10200
if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
return 0

View File

@ -0,0 +1,7 @@
# This doesn't work on mn10200
if { [istarget "mn10200*-*-*"] } {
set torture_execute_xfail "mn10200*-*-*"
}
return 0