Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add tests for Safe Haskell | David Terei | 2011-07-06 | 96 | -0/+950 |
| | |||||
* | Improvements to testsuite to allow more complex tests | David Terei | 2011-07-06 | 2 | -57/+103 |
| | |||||
* | Add test for #5129 | Simon Marlow | 2011-07-06 | 2 | -0/+22 |
| | |||||
* | remove optllvm from other_ways (it is already automatically added to | Simon Marlow | 2011-07-06 | 1 | -1/+1 |
| | | | | run_ways, having it in other_ways just causes strange effects) | ||||
* | Skip optllvm | David Terei | 2011-07-06 | 1 | -1/+1 |
| | |||||
* | Remove GenDeprecated test | Ian Lynagh | 2011-07-05 | 2 | -4/+0 |
| | | | | The Generics extension is no longer supported. | ||||
* | plugins01 fixes | Max Bolingbroke | 2011-07-04 | 2 | -5/+1 |
| | |||||
* | Fix validate failures with more quoting | Max Bolingbroke | 2011-07-03 | 1 | -2/+2 |
| | |||||
* | Test Trac #1595 | Simon Peyton Jones | 2011-07-01 | 3 | -0/+8 |
| | |||||
* | Trac change in ids assigned by specialiser | Simon Peyton Jones | 2011-06-30 | 1 | -4/+4 |
| | |||||
* | Test Trac #5283 | Simon Peyton Jones | 2011-06-30 | 2 | -0/+21 |
| | |||||
* | Add expected-fail test showing plugin linking is faulty | Max Bolingbroke | 2011-06-30 | 4 | -0/+23 |
| | |||||
* | Add another home-package-plugin test | Max Bolingbroke | 2011-06-30 | 4 | -4/+5 |
| | |||||
* | Add another test of home-package plugins | Max Bolingbroke | 2011-06-30 | 5 | -4/+11 |
| | |||||
* | Plugin tests | Max Bolingbroke | 2011-06-30 | 19 | -0/+266 |
| | |||||
* | Add .gitignore | Max Bolingbroke | 2011-06-30 | 1 | -0/+3 |
| | |||||
* | add a test for stack pointer alignment (see #5250) | Simon Marlow | 2011-06-29 | 3 | -0/+100 |
| | |||||
* | T3064, T3294: update 32-bit values (downwards) | Simon Marlow | 2011-06-29 | 1 | -8/+8 |
| | |||||
* | Another variant of hashStr, this one caught a Hoopl bug. | Edward Z. Yang | 2011-06-28 | 2 | -0/+22 |
| | | | | Signed-off-by: Edward Z. Yang <ezyang@mit.edu> | ||||
* | T3064 is no longer expected_broken(5224), and adjust the ranges | Simon Marlow | 2011-06-28 | 1 | -8/+7 |
| | | | | (downwards) | ||||
* | remove datatype context | Simon Marlow | 2011-06-28 | 1 | -2/+2 |
| | |||||
* | Fix spurious failure in ghcpkg05 in the nightly build | Simon Marlow | 2011-06-28 | 2 | -7/+15 |
| | |||||
* | omit conc016(threaded2), it gives nondeterministic results | Simon Marlow | 2011-06-28 | 2 | -7/+8 |
| | |||||
* | slightly reduce the lower bound for peak_megabytes_allocated for T4801, | Simon Marlow | 2011-06-28 | 1 | -1/+1 |
| | | | | I saw one failure here. | ||||
* | Fix tcrun006 and tcrun029 (they need DatatypeContexts) | Ian Lynagh | 2011-06-26 | 2 | -0/+2 |
| | |||||
* | Remove a commented out import | Ian Lynagh | 2011-06-26 | 1 | -1/+0 |
| | |||||
* | Add a perf test for #5205 | Ian Lynagh | 2011-06-26 | 3 | -0/+29 |
| | |||||
* | Turn the #5030 test into a performance test | Ian Lynagh | 2011-06-26 | 3 | -198/+209 |
| | |||||
* | Fix 3307 on Windows | Max Bolingbroke | 2011-06-24 | 3 | -9/+9 |
| | |||||
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | Ian Lynagh | 2011-06-24 | 2 | -4/+3 |
|\ | |||||
| * | Merge branch 'master' of http://darcs.haskell.org/testsuite | Ben Lippmeier | 2011-06-24 | 1 | -3/+5 |
| |\ | |||||
| * | | Fix dph-words. sliceP no wants its second argument to be the slice length. | Ben Lippmeier | 2011-06-24 | 2 | -4/+3 |
| | | | | | | | | | | | | from George. | ||||
* | | | Tweak environment001 | Ian Lynagh | 2011-06-24 | 2 | -8/+8 |
| |/ |/| | |||||
* | | Merge branch 'master' of dippy:c:/msys/1.0/home/ian/ghc/testsuite | Ian Lynagh | 2011-06-23 | 2 | -12/+12 |
|\ \ | |/ | |||||
| * | Update Windows output for ghcpkg0[35] | Ian Lynagh | 2011-06-23 | 2 | -12/+12 |
| | | |||||
* | | Improve a comment | Ian Lynagh | 2011-06-23 | 1 | -3/+5 |
|/ | |||||
* | Expect 4006 to fail on msys | Ian Lynagh | 2011-06-23 | 3 | -1/+26 |
| | | | | | | | In the 65001 codepage, we can't even cat the expected output on msys: $ cat 4006.stdout It works here cat: write error: Permission denied | ||||
* | Semi-fix 4006 on msys | Ian Lynagh | 2011-06-23 | 1 | -1/+1 |
| | | | | | | We were getting: 4006.exe: echo: createProcess: does not exist (No such file or directory) so now we use "printf" instead of "echo". | ||||
* | Test Trac #3018 | Simon Peyton Jones | 2011-06-23 | 2 | -0/+107 |
| | |||||
* | InstEqContext and InstEqContext3 both pass now (superclass equalities work) | Simon Peyton Jones | 2011-06-23 | 1 | -2/+2 |
| | |||||
* | Add tests for superclass equalities | Simon Peyton Jones | 2011-06-22 | 9 | -32/+92 |
| | |||||
* | Accept error message changes after removal of silent superclass parameters | Simon Peyton Jones | 2011-06-22 | 2 | -2/+23 |
| | |||||
* | Comments, plus Unix file conventions | Simon Peyton Jones | 2011-06-22 | 1 | -26/+19 |
| | |||||
* | Test Trac #5051 | Simon Peyton Jones | 2011-06-22 | 2 | -1/+35 |
| | |||||
* | Fix up testsuite for SafeHaskell | David Terei | 2011-06-21 | 5 | -4/+12 |
| | |||||
* | Accidentally tracked some binaries. Now added them to '.gitignore. | Manuel M T Chakravarty | 2011-06-20 | 1 | -1/+8 |
| | |||||
* | Adapt DPH tests to recent changes in the DPH libraries. | Manuel M T Chakravarty | 2011-06-19 | 10 | -30/+37 |
| | |||||
* | Add test for byte array copy primops | Johan Tibell | 2011-06-16 | 4 | -1/+151 |
| | | | | Signed-off-by: David Terei <davidterei@gmail.com> | ||||
* | Merge branch 'master' of http://darcs.haskell.org/testsuite | David Waern | 2011-06-17 | 1 | -44/+88 |
|\ | |||||
| * | Print the reason tests fail in the testsuite summary (#5024) | Ian Lynagh | 2011-06-17 | 1 | -6/+36 |
| | |