Commit 96d06af8 by Geoffrey Keating Committed by Geoffrey Keating

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
parent 5464337b
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
......
......@@ -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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment