aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorBen Elliston <bje@au.ibm.com>2005-03-10 00:08:38 +0000
committerBen Elliston <bje@gcc.gnu.org>2005-03-10 11:08:38 +1100
commitd5fc240649a04222d1b363d06b9cd749a7e260f1 (patch)
tree85d7d3c7c77f795615850cd4daa45f80fc9522f9 /libstdc++-v3
parent4cfdf48f7cdba3d031015252f320f5d27b5906a9 (diff)
downloadgcc-d5fc240649a04222d1b363d06b9cd749a7e260f1.zip
gcc-d5fc240649a04222d1b363d06b9cd749a7e260f1.tar.gz
gcc-d5fc240649a04222d1b363d06b9cd749a7e260f1.tar.bz2
12658_thread-1.cc: Don't XFAIL on GNU/Linux.
* testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL on GNU/Linux. From-SVN: r96221
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc2
2 files changed, 5 insertions, 2 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 48e5451..bfda25d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-10 Ben Elliston <bje@au.ibm.com>
+
+ * testsuite/22_locale/locale/cons/12658_thread-1.cc: Don't XFAIL
+ on GNU/Linux.
+
2005-03-07 Paolo Carlini <pcarlini@suse.de>
* include/tr1/type_traits (is_polymorphic): Don't forget
diff --git a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc
index 898b423..87dfa6c 100644
--- a/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc
+++ b/libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc
@@ -22,8 +22,6 @@
// 22.1.1.2 locale constructors and destructors [lib.locale.cons]
-// { dg-do run { xfail *-*-linux* } }
-
#include <locale>
#include <pthread.h>
#include <testsuite_hooks.h>