Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | A ton of error message wibbles | Simon Peyton Jones | 2012-09-21 | 133 | -695/+1060 |
* | Merge with master | Simon Peyton Jones | 2012-09-21 | 64 | -102/+367 |
|\ | |||||
| * | Update test output | Jose Pedro Magalhaes | 2012-09-21 | 1 | -1/+1 |
| * | Update perf bounds | Ian Lynagh | 2012-09-20 | 2 | -9/+15 |
| * | Follow module removals in base | Ian Lynagh | 2012-09-20 | 2 | -2/+2 |
| * | Raise T5837 bounds | Ian Lynagh | 2012-09-20 | 1 | -1/+2 |
| * | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2012-09-18 | 2 | -8/+13 |
| |\ | |||||
| | * | Update perf test bounds | Ian Lynagh | 2012-09-18 | 2 | -8/+13 |
| * | | Add a test directory for ext-core, and test Trac #7239 | Simon Peyton Jones | 2012-09-18 | 3 | -0/+40 |
| * | | Test Trac #7238 | Simon Peyton Jones | 2012-09-18 | 2 | -0/+15 |
| * | | Test Trac #7224 and #7230 | Simon Peyton Jones | 2012-09-18 | 5 | -1/+89 |
| * | | Test Trac #5252 (again) | Simon Peyton Jones | 2012-09-18 | 4 | -8/+33 |
| * | | Test Trac #7237 | Simon Peyton Jones | 2012-09-18 | 2 | -0/+11 |
| |/ | |||||
| * | Remove unnecessary hs_add_root call (#7031) | Paolo Capriotti | 2012-09-09 | 1 | -5/+0 |
| * | Add dynamic version of T4464 | Paolo Capriotti | 2012-09-09 | 3 | -0/+15 |
| * | Fix warning in T4464. | Paolo Capriotti | 2012-09-09 | 1 | -2/+2 |
| * | Fix tests after update to bytestring 0.10.1.0. | Paolo Capriotti | 2012-09-09 | 9 | -11/+11 |
| * | Add test for #7210. | Paolo Capriotti | 2012-09-06 | 3 | -0/+12 |
| * | accept | Simon Marlow | 2012-09-06 | 1 | -2/+2 |
| * | add a test for #7215 | Simon Marlow | 2012-09-05 | 3 | -0/+39 |
| * | massive_array is expect_broken(#7213) | Simon Marlow | 2012-09-03 | 1 | -1/+4 |
| * | Adapt tests to the removal of the MR in GHCi | Paolo Capriotti | 2012-09-03 | 24 | -33/+28 |
| * | Update 64-bit results for the new codegen | Simon Marlow | 2012-08-31 | 2 | -26/+41 |
* | | Accept error message changes | Simon Peyton Jones | 2012-08-31 | 4 | -10/+33 |
* | | Update performance figure | Simon Peyton Jones | 2012-08-30 | 1 | -8/+6 |
* | | Accept error message changes | Simon Peyton Jones | 2012-08-30 | 9 | -122/+180 |
|/ | |||||
* | Teat Trac #7175 | Simon Peyton Jones | 2012-08-29 | 3 | -0/+18 |
* | Test Trac #7196 | Simon Peyton Jones | 2012-08-29 | 2 | -0/+41 |
* | Fewer "shadowed bindings" messages from TH (result from fix of #7092) | Simon Peyton Jones | 2012-08-29 | 1 | -4/+0 |
* | Fix all.T bug in test for #7171 | Simon Peyton Jones | 2012-08-28 | 1 | -1/+1 |
* | Test Trac #7194 | Simon Peyton Jones | 2012-08-28 | 2 | -0/+21 |
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2012-08-28 | 74 | -33/+424 |
|\ | |||||
| * | Fix 7170 for i386. | Paolo Capriotti | 2012-08-25 | 2 | -3/+3 |
| * | Remove rnfail038 test case | Paolo Capriotti | 2012-08-24 | 4 | -8/+0 |
| * | Add test for T7167. | Paolo Capriotti | 2012-08-24 | 3 | -0/+8 |
| * | Add regression test for dodgy import warning bug | Paolo Capriotti | 2012-08-24 | 3 | -0/+17 |
| * | Test Trac #7165 | Simon Peyton Jones | 2012-08-23 | 4 | -0/+23 |
| * | Test Trac #7090 | Simon Peyton Jones | 2012-08-23 | 2 | -0/+28 |
| * | Test Trac #7164 | Simon Peyton Jones | 2012-08-23 | 3 | -0/+14 |
| * | Test Trac #7101 | Simon Peyton Jones | 2012-08-23 | 3 | -1/+16 |
| * | Merge branch 'master' of http://darcs.haskell.org/testsuite | Simon Peyton Jones | 2012-08-23 | 35 | -20/+185 |
| |\ | |||||
| | * | use $(MAKE) instead of make (#7180) | Simon Marlow | 2012-08-23 | 1 | -2/+2 |
| | * | fix bounds for T1969 again | Simon Marlow | 2012-08-23 | 1 | -2/+3 |
| | * | avoid the new -rtsopts/-shared warning | Simon Marlow | 2012-08-23 | 2 | -2/+5 |
| | * | accept output ("package flags have changed" message is now suppressed) | Simon Marlow | 2012-08-23 | 1 | -1/+0 |
| | * | accept output ("RULE might not fire" warning) | Simon Marlow | 2012-08-23 | 1 | -0/+4 |
| | * | fix this test not to use QSemN (which has gone) | Simon Marlow | 2012-08-23 | 1 | -7/+6 |
| | * | Add test for #7172. | David Terei | 2012-08-23 | 4 | -0/+19 |
| | * | Update SafeHaskell outputs. | David Terei | 2012-08-23 | 4 | -1/+8 |
| | * | Add more safe haskell test coverage. | David Terei | 2012-08-22 | 20 | -5/+138 |