Commit 58e93a26 by Benjamin Kosnik Committed by Benjamin Kosnik

2.cc: Fail on Darwin 8.[0-4].* only.

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
parent fc53a825
2006-10-04 Benjamin Kosnik <bkoz@redhat.com> 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/ * testsuite/util/performance/priority_queue/mem_usage/
pop_test.hpp: Correct typo. pop_test.hpp: Correct typo.
......
...@@ -25,9 +25,10 @@ ...@@ -25,9 +25,10 @@
// XXX for very large allocations. However -lmalloc seems to work. // XXX for very large allocations. However -lmalloc seems to work.
// See http://gcc.gnu.org/ml/libstdc++/2002-12/msg00131.html // See http://gcc.gnu.org/ml/libstdc++/2002-12/msg00131.html
// { dg-options "-lmalloc" { target mips*-*-irix6* } } // { 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). // This fails on some versions of Darwin 8 because malloc doesn't return
// { dg-do run { xfail *-*-darwin8* } } // NULL even if an allocation fails (filed as Radar 3884894).
// { dg-do run { xfail *-*-darwin8.[0-4].* } }
#include <vector> #include <vector>
#include <stdexcept> #include <stdexcept>
......
...@@ -25,9 +25,10 @@ ...@@ -25,9 +25,10 @@
// XXX -lmalloc seems to work. // XXX -lmalloc seems to work.
// See http://gcc.gnu.org/ml/gcc/2002-05/msg01012.html // See http://gcc.gnu.org/ml/gcc/2002-05/msg01012.html
// { dg-options "-lmalloc" { target mips*-*-irix6* } } // { 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). // This fails on some versions of Darwin 8 because malloc doesn't return
// { dg-do run { xfail *-*-darwin8* } } // NULL even if an allocation fails (filed as Radar 3884894).
// { dg-do run { xfail *-*-darwin8.[0-4].* } }
#include <sstream> #include <sstream>
#include <iostream> #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