aboutsummaryrefslogtreecommitdiff
path: root/html-test
Commit message (Collapse)AuthorAgeFilesLines
* Fix #303. Hide footer when printingSebastian Meric de Bellefon2016-05-141-0/+3
| | | | | The "Produced by Haddock" footer was overlapping the page's body when printing. This patch hides the footer with a css media rule.
* 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
| | | | | 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.
* 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change notation and add support for inline math. Allow newlines in display math. Add a command line option for the mathjax url (you might want to use a locally installed version). Rebase tests because of extra url and version change. Respond to (some of the) comments. Fix warnings in InterfaceFile.hs
| * 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
| | | | | | | | | | | | For reasons that aren't entirely clear a class with ambiguous types was accepted by GHC <8.0. I've added a functional dependency to clear up this ambiguity.
* | 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
| |
* | Make it possible to choose alternative diff tool.Łukasz Hanuszczak2015-08-221-5/+29
| |
* | Improve code style to match popular guidelines.Łukasz Hanuszczak2015-08-221-7/+7
| |
* | Implement actual diffing mechanism.Łukasz Hanuszczak2015-08-221-7/+24
| |
* | Refactor architecture of test runner output checking functions.Łukasz Hanuszczak2015-08-221-19/+33
| |
* | Incorporate old, ugly functions for comparing output files.Łukasz Hanuszczak2015-08-221-3/+61
| |
* | Make Haddock standard output redirection be more configurable.Łukasz Hanuszczak2015-08-221-2/+12
| |
* | Fix bug with modules not being found in global search mode.Łukasz Hanuszczak2015-08-221-2/+8
| |
* | Setup skeleton of framework for running tests.Łukasz Hanuszczak2015-08-221-1/+43
| |
* | Fix bug with test runner not producing any output files.Łukasz Hanuszczak2015-08-221-1/+2
| |
* | Make test runner actually run Haddock executable.Łukasz Hanuszczak2015-08-221-10/+17
| |
* | Refactor test runner and create stub functions.Łukasz Hanuszczak2015-08-221-4/+19
| |
* | Extend test runner configuration with Haddock arguments.Łukasz Hanuszczak2015-08-221-3/+45
| |
* | Make GHC path a test runner command-line argument.Łukasz Hanuszczak2015-08-221-11/+18
| |
* | Add GHC path to test runner configuration.Łukasz Hanuszczak2015-08-221-28/+40
| |
* | Add support for executing Haddock process in test runner.Łukasz Hanuszczak2015-08-221-0/+53
| |
* | Improve output of test runner error messages.Łukasz Hanuszczak2015-08-221-2/+3
| |
* | Add support for providing optional arguments for test runner.Łukasz Hanuszczak2015-08-221-7/+62
| |
* | Set default behaviour if no arguments given.Łukasz Hanuszczak2015-08-221-2/+12
| |
* | Create script file for new HTML test runner.Łukasz Hanuszczak2015-08-221-0/+28
|/