'make check' does nothing?

Gabriel Dos Reis Gabriel.Dos-Reis@cmla.ens-cachan.fr
Mon May 21 08:03:00 GMT 2001


Phil Edwards <pedwards@disaster.jaj.com> writes:

| On Mon, May 21, 2001 at 03:22:02PM +0100, Jason Merrill wrote:
| > Oh, I've got it.  Phil: do a cvs update -d in libstdc++-v3 to get the
| > new testsuite/libstdc++-v3.dg directory.
| 
| Ah-ha.  Could've sworn I'd added -d to my update'n'build script.
| 
| Okay, next silly dejagnu question:  does this code from dg.exp
| 
|     ## Set ulimits.
|     ## This should normally be handled on a per-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}"
|     remote_exec host ${shell-ulimit-command} "-v ${maximum-memory-usage}"
| 
|     # Main loop.
|     dg-runtest [lsort [glob -nocomplain $srcdir/*/*.cc]] \
|             "" $DEFAULT_CXXFLAGS
| 
| really have an effect?

They should, according to the master of DejaGnu, Rob Savoye :-)
If you find they don't then please let me know as soon as possible.

--- Gaby



More information about the Libstdc++ mailing list