2.cc: Fail on Darwin 8.[0-4].* only.
authorBenjamin Kosnik <bkoz@redhat.com>
Wed, 4 Oct 2006 07:57:34 +0000 (07:57 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Wed, 4 Oct 2006 07:57:34 +0000 (07:57 +0000)
2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
    Mike Stump  <mrs@apple.com>

* testsuite/27_io/ios_base/storage/2.cc: Fail on Darwin 8.[0-4].* only.
* testsuite/23_containers/vector/resize/1.cc: Same.

Co-Authored-By: Mike Stump <mrs@apple.com>
From-SVN: r117428

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/23_containers/vector/resize/1.cc
libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc

index 93c78d4e5153bb1d2063ffaf355f1406d1b9efe5..b82931705cc351ccf5ecf90515d570cffb40f49d 100644 (file)
@@ -1,3 +1,9 @@
+2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
+           Mike Stump  <mrs@apple.com>
+       
+       * testsuite/27_io/ios_base/storage/2.cc: Fail on Darwin 8.[0-4].* only.
+       * testsuite/23_containers/vector/resize/1.cc: Same.
+
 2006-10-04  Benjamin Kosnik  <bkoz@redhat.com>
 
        * testsuite/util/performance/priority_queue/mem_usage/
index c6c813cb91cfdc6f53229b6cf7c969dfd6ffa47b..da3114cdbe0765ee17eb1b11d9ee2f135950addc 100644 (file)
 // 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* } }
+
+// This fails on some versions of Darwin 8 because malloc doesn't return
+// NULL even if an allocation fails (filed as Radar 3884894).
+// { dg-do run { xfail *-*-darwin8.[0-4].* } }
 
 #include <vector>
 #include <stdexcept>
index 55792fa8a15f68ccfefbc5537141d3084c8ec005..2272a463231eef0d20d708c3e1ce753966885944 100644 (file)
 // 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* } }
+
+// This fails on some versions of Darwin 8 because malloc doesn't return
+// NULL even if an allocation fails (filed as Radar 3884894).
+// { dg-do run { xfail *-*-darwin8.[0-4].* } }
 
 #include <sstream>
 #include <iostream>