From: Gabriel Dos Reis Date: Tue, 1 May 2001 17:28:02 +0000 (+0000) Subject: * testsuite/libstdc++.tests/tests.exp: Add comment. X-Git-Tag: prereleases/libstdc++-3.0.95~4679 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=358c9f4b427a2b7380223594e2040e62e9340fbd;p=thirdparty%2Fgcc.git * testsuite/libstdc++.tests/tests.exp: Add comment. From-SVN: r41730 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8350051e1d0c..d160b2dbda50 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,7 @@ +2001-05-01 Gabriel Dos Reis + + * testsuite/libstdc++.tests/tests.exp: Add comment. + 2001-05-01 Gabriel Dos Reis * testsuite/libstdc++.tests/tests.exp: Set ulimits. diff --git a/libstdc++-v3/testsuite/libstdc++.tests/tests.exp b/libstdc++-v3/testsuite/libstdc++.tests/tests.exp index c3a66f5dae3e..49f9ff85a0d4 100644 --- a/libstdc++-v3/testsuite/libstdc++.tests/tests.exp +++ b/libstdc++-v3/testsuite/libstdc++.tests/tests.exp @@ -26,6 +26,8 @@ libstdc++-dg-init ## Set ulimits. This should normally be handled on test-by-test ## basis through @xxx@-keywords. +## The following limit is expressed in kilobytes. For history, Have a +## look at http://gcc.gnu.org/ml/libstdc++/2000-10/msg00029.html set maximum-memory-usage 16384 set shell-ulimit-command ulimit remote_exec host ${shell-ulimit-command} "-d ${maximum-memory-usage}"