* g++.old-deja/g++.eh/badalloc1.C: Reinstate XFAIL for Darwin 3-7.
authorjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Dec 2008 23:41:46 +0000 (23:41 +0000)
committerjanis <janis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 3 Dec 2008 23:41:46 +0000 (23:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142417 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/ChangeLog
gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C

index f99254f..aa6c8e5 100644 (file)
@@ -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.
index 15f1aae..607baa8 100644 (file)
@@ -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>