mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-21 16:39:48 +08:00
strcmp-1.x: New file.
gcc/testsuite/ * gcc.c-torture/execute/strcmp-1.x: New file. XFAIL execution for VxWorks kernel mode. * gcc.c-torture/execute/strncmp-1.x: Likewise. From-SVN: r122703
This commit is contained in:
parent
9d002493d4
commit
0c705abc64
@ -1,3 +1,9 @@
|
||||
2007-03-08 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* gcc.c-torture/execute/strcmp-1.x: New file. XFAIL execution
|
||||
for VxWorks kernel mode.
|
||||
* gcc.c-torture/execute/strncmp-1.x: Likewise.
|
||||
|
||||
2007-03-08 Richard Sandiford <richard@codesourcery.com>
|
||||
|
||||
* gcc.c-torture/execute/ieee/hugeval.x: XFAIL for VxWorks kernel
|
||||
|
16
gcc/testsuite/gcc.c-torture/execute/strcmp-1.x
Normal file
16
gcc/testsuite/gcc.c-torture/execute/strcmp-1.x
Normal file
@ -0,0 +1,16 @@
|
||||
if {[istarget i?86-*-vxworks*]
|
||||
|| [istarget mips*-*-vxworks*]
|
||||
|| [istarget sh*-*-vxworks*]
|
||||
|| [istarget sparc*-*-vxworks*]} {
|
||||
# The kernel strcmp doesn't perform unsigned comparisons.
|
||||
set torture_eval_before_execute {
|
||||
global compiler_conditional_xfail_data
|
||||
set compiler_conditional_xfail_data {
|
||||
"The kernel strcmp doesn't perform unsigned comparisons."
|
||||
{ "*-*-*" }
|
||||
{}
|
||||
{ "-mrtp" }
|
||||
}
|
||||
}
|
||||
}
|
||||
return 0
|
16
gcc/testsuite/gcc.c-torture/execute/strncmp-1.x
Normal file
16
gcc/testsuite/gcc.c-torture/execute/strncmp-1.x
Normal file
@ -0,0 +1,16 @@
|
||||
if {[istarget i?86-*-vxworks*]
|
||||
|| [istarget mips*-*-vxworks*]
|
||||
|| [istarget sh*-*-vxworks*]
|
||||
|| [istarget sparc*-*-vxworks*]} {
|
||||
# The kernel strncmp doesn't perform unsigned comparisons.
|
||||
set torture_eval_before_execute {
|
||||
global compiler_conditional_xfail_data
|
||||
set compiler_conditional_xfail_data {
|
||||
"The kernel strncmp doesn't perform unsigned comparisons."
|
||||
{ "*-*-*" }
|
||||
{}
|
||||
{ "-mrtp" }
|
||||
}
|
||||
}
|
||||
}
|
||||
return 0
|
Loading…
Reference in New Issue
Block a user