summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
...
* Convert more helpers to the new schemeIan Lynagh2013-02-111-21/+6
* Change '{if,unless}_arch' to 'arch'Ian Lynagh2013-02-111-11/+2
* Print a warning if we get framework failures when listing brokensIan Lynagh2013-02-111-0/+6
* Handle duplicates in the brokens listIan Lynagh2013-02-111-4/+8
* expect_broken_for should also be added to the list of brokensIan Lynagh2013-02-111-8/+10
* Replace 'if_os' and 'unless_os' with 'opsys'Ian Lynagh2013-02-111-11/+2
* Add 'make list_brokens'Ian Lynagh2013-02-113-21/+36
* Rearrange the summary outputIan Lynagh2013-02-101-16/+18
* Remove unused helper functionsIan Lynagh2013-02-081-6/+0
* Replace 'if_platform' and 'unless_platform' with 'platform'Ian Lynagh2013-02-081-11/+2
* Allow a simpler form of stats_num_field where all platforms use the same valueIan Lynagh2013-02-071-5/+9
* Add a different sort of stats_num_field helper functionIan Lynagh2013-02-071-7/+29
* Remove unused *_num_fields bindingsIan Lynagh2013-02-071-11/+0
* Pass the test name to the test optionsIan Lynagh2013-02-072-96/+90
* Change how the testsuite driver handles copying the test optionsIan Lynagh2013-02-071-5/+3
* Rename some argumentsIan Lynagh2013-02-071-4/+4
* Define 'when' and 'unless' helpersIan Lynagh2013-02-071-11/+11
* Simplify driver code slightlyIan Lynagh2013-02-071-2/+1
* Add a TEST="..." line to testsuite outputIan Lynagh2013-02-071-0/+13
* Make failing perf test output easier to readIan Lynagh2013-02-061-10/+23
* Eliminate *_num_fieldIan Lynagh2013-02-061-49/+11
* Fix cabal01 on WindowsIan Lynagh2013-02-051-1/+1
* Handle ^C better when threads are being used tooIan Lynagh2013-02-021-5/+15
* When the testsuite is ^Ced, print the summary anywayIan Lynagh2013-02-022-1/+18
* Revert "fix runtests to set LD_LIBRARY_PATH environment variable."Ian Lynagh2013-01-251-26/+22
* Make numeric-only test names a framework failureIan Lynagh2013-01-251-1/+1
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//testsuiteIan Lynagh2013-01-251-22/+26
|\
| * fix runtests to set LD_LIBRARY_PATH environment variable.David Terei2013-01-241-22/+26
* | Make do_test catch and re-raise KeyboardInterruptIan Lynagh2013-01-251-0/+2
|/
* Clean the .hpc directoriesIan Lynagh2013-01-241-0/+5
* Use .hpc.<testname> for the hpc directoryIan Lynagh2013-01-241-4/+4
* Don't allow '/' characters in test namesIan Lynagh2013-01-241-1/+1
* Add a (currently very permissive) test name checkIan Lynagh2013-01-221-0/+2
* Remove a stray colon from the framework fail messagesIan Lynagh2013-01-221-1/+1
* Add better support for .cmm test files.Austin Seipp2013-01-172-1/+10
* Add a test for #7563Ian Lynagh2013-01-121-0/+12
* Fix Word2Float# test on 32-bitJohan Tibell2013-01-071-0/+6
* Only run dynamicToo001 if we have both vanilla and dynamic librariesIan Lynagh2012-12-142-0/+39
* Remove the 'alone' modifierIan Lynagh2012-11-171-3/+0
* Add if_compiler_debugged to testsuite driverIan Lynagh2012-11-101-0/+6
* 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