summaryrefslogtreecommitdiff
path: root/glafp-utils/runstdtest
Commit message (Collapse)AuthorAgeFilesLines
* Reorganisation of the source treeSimon Marlow2006-04-072-490/+0
| | | | | | | | | | | | | | | Most of the other users of the fptools build system have migrated to Cabal, and with the move to darcs we can now flatten the source tree without losing history, so here goes. The main change is that the ghc/ subdir is gone, and most of what it contained is now at the top level. The build system now makes no pretense at being multi-project, it is just the GHC build system. No doubt this will break many things, and there will be a period of instability while we fix the dependencies. A straightforward build should work, but I haven't yet fixed binary/source distributions. Changes to the Building Guide will follow, too.
* Update Cachegrind support for changes to the Valgrind CLISimon Marlow2006-01-241-1/+1
|
* [project @ 2005-07-27 10:32:49 by simonmar]simonmar2005-07-271-1/+2
| | | | update for changes in stats output
* [project @ 2004-09-20 07:27:15 by mthomas]mthomas2004-09-201-0/+7
| | | | Make tests run on Cygwin hosted MinGW32 build.
* [project @ 2004-04-02 14:22:30 by simonmar]simonmar2004-04-021-1/+1
| | | | cachegrind: update command line syntax for recent versions of valgrind
* [project @ 2003-01-09 15:49:25 by simonmar]simonmar2003-01-091-1/+1
| | | | small fix: 'if ($x)' is not the same as 'if ($x ne "")'
* [project @ 2002-09-18 12:35:36 by simonmar]simonmar2002-09-181-52/+35
| | | | | remove old heimdall and cacheprof support, and add cachegrind support (-cachegrind option).
* [project @ 2001-10-01 13:13:38 by rrt]rrt2001-10-011-0/+2
| | | | | Get rid of \rs at the end of lines in prescripts and postscripts to work around Windows dodginess.
* [project @ 2001-02-07 16:56:47 by rrt]rrt2001-02-071-2/+2
| | | | | | | | Comment out evil use of egrep. WARNING: If you have to use egrep, then work out a way of stopping it adding a \n to the end of the output file; otherwise you will mess up the test results again, and I will give you a jolly good SPANKING.
* [project @ 2001-01-18 14:48:02 by rrt]rrt2001-01-181-2/+0
| | | | | Merge fix from ghc-4-07-branch (remove spurious bug-catching code that messes up stderr files).
* [project @ 2000-11-03 11:29:00 by simonmar]simonmar2000-11-031-1/+3
| | | | don't generate heimdall.summary unless -heimdall is on.
* [project @ 2000-11-03 11:25:35 by simonmar]simonmar2000-11-031-1/+1
| | | | | | | Prepend "./" to the command to run only if the file exists in the current directory, rather than based on whether the command begins with a ''/'. This means that 'make HC=ghc-4.08.1' in ghc/tests works as expected.
* [project @ 2000-09-05 10:16:40 by simonmar]simonmar2000-09-052-5/+5
| | | | | | | Rename the make variable TMPDIR to DEFAULT_TMPDIR. This fixes the problem that saying 'TMPDIR=/foo make' in an fptools tree didn't work, because GNU make is in the habit of overriding an environment variable with the value of the corresponding make variable in a sub-process.
* [project @ 2000-07-17 18:44:16 by keithw]keithw2000-07-171-2/+32
| | | | | Insert code to handle instruction counts from Heimdall, as well as CacheProf.
* [project @ 2000-02-24 17:45:53 by simonmar]simonmar2000-02-241-1/+6
| | | | update for format changes in cacheprof.out.summary.
* [project @ 1999-11-19 03:44:07 by kglynn]kglynn1999-11-191-9/+0
| | | | | Removed fix for -ve MUT times, Simon has put fix in rts/Stats.c, which is where it should be.
* [project @ 1999-11-16 11:32:09 by simonmar]simonmar1999-11-161-2/+2
| | | | Couple of fixes for -accept-output.
* [project @ 1999-11-11 15:09:51 by simonmar]simonmar1999-11-111-89/+21
| | | | | Remove old Spix stuff, replace with shiny new support for Julian's CacheProf stuff. yay!
* [project @ 1999-11-09 00:14:50 by kglynn]kglynn1999-11-091-3/+12
| | | | | Support for negative timings in the stats file. (I've seen times of -0.00). If a timing is negative then set it to 0.
* [project @ 1999-07-15 09:56:04 by simonmar]simonmar1999-07-151-1/+1
| | | | | Use +RTS -S<file> rather than +RTS -s<file>, since the latter only gives summary statistics now.
* [project @ 1999-07-05 16:55:19 by sof]sof1999-07-051-2/+9
| | | | New option, -fail, to indicate failure (whatever the return code).
* [project @ 1999-02-25 10:10:31 by simonm]simonm1999-02-251-1/+4
| | | | Include GC bytes copied in stats string.
* [project @ 1999-02-02 12:36:09 by simonm]simonm1999-02-021-1/+6
| | | | Print total memory in use as part of -ghc-timing output.
* [project @ 1999-01-18 16:35:37 by simonm]simonm1999-01-181-2/+2
| | | | Update for new stats output.
* [project @ 1999-01-15 10:27:24 by sof]sof1999-01-151-3/+3
| | | | | Recognise "-- !!!" (as well as "--!!!") as the start of an interesting comment. The latter isn't liked by a Haskell98 tokeniser, hence the change.
* [project @ 1998-12-02 13:17:09 by simonm]simonm1998-12-021-1/+1
| | | | Move 4.01 onto the main trunk.
* [project @ 1998-05-11 11:37:19 by sof]sof1998-05-111-24/+31
| | | | Tidied up -accept-output `feature\', should now work better.
* [project @ 1997-11-25 11:50:17 by simonm]simonm1997-11-251-6/+2
| | | | | | | | | | Don't try to generate stdout files if using -accept-output. It didn't work anyway: a call to pop had stomped on the variable containing the filename before it was used, setting it to the empty string. The call to touch then failed with a syntax error. This behaviour seems more useful: sometimes you really don't want to check the stdout and/or stderr, so you just don't create the file.
* [project @ 1997-07-25 21:12:17 by sof]sof1997-07-251-8/+18
| | | | With -accept-output, create stdout&stderr dump files if does not exist
* [project @ 1997-06-20 09:07:57 by sof]sof1997-06-201-1/+6
| | | | documented -accept-output
* [project @ 1997-06-05 23:22:37 by sof]sof1997-06-051-6/+23
| | | | new option: -accept-output
* [project @ 1997-05-18 03:50:14 by sof]sof1997-05-181-1/+1
| | | | 2.03 update
* [project @ 1997-03-20 23:01:16 by sof]sof1997-03-201-1/+1
| | | | Use eval exec .. trick rather than #!
* [project @ 1997-03-14 07:52:06 by simonpj]simonpj1997-03-142-12/+24
| | | | Major update to more-or-less 2.02
* [project @ 1996-11-21 16:45:53 by simonm]simonm1996-11-212-0/+468
New Build System!