Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add a framework test for the package cache file being modified | Ian Lynagh | 2010-11-14 | 1 | -1/+17 | |
| | | | | Tests shouldn't touch the compiler's package database | |||||
* | Add 'unless_os' testlib helper | Ian Lynagh | 2010-11-10 | 1 | -0/+6 | |
| | ||||||
* | Add a test for #4255: can't use TH with a profiled compiler | Ian Lynagh | 2010-09-22 | 1 | -0/+6 | |
| | ||||||
* | Add an if_compiler_profiled helper | Ian Lynagh | 2010-09-21 | 1 | -0/+6 | |
| | | | | and use it to skip the th, ghci and debugger tests when GHC is profiled. | |||||
* | when calling ghc-pkg for reqlib(), add --no-user-package-conf | Simon Marlow | 2010-09-20 | 1 | -1/+1 | |
| | ||||||
* | Remove some errmsg normalisation (removing paths from filenames) | Ian Lynagh | 2010-08-08 | 1 | -3/+0 | |
| | | | | This wasn't needed, but was breaking "data/newtype" in an error message | |||||
* | Make the dynlib tests work on Windows | Ian Lynagh | 2010-05-03 | 1 | -0/+16 | |
| | ||||||
* | Fix the ffi002 test | Ian Lynagh | 2010-04-28 | 1 | -1/+14 | |
| | ||||||
* | Fix running hp2ps in a directory containing spaces | Ian Lynagh | 2010-03-04 | 1 | -1/+1 | |
| | ||||||
* | Give more info in the testsuite output | Ian Lynagh | 2010-01-01 | 1 | -1/+4 | |
| | ||||||
* | Check for duplicate test names, and report them as framework failures | Ian Lynagh | 2010-01-01 | 1 | -0/+5 | |
| | ||||||
* | Refactor the cleaning code | Ian Lynagh | 2009-12-19 | 1 | -31/+32 | |
| | ||||||
* | Remove unused clean_o_hi function | Ian Lynagh | 2009-12-19 | 1 | -3/+0 | |
| | ||||||
* | Add clean_cmd to the testsuite, and use it in bug1465 | Ian Lynagh | 2009-12-19 | 1 | -0/+17 | |
| | ||||||
* | Remove debugging print | Ian Lynagh | 2009-12-19 | 1 | -1/+0 | |
| | ||||||
* | Add pre-command support to the testsuite, and fix annrun01 by using it | Ian Lynagh | 2009-12-19 | 1 | -0/+19 | |
| | ||||||
* | Allow tests to behave differently depending on whether the compiler is in-tree | Ian Lynagh | 2009-12-18 | 1 | -0/+12 | |
| | | | | | And skip testwsdeque if it is not in-tree, as we rely on some headers from the build tree. | |||||
* | Print out how many tests we have done and the total when we run a test | Ian Lynagh | 2009-11-28 | 1 | -1/+1 | |
| | | | | | | | This isn't perfect, as it doesn't account for tests that will be skipped in the total. But that's hard to work out, as we might skip a test in only some ways and we currently don't work out which ways to run it until later, so I think this is good enough for now. | |||||
* | Gather all tests at once, rather than doing them directory by directory | Ian Lynagh | 2009-11-28 | 1 | -19/+19 | |
| | | | | | This increases the parallelism possible, and allows us to track what progress we are making. | |||||
* | 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 | |
| | | | | This should make things more deterministic | |||||
* | 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 | |
| | | | | | We don't use it any more, and it shouldn't be used as it effectively means that the test won't work in the parallel testsuite. | |||||
* | 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 | |
| | | | | | | | into their component parts if_compiler_type expect_fail expect_broken | |||||
* | following the fix for #1955, the .ps file is now in foo.ps, not foo.exe.ps ↵ | Simon Marlow | 2008-05-14 | 1 | -4/+1 | |
| | | | | on Windows |