Commit c3329535 by Jack Howarth Committed by Janis Johnson

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
parent 0f737a30
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment