Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Skip setnumcapabilities001 if we don't have SMP support | Simon Marlow | 2012-01-06 | 1 | -1/+7 | |
| * | Don't add threaded2_hT unless we have threaded and SMP support | Simon Marlow | 2012-01-06 | 1 | -2/+7 | |
| * | setnumcapabilities001 requires the parallel package | Simon Marlow | 2012-01-06 | 1 | -1/+2 | |
| * | Count the number of tests that failed due to reqlib() | Simon Marlow | 2012-01-06 | 2 | -6/+19 | |
| * | add test for #5747 | Simon Marlow | 2012-01-06 | 4 | -0/+11 | |
* | | Test Trac #5759 | Simon Peyton Jones | 2012-01-10 | 3 | -0/+21 | |
|/ | ||||||
* | Adapt test output to reflect better -ddump-deriv output | Jose Pedro Magalhaes | 2012-01-04 | 1 | -4/+14 | |
* | Error message wibbles for new CoAxiom story | Simon Peyton Jones | 2012-01-04 | 4 | -48/+30 | |
* | Test Trac #4310 | Simon Peyton Jones | 2011-12-29 | 2 | -0/+12 | |
* | Test Trac #5721 | Simon Peyton Jones | 2011-12-29 | 2 | -0/+8 | |
* | Performance test for Trac #5321 | Simon Peyton Jones | 2011-12-29 | 3 | -0/+237 | |
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2011-12-23 | 17 | -18/+148 | |
|\ | ||||||
| * | More Safe Haskell tests | David Terei | 2011-12-22 | 16 | -0/+131 | |
| * | Error change following up kind constraint solving modificatios. | Dimitrios Vytiniotis | 2011-12-22 | 1 | -18/+17 | |
* | | Test Trac #5700 | Simon Peyton Jones | 2011-12-23 | 4 | -0/+33 | |
* | | Adjust test to handling of unit unboxed tuple | Simon Peyton Jones | 2011-12-23 | 1 | -4/+4 | |
* | | Minor wibbles to error messages, as a result of fiddling with | Simon Peyton Jones | 2011-12-23 | 12 | -73/+73 | |
* | | Test Trac #5719 | Simon Peyton Jones | 2011-12-23 | 3 | -0/+31 | |
* | | Test Trac #5712 | Simon Peyton Jones | 2011-12-23 | 3 | -0/+16 | |
|/ | ||||||
* | Update Safe Haskell tests | David Terei | 2011-12-20 | 6 | -2/+21 | |
* | Test Trac #5657 | Simon Peyton Jones | 2011-12-20 | 3 | -0/+9 | |
* | add 32-bit output | Simon Marlow | 2011-12-19 | 1 | -0/+1 | |
* | fix $(HAVE_PROFILING) on Windows | Simon Marlow | 2011-12-19 | 1 | -1/+1 | |
* | accept output | Simon Marlow | 2011-12-19 | 1 | -1/+1 | |
* | add a test for setNumCapabilities | Simon Marlow | 2011-12-19 | 3 | -0/+39 | |
* | Testing vectorisation of superclasses | Manuel M T Chakravarty | 2011-12-18 | 4 | -11/+22 | |
* | dph: add alone flags to fix build race | Ben Lippmeier | 2011-12-16 | 4 | -5/+10 | |
* | Tests for T5684. They won't fail necessarily in 7.2.1 because | Dimitrios Vytiniotis | 2011-12-15 | 3 | -0/+83 | |
* | Add a test for a memory allocation bug in the RTS flag handling. | Simon Marlow | 2011-12-14 | 3 | -0/+5 | |
* | .gitignore | Manuel M T Chakravarty | 2011-12-14 | 1 | -1/+10 | |
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2011-12-13 | 61 | -55/+3724 | |
|\ | ||||||
| * | Get the value of $(AR) from ghc --info | Simon Marlow | 2011-12-13 | 2 | -2/+7 | |
| * | Move T4113 to libraries/directory/tests (#4480) | Simon Marlow | 2011-12-13 | 4 | -25/+0 | |
| * | add a test for #4018 | Simon Marlow | 2011-12-13 | 2 | -0/+31 | |
| * | accept | Simon Marlow | 2011-12-13 | 2 | -2/+2 | |
| * | Mark dph-diophantine (#5613) as fixed | Manuel M T Chakravarty | 2011-12-13 | 2 | -3/+6 | |
| * | dph: multi-file tests must be set to alone to avoid build races | Ben Lippmeier | 2011-12-12 | 3 | -6/+12 | |
| * | dph: drop optimisation level for some tests to speed up validate | Ben Lippmeier | 2011-12-12 | 3 | -5/+5 | |
| * | dph: add nbody test | Ben Lippmeier | 2011-12-12 | 14 | -0/+980 | |
| * | dph: rename test file | Ben Lippmeier | 2011-12-12 | 1 | -0/+0 | |
| * | dph: duplicate copy tests as vseg tests | Ben Lippmeier | 2011-12-12 | 30 | -15/+2169 | |
| * | dph: follow changes in unlifted API | Ben Lippmeier | 2011-12-12 | 3 | -4/+4 | |
| * | add a perf regression test for #783 | Simon Marlow | 2011-12-09 | 2 | -0/+515 | |
* | | Add InstanceSigs to GhcOnly flags | Simon Peyton Jones | 2011-12-13 | 1 | -0/+1 | |
* | | Wibble to error message for deriving( Functor ) | Simon Peyton Jones | 2011-12-13 | 1 | -32/+32 | |
* | | Test Trac #5689 | Simon Peyton Jones | 2011-12-12 | 3 | -0/+23 | |
* | | Test Trac #5686 | Simon Peyton Jones | 2011-12-12 | 3 | -0/+13 | |
* | | Test Trac #5676, and wibble to error message on mod45 | Simon Peyton Jones | 2011-12-12 | 3 | -2/+26 | |
|/ | ||||||
* | add test from #5363 | Simon Marlow | 2011-12-07 | 3 | -0/+19 | |
* | plugins05, plugins06: expect fail for dyn and profiling ways | Simon Marlow | 2011-12-07 | 1 | -2/+8 |