1.cc: XFAIL on darwin8.

* testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
	* testsuite/27_io/ios_base/storage/2.cc: Likewise.

From-SVN: r103377
This commit is contained in:
Geoffrey Keating 2005-08-23 01:16:45 +00:00 committed by Geoffrey Keating
parent 5464337b7f
commit 96d06af84b
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-08-22 Geoffrey Keating <geoffk@apple.com>
* testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
* testsuite/27_io/ios_base/storage/2.cc: Likewise.
2005-08-19 J"orn Rennecke <joern.rennecke@st.com>
* config/cpu/sh/atomicity.h: Replace broken generic code with current

View File

@ -25,6 +25,9 @@
// XXX for very large allocations. However -lmalloc seems to work.
// See http://gcc.gnu.org/ml/libstdc++/2002-12/msg00131.html
// { dg-options "-lmalloc" { target mips*-*-irix6* } }
// This fails on Darwin 8 because malloc doesn't return NULL even
// if an allocation fails (filed as Radar 3884894).
// { dg-do run { xfail *-*-darwin8* } }
#include <vector>
#include <stdexcept>

View File

@ -25,6 +25,9 @@
// XXX -lmalloc seems to work.
// See http://gcc.gnu.org/ml/gcc/2002-05/msg01012.html
// { dg-options "-lmalloc" { target mips*-*-irix6* } }
// This fails on Darwin 8 because malloc doesn't return NULL even
// if an allocation fails (filed as Radar 3884894).
// { dg-do run { xfail *-*-darwin8* } }
#include <sstream>
#include <iostream>