aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2004-10-30 00:54:22 +0000
committerGeoffrey Keating <geoffk@gcc.gnu.org>2004-10-30 00:54:22 +0000
commit8b5a12daa03d076b8b57dc565333eecb8d1880d0 (patch)
treee77013ef20b6654ab319aab23de6c31930c0f914
parentd2019928fd42aa3caad2c071b889e59f46238871 (diff)
downloadgcc-8b5a12daa03d076b8b57dc565333eecb8d1880d0.zip
gcc-8b5a12daa03d076b8b57dc565333eecb8d1880d0.tar.gz
gcc-8b5a12daa03d076b8b57dc565333eecb8d1880d0.tar.bz2
12658_thread-1.cc: Only xfail on Linux.
* testsuite/22_locale/locale/cons/12658_thread-1.cc: Only xfail on Linux. From-SVN: r89872
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/22_locale/locale/cons/12658_thread-1.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c50feaf..e2d12fc 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-29 Geoffrey Keating <geoffk@apple.com>
+
+ * testsuite/22_locale/locale/cons/12658_thread-1.cc: Only xfail
+ on Linux.
+
2004-10-29 Chris Jefferson <chris@bubblescope.net>
* include/bit/stl_algo.h (find_first_of(,,,,pred)):
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 216d068..898b423 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,7 +22,7 @@
// 22.1.1.2 locale constructors and destructors [lib.locale.cons]
-// { dg-do run { xfail *-*-* } }
+// { dg-do run { xfail *-*-linux* } }
#include <locale>
#include <pthread.h>