diff options
author | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-09 20:53:22 +0000 |
---|---|---|
committer | janis <janis@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-02-09 20:53:22 +0000 |
commit | 725c6dd99632c882f3b0312976332bb31145488e (patch) | |
tree | 1bdc7303150eafaaaf31810fd809b47fa3515896 /libstdc++-v3 | |
parent | a72d4b7d9e952ea932e54819b5574160c0a828d4 (diff) | |
download | gcc-725c6dd99632c882f3b0312976332bb31145488e.tar.gz |
2009-02-09 Jack Howarth <howarth@bromo.med.uc.edu>
PR testsuite/33300
* libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc: Skip
on darwin for lp64.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@144043 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 | ||||
-rw-r--r-- | libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc | 5 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2fbab479a80..7841e75bd65 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2009-02-09 Jack Howarth <howarth@bromo.med.uc.edu> + + PR testsuite/33300 + * libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc: Skip + on darwin for lp64. + 2009-02-09 Adam Nemet <anemet@caviumnetworks.com> * configure.host: Set abi_baseline_pair for mips64*-linux. 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 4d25087bcfe..be4cf8d1161 100644 --- a/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc +++ b/libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc @@ -31,6 +31,11 @@ // NULL even if an allocation fails (filed as Radar 3884894). // { dg-do run { xfail *-*-darwin8.[0-4].* } } +// Skip test at -m64 on Darwin because RLIMITS are not being honored. +// Radar 6467883: 10.4/10.5 setrlimits are not honored by memory allocators +// Radar 6467884: 10.X systems are not robust when paging space is exceeded +// { dg-skip-if "" { *-*-darwin* && lp64 } { "*" } { "" } } + #include <sstream> #include <iostream> #include <limits> |