re PR testsuite/33300 ([libstdc++-v3] 27_io/ios_base/storage/2.cc with -m64 kills...
authorJack Howarth <howarth@bromo.med.uc.edu>
Mon, 9 Feb 2009 20:53:22 +0000 (20:53 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Mon, 9 Feb 2009 20:53:22 +0000 (20:53 +0000)
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.

From-SVN: r144043

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/27_io/ios_base/storage/2.cc

index 2fbab479a80ceaf9534625a84a7b1bec30bb7e2a..7841e75bd65e8890ede8bf502a90e5e5c5e4b879 100644 (file)
@@ -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.
index 4d25087bcfee60e4b782959c02f0fd725b3339dc..be4cf8d1161a24dd78aea21f29f30279b82b91a3 100644 (file)
 // 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>