* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.

From-SVN: r42044
This commit is contained in:
Mark Mitchell 2001-05-13 19:47:20 +00:00 committed by Mark Mitchell
parent d9835ae8a3
commit 6f22140248
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2001-05-13 Mark Mitchell <mark@codesourcery.com>
* gcc.c-torture/execute/ieee/rbug.x: XFAIL FreeBSD 4.x.
2001-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
* gcc.c-torture/execute/ieee/ieee.exp: Don't run ieee tests on VAX.

View File

@ -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*\[123\]\.*"] } {
if { [istarget "i?86-*-freebsd*\[1234\]\.*"] } {
set torture_execute_xfail "i?86-*-freebsd*"
}
return 0