From: Gabriel Dos Reis Date: Tue, 1 May 2001 17:28:02 +0000 (+0000) Subject: * testsuite/libstdc++.tests/tests.exp: Add comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=358c9f4b427a2b7380223594e2040e62e9340fbd;p=gcc.git * testsuite/libstdc++.tests/tests.exp: Add comment. From-SVN: r41730 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 8350051e1d0..d160b2dbda5 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 c3a66f5dae3..49f9ff85a0d 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}"