aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@codesourcery.com>2001-05-01 17:28:02 +0000
committerGabriel Dos Reis <gdr@gcc.gnu.org>2001-05-01 17:28:02 +0000
commit358c9f4b427a2b7380223594e2040e62e9340fbd (patch)
tree2a1bcbdde8d14f0fe36da687cc745eea9f0a1a0e
parent16636d354ce5d0cf8ab3bc524813a34fff32f976 (diff)
downloadgcc-358c9f4b427a2b7380223594e2040e62e9340fbd.zip
gcc-358c9f4b427a2b7380223594e2040e62e9340fbd.tar.gz
gcc-358c9f4b427a2b7380223594e2040e62e9340fbd.tar.bz2
* testsuite/libstdc++.tests/tests.exp: Add comment.
From-SVN: r41730
-rw-r--r--libstdc++-v3/ChangeLog4
-rw-r--r--libstdc++-v3/testsuite/libstdc++.tests/tests.exp2
2 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 8350051..d160b2d 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,5 +1,9 @@
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.
2001-04-30 Mark Mitchell <mark@codesourcery.com>
diff --git a/libstdc++-v3/testsuite/libstdc++.tests/tests.exp b/libstdc++-v3/testsuite/libstdc++.tests/tests.exp
index c3a66f5..49f9ff8 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}"