aboutsummaryrefslogtreecommitdiff
path: root/html-test/Main.hs
Commit message (Collapse)AuthorAgeFilesLines
* Make testsuite work with haddock-1.19.0 release (#766)Alexander Biehl2018-03-021-0/+15
|
* test: Compare on dumpBen Gamari2016-02-081-1/+2
| | | | | For reasons I don't understand the Xml representations differ despite their textual representations being identical.
* testsuite: Rework handling of output sanitizationBen Gamari2016-02-081-1/+2
| | | | | | | | | Previously un-cleaned artifacts were kept as reference output, making it difficult to tell what has changed and causing spurious changes in the version control history. Here we rework this, cleaning the output during acceptance. To accomplish this it was necessary to move to strict I/O to ensure the reference handle was closed before accept attempts to open the reference file.
* Refactor existing code to use XHTML printer instead of XML one.Łukasz Hanuszczak2015-08-221-4/+4
|
* Fix bug with test runner invoking Haddock in incorrect mode.Łukasz Hanuszczak2015-08-221-1/+5
|
* Adapt HTML test runner to use new ignoring functionality.Łukasz Hanuszczak2015-08-221-1/+10
|
* Create convenience script for running specific HTML tests.Łukasz Hanuszczak2015-08-221-0/+38