Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | | As apparently there is already a test named T5863, I named this one T5863a. | ||||
* | 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 |
|\ | |||||
| * | Make the test actually test the bug! | Simon Peyton Jones | 2013-05-16 | 1 | -1/+1 |
| | | | | | | | | (Thanks to Martijn for correcting this oversight.) | ||||
| * | Test Trac #7906 | Simon Peyton Jones | 2013-05-15 | 3 | -0/+10 |
| | | |||||
| * | Wibble to simplifier output | Simon Peyton Jones | 2013-05-15 | 1 | -1/+1 |
| | | |||||
| * | Test Trac #7891 and #7903 | Simon Peyton Jones | 2013-05-15 | 3 | -0/+43 |
| | | |||||
| * | Improved compiler performance! Reason unknown, but hey, it's good news | Simon Peyton Jones | 2013-05-15 | 1 | -3/+9 |
| | | |||||
* | | Make test cleaning a little more consistent | Ian Lynagh | 2013-05-17 | 1 | -4/+6 |
|/ | |||||
* | Update test for application of (->) to Int# | Simon Peyton Jones | 2013-05-15 | 2 | -7/+6 |
| | |||||
* | Test Trac #7892 | Simon Peyton Jones | 2013-05-15 | 3 | -0/+10 |
| | |||||
* | Test Trac #7888 | Simon Peyton Jones | 2013-05-15 | 2 | -0/+12 |
| | |||||
* | Test Trac #7268 | Simon Peyton Jones | 2013-05-15 | 2 | -0/+12 |
| | |||||
* | Better error message | Simon Peyton Jones | 2013-05-15 | 1 | -2/+2 |
| | |||||
* | Wibbles to error messages | Simon Peyton Jones | 2013-05-15 | 2 | -6/+5 |
| | |||||
* | Update test now that undefined has an OpenKind forall | Simon Peyton Jones | 2013-05-15 | 2 | -4/+7 |
| | |||||
* | Test Trac #7910 | Simon Peyton Jones | 2013-05-15 | 3 | -1/+19 |
| | |||||
* | Change how we detect what library ways are available | Ian Lynagh | 2013-05-12 | 1 | -4/+4 |
| | | | | | | | | | | | | | We used to use the base package to do the detection. However, base has extra-lib-dirs: @ICONV_LIB_DIRS@ in base.buildinfo.in, which means that if ICONV_LIB_DIRS is set then the package config will have library-dirs: [...]base/dist-install/build /path/for/iconv and, as paths may be double quoted and contains spaces, this makes it a little tricky to extra the path that we want to look in (the first path). We therefore now use the ghc-prim package, which has no such complication. | ||||
* | Add a test for #7373 | Ian Lynagh | 2013-05-10 | 9 | -0/+72 |
| | |||||
* | Fix library way detection; fixes the ImpSafeOnly* tests when BINDIST=YES | Ian Lynagh | 2013-05-10 | 1 | -3/+3 |
| | | | | | | | We were checking paths with if [ -f '"/path/to/Prelude"' ] i.e. the " quotes were being quoted by the ' quotes. Now we just use " quotes (which come from the ghc-pkg output). | ||||
* | Tidy up the driver slightly | Ian Lynagh | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | unbreak tests (removal of block/unblock) | Simon Marlow | 2013-05-10 | 9 | -19/+17 |
| | |||||
* | Add a test for shutting down a process with in-calls in progress | Simon Marlow | 2013-05-10 | 3 | -0/+18 |
| | |||||
* | Add test for T7878 | Jose Pedro Magalhaes | 2013-05-09 | 5 | -1/+22 |
| | |||||
* | Adjust tests to match -funbox-small-strict-fields change | Johan Tibell | 2013-05-03 | 2 | -17/+14 |
| | | | | | | | | | One adjustment is to the core output of some tests (false positive). The other adjustment is due to higher allocation when (now) unboxed values are put into a polymorphic data structure. This is a problem with polymorphic data structures in general (e.g. it happens in Java too) and not about having unboxed fields per say. | ||||
* | Test Trac #7865 | Simon Peyton Jones | 2013-05-03 | 4 | -0/+38 |
| | |||||
* | Wibble to error message | Simon Peyton Jones | 2013-05-03 | 1 | -2/+2 |
| | |||||
* | Test Trac #7875 | Simon Peyton Jones | 2013-05-03 | 2 | -0/+33 |
| | |||||
* | Test Trac #7873 | Simon Peyton Jones | 2013-05-02 | 3 | -0/+13 |
| | |||||
* | Test Trac #7872 | Simon Peyton Jones | 2013-05-02 | 3 | -0/+10 |
| | |||||
* | Test Trac #7861 | Simon Peyton Jones | 2013-05-02 | 4 | -0/+16 |
| | |||||
* | Test Trac #7869 | Simon Peyton Jones | 2013-04-30 | 3 | -0/+32 |
| | |||||
* | Test Trac #7856 | Simon Peyton Jones | 2013-04-29 | 3 | -0/+31 |
| | |||||
* | Test Trac #7851 | Simon Peyton Jones | 2013-04-29 | 3 | -0/+15 |
| | |||||
* | Test Trac #7778 | Simon Peyton Jones | 2013-04-29 | 3 | -0/+10 |
| | |||||
* | Wibbles to error messages, following the fix for Trac #7851 | Simon Peyton Jones | 2013-04-29 | 79 | -377/+205 |
| | | | | | | | | In effect, the error context for naked variables now takes up a "slot" in the context stack; but it is often empty. So the context stack becomes one shorter in those cases. I don't think this matters; indeed, it's aguably an improvement. Anyway that's why so many tests are affected. | ||||
* | dynamicToo002 now passes | Ian Lynagh | 2013-04-26 | 1 | -2/+1 |
| | |||||
* | More dynamic-too tests | Ian Lynagh | 2013-04-26 | 3 | -21/+41 |
| | |||||
* | Update Cabal perf expected values following Cabal update | Ian Lynagh | 2013-04-26 | 1 | -1/+2 |
| | |||||
* | Fix the dynamicToo002 test | Ian Lynagh | 2013-04-26 | 2 | -14/+14 |
| |