* testsuite/libstdc++.tests/tests.exp: Add comment.

From-SVN: r41730
This commit is contained in:
Gabriel Dos Reis 2001-05-01 17:28:02 +00:00 committed by Gabriel Dos Reis
parent 16636d354c
commit 358c9f4b42
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2001-05-01 Gabriel Dos Reis <gdr@codesourcery.com>
* testsuite/libstdc++.tests/tests.exp: Add comment.
2001-05-01 Gabriel Dos Reis <gdr@codesourcery.com>
* testsuite/libstdc++.tests/tests.exp: Set ulimits.

View File

@ -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}"