mirror of git://gcc.gnu.org/git/gcc.git
* testsuite/libstdc++.tests/tests.exp: Add comment.
From-SVN: r41730
This commit is contained in:
parent
16636d354c
commit
358c9f4b42
|
|
@ -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>
|
2001-05-01 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||||
|
|
||||||
* testsuite/libstdc++.tests/tests.exp: Set ulimits.
|
* testsuite/libstdc++.tests/tests.exp: Set ulimits.
|
||||||
|
|
|
||||||
|
|
@ -26,6 +26,8 @@ libstdc++-dg-init
|
||||||
|
|
||||||
## Set ulimits. This should normally be handled on test-by-test
|
## Set ulimits. This should normally be handled on test-by-test
|
||||||
## basis through @xxx@-keywords.
|
## 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 maximum-memory-usage 16384
|
||||||
set shell-ulimit-command ulimit
|
set shell-ulimit-command ulimit
|
||||||
remote_exec host ${shell-ulimit-command} "-d ${maximum-memory-usage}"
|
remote_exec host ${shell-ulimit-command} "-d ${maximum-memory-usage}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue