diff options
author | Paolo Carlini <paolo.carlini@oracle.com> | 2010-01-28 17:01:53 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2010-01-28 17:01:53 +0000 |
commit | 8c0b91b4cee216da9ae8b05624c4e4a3b60debc3 (patch) | |
tree | 10121a9a30b4c4f316423d40911047f847009bf1 | |
parent | 3ed7d068d9c79e4a5887027ca6c3f938f0fbb941 (diff) | |
download | gcc-8c0b91b4cee216da9ae8b05624c4e4a3b60debc3.zip gcc-8c0b91b4cee216da9ae8b05624c4e4a3b60debc3.tar.gz gcc-8c0b91b4cee216da9ae8b05624c4e4a3b60debc3.tar.bz2 |
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
4 files changed, 15 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ce27757..776e4fe5 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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 diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc index 0c318bc..03d5433 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc @@ -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 diff --git a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc index ea0cfd7a..fe4a249 100644 --- a/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc +++ b/libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc @@ -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 diff --git a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc index 9412d73..2c00fa1 100644 --- a/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc +++ b/libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc @@ -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> |