| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Gather all tests at once, rather than doing them directory by directory | Ian Lynagh | 2009-11-28 | 1 | -19/+19 |
* | grab the target architecture from GHC, and add an if_arch() test | Simon Marlow | 2009-11-24 | 1 | -0/+6 |
* | Normalise slashes | Ian Lynagh | 2009-10-21 | 1 | -0/+1 |
* | Always use / to join paths; stops "make -C .\ clean" being misparsed | Ian Lynagh | 2009-10-21 | 1 | -1/+1 |
* | add -no-user-package-conf to GHC command lines | Simon Marlow | 2009-07-24 | 1 | -1/+1 |
* | Follow Integer changes | Ian Lynagh | 2009-07-21 | 1 | -1/+1 |
* | Follow Integer library changes | Ian Lynagh | 2009-06-23 | 1 | -0/+4 |
* | Use +RTS -V0 when looking at timing information | Ian Lynagh | 2009-06-05 | 1 | -2/+2 |
* | Tweak the driver so that 2566 passes in teh new build system | Ian Lynagh | 2009-04-26 | 1 | -0/+4 |
* | Add support for compiler -t stats | Ian Lynagh | 2009-04-04 | 1 | -37/+63 |
* | Define if_not_platform | Ian Lynagh | 2009-04-03 | 1 | -0/+6 |
* | Define if_wordsize in the driver | Ian Lynagh | 2009-04-03 | 1 | -0/+6 |
* | Improve the testsuite driver support for -t stats, and enhance space_leak_001 | Ian Lynagh | 2009-04-03 | 1 | -37/+33 |
* | Rewrite the result testing logic in simple_run | Ian Lynagh | 2009-04-03 | 1 | -8/+11 |
* | Re-indent simple_run in the driver | Ian Lynagh | 2009-04-03 | 1 | -54/+54 |
* | Define and use opts in simple_run in the driver | Ian Lynagh | 2009-04-03 | 1 | -6/+8 |
* | clean .eventlog files | Simon Marlow | 2009-03-30 | 1 | -1/+1 |
* | Fix test 2566 in the new build system | Ian Lynagh | 2009-01-09 | 1 | -0/+9 |
* | check for valid .prof files when profiling | Simon Marlow | 2008-12-15 | 1 | -3/+21 |
* | Clean .exe.manifest files | Ian Lynagh | 2008-12-03 | 1 | -1/+1 |
* | small fix to the space-leak testing framework | Simon Marlow | 2008-11-25 | 1 | -1/+1 |
* | Don't show whitespace differences when diffing test results | Ian Lynagh | 2008-11-23 | 1 | -2/+10 |
* | Add a space leak test, and some infrastructure for checking space usage | Ian Lynagh | 2008-11-23 | 1 | -0/+42 |
* | Print out exceptions when cleaning tests | Ian Lynagh | 2008-10-01 | 1 | -3/+11 |
* | Remove no_clean from the driver | Ian Lynagh | 2008-08-25 | 1 | -3/+0 |
* | Simplify the driver a bit: Break skip_{if,unless}_tag down into smaller parts | Ian Lynagh | 2008-08-17 | 1 | -10/+8 |
* | Tweak whitespace | Ian Lynagh | 2008-06-28 | 1 | -4/+4 |
* | Clean <test>.std{out,err}.normalised | Ian Lynagh | 2008-06-28 | 1 | -0/+1 |
* | Clean empty directories as well as files | Ian Lynagh | 2008-06-28 | 1 | -1/+6 |
* | Use -fforce-recomp instead of -no-recomp | Ian Lynagh | 2008-06-14 | 1 | -3/+3 |
* | Break expect_fail_if_compiler_type and expect_broken_if_compiler_type down | Ian Lynagh | 2008-06-10 | 1 | -16/+6 |
* | following the fix for #1955, the .ps file is now in foo.ps, not foo.exe.ps on... | Simon Marlow | 2008-05-14 | 1 | -4/+1 |
* | Don't bother testing ghostscript if we have no profiling libraries | Simon Marlow | 2008-05-09 | 1 | -3/+4 |
* | Add if_os, and change derefnull/divbyzero to use it | Ian Lynagh | 2008-04-20 | 1 | -0/+6 |
* | Add if_platform and remove *_if_platform | Ian Lynagh | 2008-04-20 | 1 | -29/+5 |
* | Apply cmd_prefix also to the ghci way | Thorkil Naur | 2008-02-08 | 1 | -1/+6 |
* | Cache the results of looking to see if we have a library or not | Ian Lynagh | 2008-02-10 | 1 | -11/+22 |
* | Find compiler version-specific output files automatically | Simon Marlow | 2008-02-06 | 1 | -15/+36 |
* | If the "setup" argument to test is a list, treat it as a list of functions | Simon Marlow | 2008-02-06 | 1 | -0/+5 |
* | allow extra normalisation to be applied to the output on a per-test basis | Simon Marlow | 2008-01-22 | 1 | -5/+11 |
* | Simplify the testsuite driver | Ian Lynagh | 2007-12-15 | 1 | -78/+29 |
* | Be more consistent in printing about framework failures | Ian Lynagh | 2007-11-23 | 1 | -4/+5 |
* | remove the _with_prefix forms of compile_and_run, add cmd_prefix() config ins... | Simon Marlow | 2007-11-22 | 1 | -15/+15 |
* | skip arrow for ghc < 6.9 (Control.Category doesn't exist) | Ian Lynagh | 2007-11-10 | 1 | -1/+10 |
* | add extra_hc_opts for ghci_script | simonpj | 2007-11-06 | 1 | -0/+1 |
* | Add space after -ignore-dot-ghci | Simon Marlow | 2007-10-22 | 1 | -1/+1 |
* | Add namebase_if_compiler_lt to the testsuite driver | Ian Lynagh | 2007-10-19 | 1 | -3/+27 |
* | Pass -ignore-dot-ghci to GHCi | Simon Marlow | 2007-09-26 | 1 | -1/+1 |
* | add expect_fail_ways_if_compiler_lt() | Simon Marlow | 2007-09-26 | 1 | -0/+13 |
* | Various testsuite helper functions like expect_broken_if_compiler_ge | Ian Lynagh | 2007-09-21 | 1 | -0/+54 |