mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-25 09:30:32 +08:00
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:
parent
e15e38155c
commit
53a6d1ceeb
@ -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.
|
||||
|
@ -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>
|
||||
|
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user