Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-organise the testsuite structure | David Waern | 2010-05-11 | 1 | -114/+0 |
| | |||||
* | Add ghc-prim to test suite deps | David Waern | 2010-04-08 | 1 | -1/+2 |
| | |||||
* | Make it easier to add new package deps to test suite | David Waern | 2010-04-08 | 1 | -4/+9 |
| | | | | This is a hack - we should use Cabal to get the package details instead. | ||||
* | Make runtests.hs slightly more readable | David Waern | 2010-04-07 | 1 | -36/+48 |
| | |||||
* | Let runtests.hs die when haddock has not been built | David Waern | 2010-04-07 | 1 | -0/+4 |
| | |||||
* | First, experimental XHTML rendering | Mark Lentczner | 2010-03-20 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | switch to using the xhtml package copied Html.hs to Xhtml.hs and split into sub-modules under Haddock/Backends/Xhtml and detabify moved footer into div, got ready for iface change headers converted to semantic markup contents in semantic markup summary as semantic markup description in semantic markup, info block in header fixed factored out rendering so during debug it can be readable (see renderToString) | ||||
* | Make it possible to run a single test | david.waern | 2010-02-25 | 1 | -1/+6 |
| | |||||
* | Large additions to the Haddock API | david.waern | 2010-02-24 | 1 | -2/+2 |
| | | | | Also improved and added more doc comments. | ||||
* | Use findProgramLocation instead of findProgramOnPath in runtests.hs | David Waern | 2010-01-22 | 1 | -1/+1 |
| | |||||
* | Follow findProgramOnPath signature change in runtests.hs | David Waern | 2009-11-22 | 1 | -1/+1 |
| | |||||
* | Make runtests.hs strip links before diffing | David Waern | 2009-11-22 | 1 | -4/+9 |
| | | | | | Generates easier to read diffs when tests fail. The content of the links is not important anyway since it is not taken into account by the tests. | ||||
* | Update runtests.hs to work with GHC 6.11 | David Waern | 2009-09-11 | 1 | -3/+3 |
| | |||||
* | Use colordiff to display test results if available | David Waern | 2009-09-06 | 1 | -1/+11 |
| | |||||
* | Read process.haddock when running tests | David Waern | 2009-08-16 | 1 | -2/+4 |
| | |||||
* | Read base.haddock when running tests | David Waern | 2009-08-16 | 1 | -1/+8 |
| | | | | We can now test cross-package docs. | ||||
* | Clearer printing of versions by runtests.hs | David Waern | 2009-07-06 | 1 | -4/+10 |
| | |||||
* | Wibble | David Waern | 2009-07-06 | 1 | -4/+4 |
| | |||||
* | Wibble | David Waern | 2009-03-28 | 1 | -1/+1 |
| | |||||
* | HADDOCK_DATA_DIR changed to haddock_datadir | David Waern | 2008-11-23 | 1 | -3/+3 |
| | |||||
* | Output version info before running tests | David Waern | 2008-11-04 | 1 | -0/+2 |
| | |||||
* | Add "all" command to runtests.hs that runs all tests despite failures | David Waern | 2008-07-23 | 1 | -3/+4 |
| | |||||
* | 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. | ||||
* | Simplify test suite and add tests | David Waern | 2008-04-12 | 1 | -25/+11 |
| | | | | | 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 |
| | |||||
* | Give a diff on test failure | David Waern | 2007-12-08 | 1 | -1/+2 |
| | |||||
* | 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 | 1 | -0/+66 |