mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-11 18:01:34 +08:00
hugeval.x: XFAIL for VxWorks kernel mode.
gcc/testsuite/ * gcc.c-torture/execute/ieee/hugeval.x: XFAIL for VxWorks kernel mode. From-SVN: r122702
This commit is contained in:
parent
e3045e7a13
commit
9d002493d4
@ -1,3 +1,8 @@
|
||||
2007-03-08 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* gcc.c-torture/execute/ieee/hugeval.x: XFAIL for VxWorks kernel
|
||||
mode.
|
||||
|
||||
2007-03-08 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* gcc.c-torture/execute/builtins/memmove-lib.c: Include lib/bzero.c
|
||||
|
@ -6,5 +6,18 @@ if { [istarget "hppa*-*-hpux9*"] || [istarget "hppa*-*-hpux10*"] } {
|
||||
set torture_execute_xfail "$target_triplet"
|
||||
}
|
||||
|
||||
# VxWorks kernel mode has the same problem.
|
||||
if {[istarget "*-*-vxworks*"]} {
|
||||
set torture_eval_before_execute {
|
||||
global compiler_conditional_xfail_data
|
||||
set compiler_conditional_xfail_data {
|
||||
"The kernel HUGE_VAL is defined to DBL_MAX instead of +Inf."
|
||||
{ "*-*-*" }
|
||||
{}
|
||||
{ "-mrtp" }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return 0
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user