aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanis Johnson <janis187@us.ibm.com>2008-12-03 23:41:46 +0000
committerJanis Johnson <janis@gcc.gnu.org>2008-12-03 23:41:46 +0000
commitc39d1b46ffb3e78962d56e6d42ed93c1fb53eca2 (patch)
treeabd53ee0984939fe4ac7cb94472eac71ed57355b
parented34ac87e53cd75b598e1ccb246b0192ffa6f9ca (diff)
downloadgcc-c39d1b46ffb3e78962d56e6d42ed93c1fb53eca2.zip
gcc-c39d1b46ffb3e78962d56e6d42ed93c1fb53eca2.tar.gz
gcc-c39d1b46ffb3e78962d56e6d42ed93c1fb53eca2.tar.bz2
* g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.
From-SVN: r142417
-rw-r--r--gcc/testsuite/ChangeLog4
-rw-r--r--gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C2
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog
index f99254f..aa6c8e5 100644
--- a/gcc/testsuite/ChangeLog
+++ b/gcc/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+2008-12-03 Janis Johnson <janis187@us.ibm.com>
+
+ * g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.
+
2008-12-03 Jack Howarth <howarth@bromo.med.uc.edu>
* g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.
diff --git a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
index 15f1aae..607baa8 100644
--- a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
+++ b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C
@@ -2,7 +2,7 @@
// __cxa_allocate_exception's emergency buffer mutex will
// itself call malloc(), and will fail if there is no more
// memory available.
-// { dg-do run { xfail { xstormy16-*-* || vxworks_rtp } } }
+// { dg-do run { xfail { { xstormy16-*-* *-*-darwin[3-7]* } || vxworks_rtp } }
// Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
// Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com>