Don't xfail 22_locale/num_put/put/char/14220.cc etc. on Solaris 9/x86
authorro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 16:18:20 +0000 (16:18 +0000)
committerro <ro@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 10 Feb 2014 16:18:20 +0000 (16:18 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@207660 138bc75d-0d04-0410-961f-82ee72b054a4

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 654cd09..8d04dfb 100644 (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.
index 458a980..b7f01aa 100644 (file)
 
 // 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>
index fd87023..c734bb1 100644 (file)
 #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()
 {