diff options
author | Geoffrey Keating <geoffk@apple.com> | 2005-05-30 05:58:49 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2005-05-30 05:58:49 +0000 |
commit | 8eebd8f716987896883de5dc8ea432af9d30863c (patch) | |
tree | a4a4db618df645cde3a99f511339fa9bf26c9aa0 /gcc | |
parent | 47b528da254db93078986040ff979048014c1b57 (diff) | |
download | gcc-8eebd8f716987896883de5dc8ea432af9d30863c.zip gcc-8eebd8f716987896883de5dc8ea432af9d30863c.tar.gz gcc-8eebd8f716987896883de5dc8ea432af9d30863c.tar.bz2 |
badalloc1.C: Make XFAIL only on darwin before darwin8.
* g++.old-deja/g++.eh/badalloc1.C: Make XFAIL only on darwin
before darwin8.
From-SVN: r100351
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 2dd90cf..8f1d9a5 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2005-05-29 Geoffrey Keating <geoffk@apple.com> + + * g++.old-deja/g++.eh/badalloc1.C: Make XFAIL only on darwin + before darwin8. + 2005-05-30 Steven G. Kargl PR fortran/20846 diff --git a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C index 1cd7bf4..3c9941d 100644 --- a/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C +++ b/gcc/testsuite/g++.old-deja/g++.eh/badalloc1.C @@ -1,4 +1,4 @@ -// { dg-do run { xfail xstormy16-*-* *-*-darwin* } } +// { dg-do run { xfail xstormy16-*-* *-*-darwin[1-7]* } } // Copyright (C) 2000, 2002, 2003 Free Software Foundation, Inc. // Contributed by Nathan Sidwell 6 June 2000 <nathan@codesourcery.com> |