+2008-12-18 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ * testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc:
+ Add xfail on all targets except darwin.
+ * libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/
+ 1674.cc: Same.
+ * libstdc++-v3/testsuite/22_locale/ctype/is/char/2.cc: Correct syntax
+ for xfailing on all targets except linux.
+
2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* configure: Regenerate.
+// { dg-do run { xfail { ! { *-*-darwin* } } } }
// { dg-require-debug-mode "" }
// { dg-options "-O0 -D_GLIBCXX_DEBUG" }
-// { dg-do run { xfail *-*-* } }
// Copyright (C) 2005 Free Software Foundation, Inc.
//
+// { dg-do run { xfail { ! { *-*-darwin* } } } }
// { dg-require-debug-mode "" }
// { dg-options "-O0 -D_GLIBCXX_DEBUG" }
-// { dg-do run { xfail *-*-* } }
// Copyright (C) 2005 Free Software Foundation, Inc.
//
-// { dg-do run { xfail *-*-![linux]* } }
+// { dg-do run { xfail { ! { *-*-linux* } } } }
// { dg-require-namedlocale "" }
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005