* testsuite/libstdc++.tests/tests.exp: Add comment.
authorGabriel Dos Reis <gdr@codesourcery.com>
Tue, 1 May 2001 17:28:02 +0000 (17:28 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Tue, 1 May 2001 17:28:02 +0000 (17:28 +0000)
From-SVN: r41730

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/libstdc++.tests/tests.exp

index 8350051e1d0ccc5d445315abc1e06103f0a15c35..d160b2dbda50e0b3e54147dd7717c7c409fc74ca 100644 (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.
index c3a66f5dae3e0a74260bf027742dbd3c7a073450..49f9ff85a0d45a197172434ee19ba99f4b427735 100644 (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}"