OSDN Git Service

2010-01-28 Paolo Carlini <paolo.carlini@oracle.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jan 2010 17:01:53 +0000 (17:01 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 28 Jan 2010 17:01:53 +0000 (17:01 +0000)
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@156326 138bc75d-0d04-0410-961f-82ee72b054a4

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/21_strings/basic_string/element_access/char/21674.cc
libstdc++-v3/testsuite/21_strings/basic_string/element_access/wchar_t/21674.cc
libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc

index ce27757..776e4fe 100644 (file)
@@ -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
index 0c318bc..03d5433 100644 (file)
@@ -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
index ea0cfd7..fe4a249 100644 (file)
@@ -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
index 9412d73..2c00fa1 100644 (file)
@@ -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>