Commit 53a6d1ce by Rainer Orth Committed by Rainer Orth

Don't xfail 22_locale/num_put/put/char/14220.cc etc. on Solaris 9/x86

	* testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail
	execution on i?86-*-solaris2.9, remove comment.
	* testsuite/22_locale/num_put/put/wchar_t/14220.cc: Likewise.

From-SVN: r207660
parent e15e3815
2014-02-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* testsuite/22_locale/num_put/put/char/14220.cc: Don't xfail
execution on i?86-*-solaris2.9, remove comment.
* testsuite/22_locale/num_put/put/wchar_t/14220.cc: Likewise.
2014-02-09 Richard Sandiford <rdsandiford@googlemail.com> 2014-02-09 Richard Sandiford <rdsandiford@googlemail.com>
* config/abi/post/mips64-linux-gnu/32/baseline_symbols.txt: New file. * config/abi/post/mips64-linux-gnu/32/baseline_symbols.txt: New file.
......
...@@ -19,12 +19,6 @@ ...@@ -19,12 +19,6 @@
// 22.2.2.2.1 num_put members // 22.2.2.2.1 num_put members
// On Solaris 9/x86 and 32-bit Solaris 10/x86 before update 10, this test
// crashes in libc. Inside libstdc++, we call sprintf like so:
// sprintf (buffer, "%.*f", 1000, 1.0)
// which crashes.
// { dg-xfail-run-if "" i?86-*-solaris2.9 }
#include <locale> #include <locale>
#include <sstream> #include <sstream>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
......
...@@ -23,12 +23,6 @@ ...@@ -23,12 +23,6 @@
#include <sstream> #include <sstream>
#include <testsuite_hooks.h> #include <testsuite_hooks.h>
// On Solaris 9 and 32-bit Solaris 10/x86 before update 10, 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.9 } } }
// libstdc++/14220 // libstdc++/14220
void test01() void test01()
{ {
......
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