14220.cc: XFAIL on Solaris 2.10.
authorMark Mitchell <mark@codesourcery.com>
Mon, 7 May 2007 18:39:18 +0000 (18:39 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 7 May 2007 18:39:18 +0000 (18:39 +0000)
* 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

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/22_locale/num_put/put/char/14220.cc
libstdc++-v3/testsuite/22_locale/num_put/put/wchar_t/14220.cc

index d6b62caf64903ab22bb2c4a222356edd1f705885..b08c8a7a6e95db9b880859aef31d446437952968 100644 (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
index 71fae508ab1f33038e0f3fc6629c5410d6cae62e..d22179d81569149b5cfd9bdf42c486c48a3daf03 100644 (file)
 
 // 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>
index 8e4a86051debc03bfb97ecdd06fb36685723b8a9..c880e1e51b821f0fbc9e6d52ae90ab91d5495721 100644 (file)
 #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()
 {