diff options
author | Jack Howarth <howarth@bromo.med.uc.edu> | 2008-12-03 23:28:00 +0000 |
---|---|---|
committer | Janis Johnson <janis@gcc.gnu.org> | 2008-12-03 23:28:00 +0000 |
commit | ed34ac87e53cd75b598e1ccb246b0192ffa6f9ca (patch) | |
tree | 32cb5f8b5e828c0504577917bd228354c0203b61 /gcc | |
parent | 64e12c68ef68fb2218f087fd615458c59bb6a5ff (diff) | |
download | gcc-ed34ac87e53cd75b598e1ccb246b0192ffa6f9ca.zip gcc-ed34ac87e53cd75b598e1ccb246b0192ffa6f9ca.tar.gz gcc-ed34ac87e53cd75b598e1ccb246b0192ffa6f9ca.tar.bz2 |
badalloc1.C: Omit XFAIL on obsolete Darwin.
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
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 140c6ae..f99254f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -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 diff --git a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C index b2e7f62..15f1aae 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-*-* *-*-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> |