mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-19 11:00:48 +08:00
21674.cc: Extend xfail to all systems.
2010-01-28 Paolo Carlini <paolo.carlini@oracle.com> * testsuite/21_strings/basic_string/element_access/char/21674.cc: Extend xfail to all systems. * testsuite/21_strings/basic_string/element_access/wchar_T/21674.cc: Likewise. * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: Extend xfail to darwin10 systems. From-SVN: r156326
This commit is contained in:
parent
3ed7d068d9
commit
8c0b91b4ce
@ -1,3 +1,12 @@
|
||||
2010-01-28 Paolo Carlini <paolo.carlini@oracle.com>
|
||||
|
||||
* testsuite/21_strings/basic_string/element_access/char/21674.cc:
|
||||
Extend xfail to all systems.
|
||||
* testsuite/21_strings/basic_string/element_access/wchar_T/21674.cc:
|
||||
Likewise.
|
||||
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
|
||||
Extend xfail to darwin10 systems.
|
||||
|
||||
2010-01-27 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
PR c++/42346
|
||||
|
@ -1,8 +1,8 @@
|
||||
// { dg-do run { xfail { ! { *-*-darwin* } } } }
|
||||
// { dg-do run { xfail *-*-* } }
|
||||
// { dg-require-debug-mode "" }
|
||||
// { dg-options "-O0 -D_GLIBCXX_DEBUG" }
|
||||
|
||||
// Copyright (C) 2005, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -1,8 +1,8 @@
|
||||
// { dg-do run { xfail { ! { *-*-darwin* } } } }
|
||||
// { dg-do run { xfail *-*-* } }
|
||||
// { dg-require-debug-mode "" }
|
||||
// { dg-options "-O0 -D_GLIBCXX_DEBUG" }
|
||||
|
||||
// Copyright (C) 2005, 2009 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
// software; you can redistribute it and/or modify it under the
|
||||
|
@ -20,8 +20,8 @@
|
||||
// { dg-do compile }
|
||||
// { dg-add-options no_pch }
|
||||
|
||||
// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-9]* } || { uclibc || newlib } } { "*" } { "" } }
|
||||
// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-9]* } || { uclibc || newlib } } } }
|
||||
// { dg-xfail-if "" { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } { "*" } { "" } }
|
||||
// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } } }
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user