mzero2.x: Adjust statement of where a failure is expected.
* gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of where a failure is expected. * gcc.c-torture/execute/ieee/rbug.x: Likewise. From-SVN: r38812
This commit is contained in:
parent
f7a80099bd
commit
18eb26d4fe
@ -1,3 +1,9 @@
|
||||
2000-01-08 Loren J. Rittle <ljrittle@acm.org>
|
||||
|
||||
* gcc.c-torture/execute/ieee/mzero2.x: Adjust statement of
|
||||
where a failure is expected.
|
||||
* gcc.c-torture/execute/ieee/rbug.x: Likewise.
|
||||
|
||||
2001-01-08 Nathan Sidwell <nathan@codesourcery.com>
|
||||
|
||||
* g++.old_deja/g++.pt/instantiate12.C: New test.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# freebsd sets up the fpu with a different precision control which causes
|
||||
# this test to "fail".
|
||||
if { [istarget "i?86-*-freebsd*"] } {
|
||||
if { [istarget "i?86-*-freebsd*\[123\]\.*"] } {
|
||||
set torture_execute_xfail "i?86-*-freebsd*"
|
||||
}
|
||||
return 0
|
||||
|
@ -6,7 +6,7 @@ if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
|
||||
|
||||
# freebsd sets up the fpu with a different precision control which causes
|
||||
# this test to "fail".
|
||||
if { [istarget "i?86-*-freebsd*"] } {
|
||||
if { [istarget "i?86-*-freebsd*\[123\]\.*"] } {
|
||||
set torture_execute_xfail "i?86-*-freebsd*"
|
||||
}
|
||||
return 0
|
||||
|
Loading…
Reference in New Issue
Block a user