aboutsummaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Add "all" command to runtests.hs that runs all tests despite failuresDavid Waern2008-07-231-3/+4
|
* Preparation for rendering instances as separate declarationsDavid Waern2008-07-201-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 filteringDavid Waern2008-07-084-0/+136
|
* Remove index.html and doc-index.html from output, they should not be versionedDavid Waern2008-07-084-1312/+68
|
* Run haddock in-place during testingDavid Waern2008-06-301-1/+5
|
* Use ghc-paths to get the lib dirDavid Waern2008-06-261-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 outputDavid Waern2008-06-191-68/+68
|
* Update test READMEDavid Waern2008-04-121-3/+8
|
* Add a script for copying test output to "expected" outputDavid Waern2008-04-121-0/+23
|
* Simplify test suite and add testsDavid Waern2008-04-1265-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 warningsDavid Waern2008-04-111-1/+1
|
* Turn off GHC warnings when running testsDavid Waern2008-04-111-1/+1
|
* Use the in-place haddock when running testsDavid Waern2008-04-111-1/+1
|
* Add Hidden.html.ref to testsDavid Waern2008-01-251-0/+88
|
* Accept test outputDavid Waern2008-01-251-6/+8
|
* Change Hidden.hs (test) to use OPTIONS_HADDOCKDavid Waern2008-01-251-1/+1
|
* Accept test outputDavid Waern2008-01-2513-29/+25
|
* Accept test outputDavid Waern2008-01-251-1/+1
|
* Give a diff on test failureDavid Waern2007-12-081-1/+2
|
* Update testsDavid Waern2007-12-0814-220/+24
|
* Update runtests.hs following changes to haddockDavid Waern2007-11-081-2/+2
|
* Add a simple test suiteDavid Waern2007-10-0931-0/+6469