public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [testsuite] Don't xfail 22_locale/num_put/put/char/14220.cc on 64-bit Solaris 10/SPARC
@ 2011-03-21 13:36 Rainer Orth
  2011-03-21 13:37 ` Richard Guenther
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Orth @ 2011-03-21 13:36 UTC (permalink / raw)
  To: gcc-patches; +Cc: libstdc++, Richard Guenther

22_locale/num_put/put/char/14220.cc XPASSes on 64-bit Solaris 10/SPARC
for quite some time, so I'm removing the corresponding xfail.

Tested with the appropriate runtest invocations, installed on 4.5 branch
and mainline.  Ok for 4.6, too?

Thanks.
	Rainer


2011-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

	* testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
	sparc*-sun-solaris2.10 && lp64.

diff -r ced857e5c4d7 libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
--- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc	Sat Mar 12 10:42:19 2011 +0100
+++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc	Sat Mar 12 10:46:58 2011 +0100
@@ -1,6 +1,6 @@
 // 2004-04-30  Paolo Carlini  <pcarlini@suse.de>
 
-// Copyright (C) 2004, 2009, 2010 Free Software Foundation
+// Copyright (C) 2004, 2009, 2010, 2011 Free Software Foundation
 //
 // This file is part of the GNU ISO C++ Library.  This library is free
 // software; you can redistribute it and/or modify it under the
@@ -19,13 +19,12 @@
 
 // 22.2.2.2.1  num_put members
 
-// On Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10/SPARC, this
-// test crashes in libc.  Inside libstdc++, we call sprintf like so:
+// On Solaris 9/x86 and 32-bit Solaris 10/x86, this test crashes in libc.
+// Inside libstdc++, we call sprintf like so:
 //   sprintf (buffer, "%.*f", 1000, 1.0)
 // which crashes.
 // { dg-xfail-run-if "" i?86-*-solaris2.9 }
 // { dg-xfail-run-if "" { i?86-*-solaris2.10 && ilp32 } }
-// { dg-xfail-run-if "" { sparc*-sun-solaris2.10 && lp64 } }
 
 #include <locale>
 #include <sstream>


-- 
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [testsuite] Don't xfail 22_locale/num_put/put/char/14220.cc on 64-bit Solaris 10/SPARC
  2011-03-21 13:36 [testsuite] Don't xfail 22_locale/num_put/put/char/14220.cc on 64-bit Solaris 10/SPARC Rainer Orth
@ 2011-03-21 13:37 ` Richard Guenther
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Guenther @ 2011-03-21 13:37 UTC (permalink / raw)
  To: Rainer Orth; +Cc: gcc-patches, libstdc++

On Mon, 21 Mar 2011, Rainer Orth wrote:

> 22_locale/num_put/put/char/14220.cc XPASSes on 64-bit Solaris 10/SPARC
> for quite some time, so I'm removing the corresponding xfail.
> 
> Tested with the appropriate runtest invocations, installed on 4.5 branch
> and mainline.  Ok for 4.6, too?

Ok for 4.6, too.

Richard.

> Thanks.
> 	Rainer
> 
> 
> 2011-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
> 
> 	* testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail on
> 	sparc*-sun-solaris2.10 && lp64.
> 
> diff -r ced857e5c4d7 libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
> --- a/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc	Sat Mar 12 10:42:19 2011 +0100
> +++ b/libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc	Sat Mar 12 10:46:58 2011 +0100
> @@ -1,6 +1,6 @@
>  // 2004-04-30  Paolo Carlini  <pcarlini@suse.de>
>  
> -// Copyright (C) 2004, 2009, 2010 Free Software Foundation
> +// Copyright (C) 2004, 2009, 2010, 2011 Free Software Foundation
>  //
>  // This file is part of the GNU ISO C++ Library.  This library is free
>  // software; you can redistribute it and/or modify it under the
> @@ -19,13 +19,12 @@
>  
>  // 22.2.2.2.1  num_put members
>  
> -// On Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10/SPARC, this
> -// test crashes in libc.  Inside libstdc++, we call sprintf like so:
> +// On Solaris 9/x86 and 32-bit Solaris 10/x86, this test crashes in libc.
> +// Inside libstdc++, we call sprintf like so:
>  //   sprintf (buffer, "%.*f", 1000, 1.0)
>  // which crashes.
>  // { dg-xfail-run-if "" i?86-*-solaris2.9 }
>  // { dg-xfail-run-if "" { i?86-*-solaris2.10 && ilp32 } }
> -// { dg-xfail-run-if "" { sparc*-sun-solaris2.10 && lp64 } }
>  
>  #include <locale>
>  #include <sstream>
> 
> 
> 

-- 
Richard Guenther <rguenther@suse.de>
Novell / SUSE Labs
SUSE LINUX Products GmbH - Nuernberg - AG Nuernberg - HRB 16746 - GF: Markus Rex

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-03-21 13:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-21 13:36 [testsuite] Don't xfail 22_locale/num_put/put/char/14220.cc on 64-bit Solaris 10/SPARC Rainer Orth
2011-03-21 13:37 ` Richard Guenther

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).