aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3
diff options
context:
space:
mode:
authorGeoffrey Keating <geoffk@apple.com>2005-08-23 01:16:45 +0000
committerGeoffrey Keating <geoffk@apple.com>2005-08-23 01:16:45 +0000
commitda9aae0468b6f9d023a5d9ed09a601058cfbd436 (patch)
tree34109a98b265ab358e7bd1cfdfd0d5eb3c6f49ab /libstdc++-v3
parent1eacda840ffc3faf3bd6e5cc902a32393dd7fbdb (diff)
* testsuite/23_containers/vector/resize/1.cc: XFAIL on darwin8.
* testsuite/27_io/ios_base/storage/2.cc: Likewise. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@103377 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r--libstdc++-v3/ChangeLog5
-rw-r--r--libstdc++-v3/testsuite/23_containers/vector/resize/1.cc3
-rw-r--r--libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc3
3 files changed, 11 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 7fdce4690ac..e5cb24a8e2c 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -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
diff --git a/libstdc++-v3/testsuite/23_containers/vector/resize/1.cc b/libstdc++-v3/testsuite/23_containers/vector/resize/1.cc
index a03ec2d521e..c6c813cb91c 100644
--- a/libstdc++-v3/testsuite/23_containers/vector/resize/1.cc
+++ b/libstdc++-v3/testsuite/23_containers/vector/resize/1.cc
@@ -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>
diff --git a/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc b/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc
index 795adc9b5c2..55792fa8a15 100644
--- a/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc
+++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc
@@ -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>