aboutsummaryrefslogtreecommitdiff
path: root/html-test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix test fallout (again)alexbiehl2017-08-2990-0/+450
* Accept testsalexbiehl2017-08-2890-540/+540
* Fix tests for content searchalexbiehl2017-08-2890-21/+641
* Fix: Generate pattern signatures for constructors exported as patterns (#663)Tim Baumann2017-08-064-1/+233
* Fix renaming after instance signature specializing (#660)Moritz Drexl2017-08-053-89/+365
* Document record fields when DuplicateRecordFields is enabled (#649)Alex Biehl2017-07-032-0/+185
* Make per-argument docs for class methods work again (#648)Alex Biehl2017-06-292-0/+120
* Don't include names with empty subordinates in maps (#644)Alex Biehl2017-06-233-0/+90
* Haddock support for bundled pattern synonyms (#627)Christiaan Baaij2017-06-094-0/+1066
* Allow user defined signatures for pattern synonyms (#631)Alex Biehl2017-06-032-0/+34
* Improve error messageSergey Vinokurov2017-04-292-3/+3
* Remove anything related to obsolete frames modealexbiehl2017-04-2683-296/+165
* `html-test --accept` deltas to reference samplesHerbert Valerio Riedel2017-04-258-115/+183
* Use new MathJax URL in html-testalexbiehl2017-04-25136-217/+217
* Update test suite to expect kind annotations on type parameters.Brian Huffman2017-03-232-5/+9
* Copyright holders shown on several lines. Fix #279Sebastian Meric de Bellefon2016-06-162-5/+5
* Merge pull request #504 from Helkafen/issue-280Sebastian Méric de Bellefon2016-05-282-0/+92
|\
| * Fix #280. Parsing of module headerSebastian Meric de Bellefon2016-05-152-0/+92
* | remove framed view of the HTML documentation (see #114 and #274)Sebastian Meric de Bellefon2016-05-242-58/+0
* | Fix #303. Hide footer when printingSebastian Meric de Bellefon2016-05-141-0/+3
|/
* html-test: Update reference outputBen Gamari2016-05-107-240/+820
* Update tests for previous commitPhil Ruffwind2016-02-0880-645/+1586
* html-test: Accept test outputBen Gamari2016-02-0881-2873/+4556
* test: Compare on dumpBen Gamari2016-02-081-1/+2
* testsuite: Rework handling of output sanitizationBen Gamari2016-02-081-1/+2
* Merge remote-tracking branch 'idontgetoutmuch/ghc-head' into ghc-headBen Gamari2015-12-2557-0/+258
|\
| * Fix the documentation for haddock itself.Dominic Steinitz2015-12-2157-2/+142
| * Handle inline math with mathjax.Dominic Steinitz2015-12-213-0/+118
* | OrphanInstances: Accept test outputBen Gamari2015-12-244-1/+281
* | html-test/Operators: Clear up ambiguous typesBen Gamari2015-12-231-1/+5
* | Add html-test for orphan instances outputBen Gamari2015-12-203-0/+14
* | Get rid of obsolete testing utilities.Łukasz Hanuszczak2015-08-243-267/+0
* | Improve portability of test runner scripts.Łukasz Hanuszczak2015-08-221-2/+3
* | 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-222-0/+5
* | Fix typo in link stripper of HTML test suite runner.Łukasz Hanuszczak2015-08-221-1/+1
* | Refactor and simplify XHTML helper module of test package.Łukasz Hanuszczak2015-08-221-7/+10
* | Create convenience wrappers to simplify in test entry points.Łukasz Hanuszczak2015-08-221-4/+1
* | Make Haddock test package more generic.Łukasz Hanuszczak2015-08-221-4/+14
* | Move Haddock runner of HTML test suite to Haddock test package.Łukasz Hanuszczak2015-08-221-118/+2
* | Move IO-dependent config of HTML test suite to test package.Łukasz Hanuszczak2015-08-221-119/+2
* | Refactor HTML test suite boilerplate to external package.Łukasz Hanuszczak2015-08-221-141/+4
* | Make it possible to run tests without generating diff.Łukasz Hanuszczak2015-08-221-1/+6
* | Fix issue with output being printed in incorrect order.Łukasz Hanuszczak2015-08-221-0/+2
* | Implement footer-stripping logic.Łukasz Hanuszczak2015-08-221-53/+19
* | Incorporate link stripping to output diffing mechanism.Łukasz Hanuszczak2015-08-221-9/+11
* | Implement link-stripping logic as simple SYB transformation.Łukasz Hanuszczak2015-08-221-1/+8
* | Create stub methods for processing test output as XML documents.Łukasz Hanuszczak2015-08-221-3/+17