mirror of git://gcc.gnu.org/git/gcc.git
* testsuite/libstdc++.tests/tests.exp: Set ulimits.
From-SVN: r41727
This commit is contained in:
parent
07dd196a5c
commit
55a0ab4ac6
|
|
@ -1,3 +1,7 @@
|
||||||
|
2001-05-01 Gabriel Dos Reis <gdr@codesourcery.com>
|
||||||
|
|
||||||
|
* testsuite/libstdc++.tests/tests.exp: Set ulimits.
|
||||||
|
|
||||||
2001-04-30 Mark Mitchell <mark@codesourcery.com>
|
2001-04-30 Mark Mitchell <mark@codesourcery.com>
|
||||||
|
|
||||||
* porting.texi: Use the GFDL.
|
* porting.texi: Use the GFDL.
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,17 @@
|
||||||
|
|
||||||
load_lib libstdc++.exp
|
load_lib libstdc++.exp
|
||||||
|
|
||||||
|
## Initialize the framework.
|
||||||
libstdc++-dg-init
|
libstdc++-dg-init
|
||||||
|
|
||||||
|
## Set ulimits. This should normally be handled on test-by-test
|
||||||
|
## basis through @xxx@-keywords.
|
||||||
|
set maximum-memory-usage 16384
|
||||||
|
set shell-ulimit-command ulimit
|
||||||
|
remote_exec host ${shell-ulimit-command} "-d ${maximum-memory-usage}"
|
||||||
|
remote_exec host ${shell-ulimit-command} "-v ${maximum-memory-usage}"
|
||||||
|
|
||||||
|
## Now, do the work directory by directory
|
||||||
libstdc++_runtest [glob -nocomplain $srcdir/*]
|
libstdc++_runtest [glob -nocomplain $srcdir/*]
|
||||||
dg-finish
|
dg-finish
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue