Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix qq00{7,8} with dynamic ghc | Ian Lynagh | 2013-06-16 | 4 | -8/+20 | |
* | Update fptr01 | Takano Akio | 2013-06-15 | 1 | -3/+3 | |
* | Fix some testsuite cleaning; part of #7941 | Ian Lynagh | 2013-06-14 | 6 | -6/+11 | |
* | Mark cgrun072 as expect_broken( 7902 ) | Simon Peyton Jones | 2013-06-12 | 1 | -1/+1 | |
* | Test Trac #7967 | Simon Peyton Jones | 2013-06-12 | 3 | -0/+39 | |
* | Wibbles to error message in recomp006 | Simon Peyton Jones | 2013-06-11 | 1 | -3/+2 | |
* | Test Trac #7974 | Simon Peyton Jones | 2013-06-10 | 2 | -0/+9 | |
* | Test Trac #7973 | Simon Peyton Jones | 2013-06-10 | 2 | -0/+26 | |
* | Fix cgrun072 | Ian Lynagh | 2013-06-09 | 2 | -10/+7 | |
* | add test for the new bswap primops | Ian Lynagh | 2013-06-09 | 3 | -0/+71 | |
* | Update expected perf results | Ian Lynagh | 2013-06-08 | 2 | -5/+13 | |
* | Test Trac #7894 | Simon Peyton Jones | 2013-06-07 | 3 | -0/+4 | |
* | Update readme to markdown and expand. | David Terei | 2013-06-06 | 2 | -7/+39 | |
* | Allow fast from top level makefile. | David Terei | 2013-06-06 | 1 | -0/+3 | |
* | Update gitignore. | David Terei | 2013-06-06 | 1 | -264/+367 | |
* | Simplifier trace wibbles for cardinality analysis | Simon Peyton Jones | 2013-06-06 | 7 | -13/+13 | |
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2013-06-06 | 6 | -0/+95 | |
|\ | ||||||
| * | Add missing files from #7702's test | Ian Lynagh | 2013-06-06 | 6 | -0/+95 | |
* | | Test Trac #7959 | Krzysztof Gogolewski | 2013-06-05 | 3 | -0/+15 | |
|/ | ||||||
* | Remove some cruft | Ian Lynagh | 2013-06-04 | 1 | -2/+1 | |
* | Performance test for Trac #7702 | Andrew Farmer | 2013-06-04 | 1 | -0/+13 | |
* | Add a test for #7859 | Ian Lynagh | 2013-06-04 | 4 | -0/+18 | |
* | Fix test for Trac #7931 | Simon Peyton Jones | 2013-05-30 | 4 | -3/+6 | |
* | Remove CatPairs test. | Austin Seipp | 2013-05-30 | 2 | -31/+0 | |
* | Test DerivingNewType now passes | Simon Peyton Jones | 2013-05-30 | 1 | -1/+1 | |
* | Test Trac #7785 | Simon Peyton Jones | 2013-05-30 | 3 | -0/+38 | |
* | Make test for T7903 a bit harder! | Simon Peyton Jones | 2013-05-30 | 1 | -1/+3 | |
* | Test Trac #7809 | Simon Peyton Jones | 2013-05-30 | 3 | -0/+15 | |
* | Whoops. :( | Austin Seipp | 2013-05-30 | 1 | -0/+30 | |
* | Add test for polykinded Control.Category. | Austin Seipp | 2013-05-30 | 1 | -0/+1 | |
* | Test Trac #4185 | Simon Peyton Jones | 2013-05-30 | 2 | -0/+47 | |
* | Wibble to error message | Simon Peyton Jones | 2013-05-30 | 1 | -5/+5 | |
* | Re-increase the (erratic) max-bytes-used bound for T3294 | Simon Peyton Jones | 2013-05-30 | 1 | -1/+3 | |
* | Test Trac #7797 | Simon Peyton Jones | 2013-05-30 | 4 | -0/+41 | |
* | Test Trac #7943 | Simon Peyton Jones | 2013-05-28 | 3 | -0/+7 | |
* | Test Trac #7937 | Simon Peyton Jones | 2013-05-28 | 3 | -0/+15 | |
* | Explicit kinds in :info command ===> testsuite wibbles | Simon Peyton Jones | 2013-05-27 | 3 | -9/+12 | |
* | Test Trac #7931 | Simon Peyton Jones | 2013-05-27 | 3 | -0/+9 | |
* | Test Trac #7939 | Simon Peyton Jones | 2013-05-27 | 4 | -0/+16 | |
* | Improve test T7916 | Simon Peyton Jones | 2013-05-24 | 1 | -0/+6 | |
* | Test Trac #7924 | Simon Peyton Jones | 2013-05-22 | 3 | -0/+23 | |
* | Test Trac #7916 | Simon Peyton Jones | 2013-05-22 | 2 | -0/+10 | |
* | Update output for T2604 | Jose Pedro Magalhaes | 2013-05-21 | 1 | -2/+2 | |
* | Add test for T5863 | Jose Pedro Magalhaes | 2013-05-21 | 3 | -0/+25 | |
* | Test deriving Typeable for promoted data constructors with AutoDeriveTypeable | Jose Pedro Magalhaes | 2013-05-21 | 1 | -1/+4 | |
* | Add stderr output | Simon Peyton Jones | 2013-05-21 | 1 | -1/+10 | |
* | We no longer quantify over an entirely-unused existential type variable | Simon Peyton Jones | 2013-05-21 | 2 | -2/+2 | |
* | Improved error message | Simon Peyton Jones | 2013-05-21 | 4 | -0/+5 | |
* | Add a test for 2 trailing commas in the module export list | Ian Lynagh | 2013-05-19 | 3 | -0/+6 | |
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Ian Lynagh | 2013-05-17 | 8 | -4/+63 | |
|\ |