14220.cc: XFAIL on Solaris 2.10.

* testsuite/22_locale/num_put/put/char/14220.cc: XFAIL on Solaris
	2.10.
	* testsuite/22_locale/num_put/put/wchar_t/14220.cc: Likewise.

From-SVN: r124508
This commit is contained in:
Mark Mitchell 2007-05-07 18:39:18 +00:00 committed by Mark Mitchell
parent 7db2207b2f
commit adcbdf5c45
3 changed files with 16 additions and 0 deletions

View File

@ -1,5 +1,9 @@
2007-05-07 Mark Mitchell <mark@codesourcery.com>
* testsuite/22_locale/num_put/put/char/14220.cc: XFAIL on Solaris
2.10.
* testsuite/22_locale/num_put/put/wchar_t/14220.cc: Likewise.
* testsuite/lib/libstdc++.exp (v3_target_compile_as_c): In
installed-tree testing, use "remote_exec host", not "remote_exec
exec". Trip trailing newlines from output of -dumpversion and

View File

@ -20,6 +20,12 @@
// 22.2.2.2.1 num_put members
// On Solaris 10 x86, this test crashes in libc. Inside libstdc++,
// we call sprintf like so:
// sprintf (buffer, "%.*f", 1000, 1.0)
// which crashes.
// { dg-do run { xfail { i?86*-*-solaris2.10 } } }
#include <locale>
#include <sstream>
#include <testsuite_hooks.h>

View File

@ -24,6 +24,12 @@
#include <sstream>
#include <testsuite_hooks.h>
// On Solaris 10 x86, this test crashes in libc. Inside libstdc++,
// we call sprintf like so:
// sprintf (buffer, "%.*f", 1000, 1.0)
// which crashes.
// { dg-do run { xfail { i?86*-*-solaris2.10 } } }
// libstdc++/14220
void test01()
{