* [testsuite] Remove strcmp-1.c XFAIL
@ 2007-08-10 18:39 Richard Sandiford
2007-08-22 7:53 ` Richard Sandiford
0 siblings, 1 reply; 3+ messages in thread
From: Richard Sandiford @ 2007-08-10 18:39 UTC (permalink / raw)
To: gcc-patches
Earlier versions of the VxWorks kernel's strcmp function used signed
rather than unsigned comparisons. This problem has been fixed in recent
versions (6.5 and 6.6), so is it OK to remove the XFAIL? Tested on
i586-wrs-vxworks, mips-wrs-vxworks, sh-wrs-vxworks and sparc-wrs-vxworks.
Richard
gcc/testsuite/
* gcc.c-torture/execute/strcmp-1.x: Delete.
Index: gcc/testsuite/gcc.c-torture/execute/strcmp-1.x
===================================================================
--- gcc/testsuite/gcc.c-torture/execute/strcmp-1.x (revision 127336)
+++ gcc/testsuite/gcc.c-torture/execute/strcmp-1.x (working copy)
@@ -1,16 +0,0 @@
-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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [testsuite] Remove strcmp-1.c XFAIL
2007-08-10 18:39 [testsuite] Remove strcmp-1.c XFAIL Richard Sandiford
@ 2007-08-22 7:53 ` Richard Sandiford
2007-08-22 8:36 ` Nathan Sidwell
0 siblings, 1 reply; 3+ messages in thread
From: Richard Sandiford @ 2007-08-22 7:53 UTC (permalink / raw)
To: gcc-patches; +Cc: nathan
Ping
Richard Sandiford <richard@codesourcery.com> writes:
> Earlier versions of the VxWorks kernel's strcmp function used signed
> rather than unsigned comparisons. This problem has been fixed in recent
> versions (6.5 and 6.6), so is it OK to remove the XFAIL? Tested on
> i586-wrs-vxworks, mips-wrs-vxworks, sh-wrs-vxworks and sparc-wrs-vxworks.
>
> Richard
>
>
> gcc/testsuite/
> * gcc.c-torture/execute/strcmp-1.x: Delete.
>
> Index: gcc/testsuite/gcc.c-torture/execute/strcmp-1.x
> ===================================================================
> --- gcc/testsuite/gcc.c-torture/execute/strcmp-1.x (revision 127336)
> +++ gcc/testsuite/gcc.c-torture/execute/strcmp-1.x (working copy)
> @@ -1,16 +0,0 @@
> -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
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [testsuite] Remove strcmp-1.c XFAIL
2007-08-22 7:53 ` Richard Sandiford
@ 2007-08-22 8:36 ` Nathan Sidwell
0 siblings, 0 replies; 3+ messages in thread
From: Nathan Sidwell @ 2007-08-22 8:36 UTC (permalink / raw)
To: gcc-patches, nathan, richard
Richard Sandiford wrote:
> Ping
>
> Richard Sandiford <richard@codesourcery.com> writes:
>> Earlier versions of the VxWorks kernel's strcmp function used signed
>> rather than unsigned comparisons. This problem has been fixed in recent
>> versions (6.5 and 6.6), so is it OK to remove the XFAIL? Tested on
>> i586-wrs-vxworks, mips-wrs-vxworks, sh-wrs-vxworks and sparc-wrs-vxworks.
>>
>> Richard
>>
>>
>> gcc/testsuite/
>> * gcc.c-torture/execute/strcmp-1.x: Delete.
ok
--
Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2007-08-22 8:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-10 18:39 [testsuite] Remove strcmp-1.c XFAIL Richard Sandiford
2007-08-22 7:53 ` Richard Sandiford
2007-08-22 8:36 ` Nathan Sidwell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).