summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* Testsuite fixes for when we only have dynamic librariesIan Lynagh2012-10-251-0/+3
* The asm tests pass on Linux, but not OS XIan Lynagh2012-10-131-1/+1
* Fix memcpy when -fPIC is onIan Lynagh2012-10-131-0/+1
* ghcilink001 is expected to fail when ghci is dynamicIan Lynagh2012-10-121-0/+6
* Run all the 'alone' tests at the end of the testsuite runIan Lynagh2012-10-112-21/+26
* Copy the flag lists before altering themIan Lynagh2012-10-111-3/+3
* Add 'high_memory_usage' as an alias for 'alone'Ian Lynagh2012-10-111-0/+3
* Add an outputdir test optionIan Lynagh2012-10-112-2/+40
* Make it possible to test the generated assemblyJohan Tibell2012-10-091-1/+53
* We weren't generating a stats file for tests that only had stats_range_fields...Simon Peyton Jones2012-10-031-1/+1
* Add support for per-test timeout adjustment (timeout_multiplier), and tighten...Edward Z. Yang2012-09-252-8/+21
* Print stdout diff even if stderr diff alrady fails (#7247)Joachim Breitner2012-09-211-2/+4
* 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