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
This commit is contained in:
Rainer Orth 2014-02-10 16:18:20 +00:00 committed by Rainer Orth
parent e15e38155c
commit 53a6d1ceeb
3 changed files with 6 additions and 12 deletions

View File

@ -1,3 +1,9 @@
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>
* config/abi/post/mips64-linux-gnu/32/baseline_symbols.txt: New file.

View File

@ -19,12 +19,6 @@
// 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 <sstream>
#include <testsuite_hooks.h>

View File

@ -23,12 +23,6 @@
#include <sstream>
#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
void test01()
{