badalloc1.C: Omit XFAIL on obsolete Darwin.
authorJack Howarth <howarth@bromo.med.uc.edu>
Wed, 3 Dec 2008 23:28:00 +0000 (23:28 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Wed, 3 Dec 2008 23:28:00 +0000 (23:28 +0000)
2008-12-03  Jack Howarth  <howarth@bromo.med.uc.edu>

* g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.

From-SVN: r142415

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

index 140c6ae98f5210c7e4a8a921dc54ebc970129b84..f99254f235f4c0918ca6c21a2baab572247953fe 100644 (file)
@@ -1,3 +1,7 @@
+2008-12-03  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+       * g++.old-deja/g++.eh/badalloc1.C: Omit XFAIL on obsolete Darwin.
+
 2008-12-03  Jason Merrill  <jason@redhat.com>
 
        PR c++/38256
index b2e7f62b9b30b1bfaec206e26c03d7b8c29607a4..15f1aaeeaa83b2866bbbef208f50c7a3fde259b4 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-*-* *-*-darwin[1-7]* } || vxworks_rtp } } }
+// { dg-do run { xfail { xstormy16-*-* || vxworks_rtp } } }
 // Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc.
 // Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com>