summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* Fix running the testsuite on msysIan Lynagh2010-04-121-2/+10
* Use the UTF8 codepage when running on WindowsIan Lynagh2010-03-191-22/+33
* Fix running hp2ps in a directory containing spacesIan Lynagh2010-03-041-1/+1
* Give more info in the testsuite outputIan Lynagh2010-01-011-1/+4
* Check for duplicate test names, and report them as framework failuresIan Lynagh2010-01-011-0/+5
* Refactor the cleaning codeIan Lynagh2009-12-191-31/+32
* Remove unused clean_o_hi functionIan Lynagh2009-12-191-3/+0
* Add clean_cmd to the testsuite, and use it in bug1465Ian Lynagh2009-12-192-0/+20
* Remove debugging printIan Lynagh2009-12-191-1/+0
* Add pre-command support to the testsuite, and fix annrun01 by using itIan Lynagh2009-12-192-0/+22
* Allow tests to behave differently depending on whether the compiler is in-treeIan Lynagh2009-12-182-0/+15
* Print out how many tests we have done and the total when we run a testIan Lynagh2009-11-281-1/+1
* Gather all tests at once, rather than doing them directory by directoryIan Lynagh2009-11-283-41/+35
* grab the target architecture from GHC, and add an if_arch() testSimon Marlow2009-11-242-0/+7
* Fix setting of utf8 locale on Mac OS XManuel M T Chakravarty2009-11-121-1/+1
* add config.have_shared_libsSimon Marlow2009-11-041-0/+3
* Don't use threads on WindowsIan Lynagh2009-10-281-17/+22
* Normalise slashesIan Lynagh2009-10-211-0/+1
* Always use / to join paths; stops "make -C .\ clean" being misparsedIan Lynagh2009-10-211-1/+1
* wibbles to setting LC_ALL, trying to fix buildbot test failuresSimon Marlow2009-09-291-2/+3
* Fix runtests.py for Python 2.6.1Manuel M T Chakravarty2009-09-171-3/+5
* add -no-user-package-conf to GHC command linesSimon Marlow2009-07-241-1/+1
* Follow Integer changesIan Lynagh2009-07-211-1/+1
* Follow Integer library changesIan Lynagh2009-06-231-0/+4
* Look at whether we already have a UTF8 locale, before trying to find oneIan Lynagh2009-06-111-9/+14
* Try and find a utf8 locale to useIan Lynagh2009-06-101-0/+16
* Use +RTS -V0 when looking at timing informationIan Lynagh2009-06-051-2/+2
* Tweak the driver so that 2566 passes in teh new build systemIan Lynagh2009-04-261-0/+4
* Add support for compiler -t statsIan Lynagh2009-04-042-38/+65
* Define if_not_platformIan Lynagh2009-04-031-0/+6
* Define if_wordsize in the driverIan Lynagh2009-04-031-0/+6
* Improve the testsuite driver support for -t stats, and enhance space_leak_001Ian Lynagh2009-04-032-42/+40
* Rewrite the result testing logic in simple_runIan Lynagh2009-04-031-8/+11
* Re-indent simple_run in the driverIan Lynagh2009-04-031-54/+54
* Define and use opts in simple_run in the driverIan Lynagh2009-04-031-6/+8
* clean .eventlog filesSimon Marlow2009-03-301-1/+1
* Fix trac #3091: the driver was choking on python versions containing lettersIan Lynagh2009-03-201-3/+7
* Fix test 2566 in the new build systemIan Lynagh2009-01-091-0/+9
* check for valid .prof files when profilingSimon Marlow2008-12-151-3/+21
* Clean .exe.manifest filesIan Lynagh2008-12-031-1/+1
* small fix to the space-leak testing frameworkSimon Marlow2008-11-251-1/+1
* Don't show whitespace differences when diffing test resultsIan Lynagh2008-11-231-2/+10
* Add a space leak test, and some infrastructure for checking space usageIan Lynagh2008-11-232-0/+48
* Print out exceptions when cleaning testsIan Lynagh2008-10-011-3/+11
* Remove no_clean from the driverIan Lynagh2008-08-251-3/+0
* Simplify the driver a bit: Break skip_{if,unless}_tag down into smaller partsIan Lynagh2008-08-171-10/+8
* Tweak whitespaceIan Lynagh2008-06-281-4/+4
* Clean <test>.std{out,err}.normalisedIan Lynagh2008-06-281-0/+1
* Clean empty directories as well as filesIan Lynagh2008-06-281-1/+6
* Use -fforce-recomp instead of -no-recompIan Lynagh2008-06-141-3/+3