mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-31 11:50:57 +08:00
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:
parent
7db2207b2f
commit
adcbdf5c45
@ -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
|
||||
|
@ -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>
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user