aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Howarth <howarth@bromo.med.uc.edu>2008-12-17 17:51:49 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-12-17 17:51:49 +0000
commitd711bdded5d7dbf68223b63b68edf79b1b3df9ab (patch)
tree6a0e12e8a77e78dd938a4b9d4cc384308d1f927b
parent130423d78931b7e253cc299c7aa3df9494814fe0 (diff)
downloadgcc-d711bdded5d7dbf68223b63b68edf79b1b3df9ab.zip
gcc-d711bdded5d7dbf68223b63b68edf79b1b3df9ab.tar.gz
gcc-d711bdded5d7dbf68223b63b68edf79b1b3df9ab.tar.bz2
c99_classification_macros_c.cc: Don't xfail test on darwin8 or later.
2008-12-17 Jack Howarth <howarth@bromo.med.uc.edu> * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc: Don't xfail test on darwin8 or later. From-SVN: r142797
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc2
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 113de16..362b9b2 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-17 Jack Howarth <howarth@bromo.med.uc.edu>
+
+ * testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
+ Don't xfail test on darwin8 or later.
+
2008-12-16 Jack Howarth <howarth@bromo.med.uc.edu>
* testsuite/26_numerics/headers/cmath/c99_classification_macros_c.cc:
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 7b6ee40..e67904e 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
@@ -28,7 +28,7 @@
// the GNU General Public License.
// { dg-do compile }
-// { dg-xfail-if "" { { *-*-linux* *-*-darwin* } || { uclibc || newlib } } { "*" } { "" } }
+// { dg-xfail-if "" { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } { "*" } { "" } }
// { dg-excess-errors "" { target { { *-*-linux* *-*-darwin[3-7]* } || { uclibc || newlib } } } }
#include <math.h>