21674.cc: Add xfail on all targets except darwin.

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.

From-SVN: r142819
This commit is contained in:
Jack Howarth 2008-12-18 21:08:28 +00:00 committed by Janis Johnson
parent 0f737a30c0
commit c3329535ac
4 changed files with 12 additions and 3 deletions

View file

@ -1,3 +1,12 @@
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.

View file

@ -1,6 +1,6 @@
// { 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.
//

View file

@ -1,6 +1,6 @@
// { 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.
//

View file

@ -1,4 +1,4 @@
// { dg-do run { xfail *-*-![linux]* } }
// { dg-do run { xfail { ! { *-*-linux* } } } }
// { dg-require-namedlocale "" }
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005