summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* Add some haddock space usage testsIan Lynagh2012-08-141-0/+5
* Fix a testsuite driver failure on cygwinIan Lynagh2012-05-221-0/+11
* dead code: guess_compiler_flags()Simon Marlow2012-05-221-9/+0
* Rename package-conf flags to package-db.Paolo Capriotti2012-05-151-2/+2
* Driver tweakIan Lynagh2012-05-081-4/+4
* Change how we detect whether the terminal is cygwin or msysIan Lynagh2012-05-011-9/+9
* Allow OS-specific test outputs in the driverIan Lynagh2012-05-011-0/+1
* Simplify the stdout-* filename generation in the driverIan Lynagh2012-05-011-17/+8
* Testsuite driver tweak for WindowsIan Lynagh2012-04-271-3/+9
* fix bug in stats checkingSimon Marlow2012-04-261-2/+2
* Add combined_output option.Paolo Capriotti2012-04-232-5/+17
* Disable threads with python 2.7.2.Paolo Capriotti2012-03-061-0/+6
* Remove some out-of-date normalisationIan Lynagh2012-02-161-4/+0
* add req_smpSimon Marlow2012-02-162-0/+7
* Allow perf bounds to be specified as base + percentage deviationSimon Marlow2012-02-162-3/+56
* Make the compiler_always_flags modifiable on a per-test basisSimon Marlow2012-02-162-5/+11
* Add normalise_exe for removing ".exe" extensions in output on WindowsSimon Marlow2012-01-171-0/+7
* Count the number of tests that failed due to reqlib()Simon Marlow2012-01-062-6/+19
* add test for #5747Simon Marlow2012-01-061-0/+8
* Ignore IDLE in .prof.sample (fix spurious profthreaded failures)Simon Marlow2011-11-301-1/+1
* add req_shared_libs and use itSimon Marlow2011-11-161-0/+4
* Set -no-hs-main if the test is not Haskell codeSimon Marlow2011-11-161-0/+6
* Fix meaning of the only_ways field (fixed cgrun057(normal) in validate)Simon Marlow2011-11-162-5/+5
* cleaning of testsuiteDavid Terei2011-11-151-4/+0
* remove accidentally-left-in debugging outputSimon Marlow2011-11-141-2/+0
* shouldn't fail the test if we are accepting outputSimon Marlow2011-11-091-4/+8
* normalise slashes in error messagesSimon Marlow2011-11-091-0/+2
* allow error message normalisation to be customisedSimon Marlow2011-11-092-9/+26
* Don't give normalised diff outputIan Lynagh2011-11-051-5/+0
* some more profiling testsSimon Marlow2011-11-021-0/+4
* code for comparing profile outputsSimon Marlow2011-11-021-1/+48
* Add more Safe Haskell tests for new designDavid Terei2011-10-251-3/+3
* Merge branch 'master' of http://darcs.haskell.org/testsuiteIan Lynagh2011-10-182-17/+23
|\
| * generalise cmd_prefix to a general function to transform the commandSimon Marlow2011-10-182-17/+23
* | Get rid of the multisrc* test typesIan Lynagh2011-10-181-15/+2
* | Catch any uncaught exceptions in test_common_workIan Lynagh2011-10-181-89/+92
|/
* Have multi[src,mod] test ways clean up after themselves.David Terei2011-10-111-0/+6
* add a test for foreign imports in GHCiSimon Marlow2011-10-061-0/+3
* Driver: define config.libdir for tests to useIan Lynagh2011-10-051-1/+1
* Tell python to let us use the "with X:" syntaxIan Lynagh2011-09-251-8/+4
* Don't use "with lock" syntax in the driverIan Lynagh2011-09-241-1/+8
* Rejig how performance test stats are storedIan Lynagh2011-09-182-8/+12
* Don't clean tests that we aren't runningIan Lynagh2011-09-051-7/+8
* Improve check-files-written modeIan Lynagh2011-09-041-20/+48
* Improve the check-files-written testsuite driver codeIan Lynagh2011-09-041-17/+23
* Check explicitly for writes to ghci_historyIan Lynagh2011-09-011-4/+16
* Improve the check-files-written testsuite driver functionalityIan Lynagh2011-09-011-21/+68
* Use True/False rather than 1/0 for opts.aloneIan Lynagh2011-08-082-2/+2
* Add support for checking whether files are written by more than one testIan Lynagh2011-08-073-9/+130
* Testcase for objective-c++ compilation (trac #5150)Peter Wortmann2011-08-062-3/+9