Commit 5045335e by Rainer Orth Committed by Rainer Orth

14220.cc: Don't xfail on sparc*-sun-solaris2.10 && lp64.

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

From-SVN: r171231
parent a2268084
2011-03-21 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.
2011-03-19 Paolo Carlini <paolo.carlini@oracle.com> 2011-03-19 Paolo Carlini <paolo.carlini@oracle.com>
* testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename * testsuite/lib/libstdc++.exp (check_v3_target_c99_math): Rename
......
// 2004-04-30 Paolo Carlini <pcarlini@suse.de> // 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 // 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 // software; you can redistribute it and/or modify it under the
...@@ -19,13 +19,12 @@ ...@@ -19,13 +19,12 @@
// 22.2.2.2.1 num_put members // 22.2.2.2.1 num_put members
// On Solaris 9/x86, 32-bit Solaris 10/x86 and 64-bit Solaris 10/SPARC, this // On Solaris 9/x86 and 32-bit Solaris 10/x86, this test crashes in libc.
// test crashes in libc. Inside libstdc++, we call sprintf like so: // Inside libstdc++, we call sprintf like so:
// sprintf (buffer, "%.*f", 1000, 1.0) // sprintf (buffer, "%.*f", 1000, 1.0)
// which crashes. // which crashes.
// { dg-xfail-run-if "" i?86-*-solaris2.9 } // { dg-xfail-run-if "" i?86-*-solaris2.9 }
// { dg-xfail-run-if "" { i?86-*-solaris2.10 && ilp32 } } // { dg-xfail-run-if "" { i?86-*-solaris2.10 && ilp32 } }
// { dg-xfail-run-if "" { sparc*-sun-solaris2.10 && lp64 } }
#include <locale> #include <locale>
#include <sstream> #include <sstream>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment