* testsuite/libstdc++.tests/tests.exp: Add comment.
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 May 2001 17:28:02 +0000 (17:28 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 May 2001 17:28:02 +0000 (17:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41730 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 8350051..d160b2d 100644 (file)
@@ -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>
index c3a66f5..49f9ff8 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}"