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
// 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>
#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()
{