Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Be compatible with GHC 6.8.3 | David Waern | 2008-07-23 | 45 | -45/+45 |
| | | | | | | | | | | | | | | | | | | The cabal file is converted to use the "new" syntax with explicit Library and Executable sections. We define the __GHC_PATCHLEVEL__ symbol using a conditinal cpp-options field in the cabal file. (Ideally, Cabal would define the symbol for us, like it does for __GLASGOW_HASKELL__). We use these symbols to #ifdef around a small difference between 6.8.2 and 6.8.3. Previously, we only supported GHC 6.8.2 officially but the dependencies field said "ghc <= 6.9". This was just for convenience when testing against the (then compatible) HEAD version of GHC, and was left in the release by mistake. Now, we support both GHC 6.8.2 and 6.8.3 and the dependencies field correctly reflects this. | ||||
* | Update tests/README | David Waern | 2008-07-23 | 1 | -2/+8 |
| | |||||
* | Add "all" command to runtests.hs that runs all tests despite failures | David Waern | 2008-07-23 | 1 | -3/+4 |
| | |||||
* | Preparation for rendering instances as separate declarations | David Waern | 2008-07-20 | 1 | -0/+28 |
| | | | | | | | | | We want to be able to render instances as separate declarations. So we remove the Name argument of ExportDecl, since instances are nameless. This patch also contains the first steps needed to gather type family instances and display them in the backend, but the implementation is far from complete. Because of this, we don't actually show the instances yet. | ||||
* | Update test output following change to instance filtering | David Waern | 2008-07-08 | 4 | -0/+136 |
| | |||||
* | Remove index.html and doc-index.html from output, they should not be versioned | David Waern | 2008-07-08 | 4 | -1312/+68 |
| | |||||
* | Run haddock in-place during testing | David Waern | 2008-06-30 | 1 | -1/+5 |
| | |||||
* | Use ghc-paths to get the lib dir | David Waern | 2008-06-26 | 1 | -6/+3 |
| | | | | | The path can still be overridden using the -B flag. It's not longer required to pass the lib dir to the program that runs the test suite. | ||||
* | Update test output | David Waern | 2008-06-19 | 1 | -68/+68 |
| | |||||
* | Update test README | David Waern | 2008-04-12 | 1 | -3/+8 |
| | |||||
* | Add a script for copying test output to "expected" output | David Waern | 2008-04-12 | 1 | -0/+23 |
| | |||||
* | Simplify test suite and add tests | David Waern | 2008-04-12 | 65 | -45/+12816 |
| | | | | | I move all tests into one single directory to simplify things, and add a test for the last bug that was fixed. | ||||
* | Add a flag for turning off all warnings | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Turn off GHC warnings when running tests | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Use the in-place haddock when running tests | David Waern | 2008-04-11 | 1 | -1/+1 |
| | |||||
* | Add Hidden.html.ref to tests | David Waern | 2008-01-25 | 1 | -0/+88 |
| | |||||
* | Accept test output | David Waern | 2008-01-25 | 1 | -6/+8 |
| | |||||
* | Change Hidden.hs (test) to use OPTIONS_HADDOCK | David Waern | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | Accept test output | David Waern | 2008-01-25 | 13 | -29/+25 |
| | |||||
* | Accept test output | David Waern | 2008-01-25 | 1 | -1/+1 |
| | |||||
* | Give a diff on test failure | David Waern | 2007-12-08 | 1 | -1/+2 |
| | |||||
* | Update tests | David Waern | 2007-12-08 | 14 | -220/+24 |
| | |||||
* | Update runtests.hs following changes to haddock | David Waern | 2007-11-08 | 1 | -2/+2 |
| | |||||
* | Add a simple test suite | David Waern | 2007-10-09 | 31 | -0/+6469 |