| Commit message (Expand) | Author | Age | Files | Lines |
* | Update hypsrc-test for QuickLook | Ben Gamari | 2020-09-22 | 1 | -2/+2 |
* | testsuite: Update expected output for simplified subsumption | Ben Gamari | 2020-06-03 | 4 | -28/+28 |
* | update for hiefile-typeclass-info | Zubin Duggal | 2020-05-24 | 1 | -16/+40 |
* | Fix haddockHypsrcTest | Zubin Duggal | 2019-07-22 | 7 | -106/+194 |
* | Update hyperlinker tests for new types in .hie files | Matthew Pickering | 2019-05-30 | 6 | -36/+144 |
* | Fix tests broken by GHC | Alec Theriault | 2019-02-16 | 1 | -9/+20 |
* | Remove workaround for now-fixed Clang CPP bug (#1028) | Alec Theriault | 2019-02-11 | 3 | -335/+1 |
* | Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027) | Alec Theriault | 2019-02-10 | 12 | -12/+12 |
* | Fix some Hyperlinker test suite fallout | Alec Theriault | 2019-02-02 | 11 | -164/+173 |
* | Use `.hie` files for the Hyperlinker backend (#977) | Alec Theriault | 2019-01-31 | 15 | -4463/+8624 |
* | Improve hyperlinker's 'spanToNewline' (#846) | Alec Theriault | 2018-06-13 | 2 | -0/+242 |
* | Hyperlinker: Links for TyOps, class methods and associated types | alexbiehl | 2018-03-05 | 1 | -10/+30 |
* | Use the GHC lexer for the Hyperlinker backend (#714) | Alec Theriault | 2018-02-01 | 1 | -6/+2 |
* | hypsrc-test: Accept test output | Ben Gamari | 2016-02-08 | 9 | -381/+2374 |
* | test: Compare on dump | Ben Gamari | 2016-02-08 | 1 | -1/+2 |
* | testsuite: Rework handling of output sanitization | Ben Gamari | 2016-02-08 | 1 | -1/+2 |
* | Get rid of obsolete testing utilities. | Łukasz Hanuszczak | 2015-08-24 | 3 | -196/+0 |
* | Improve portability of test runner scripts. | Łukasz Hanuszczak | 2015-08-22 | 1 | -2/+3 |
* | Refactor existing code to use XHTML printer instead of XML one. | Łukasz Hanuszczak | 2015-08-22 | 1 | -3/+3 |
* | Fix bug with test runner invoking Haddock in incorrect mode. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+8 |
* | Copy test runner script for hyperlinked source case. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+5 |
* | Specify ignored files for hyperlinker source test runner. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+14 |
* | Adapt `hypsrc-test` module to work with new testing framework. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+30 |
* | Re-accept test cases after adding line anchors for each of them. | Łukasz Hanuszczak | 2015-08-02 | 7 | -1011/+1673 |
* | Delete trailing whitespace | Mateusz Kowalczyk | 2015-07-07 | 2 | -2/+2 |
* | Create hyperlinker test case for type classes. | Łukasz Hanuszczak | 2015-07-02 | 2 | -0/+969 |
* | Fix broken tests for parsing and hyperlinking hash operators. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+122 |
* | Fix issue with operators being recognized as preprocessor directives. | Łukasz Hanuszczak | 2015-07-02 | 1 | -0/+4 |
* | Add hyperlinker test case for checking type and type family declarations. | Łukasz Hanuszczak | 2015-07-02 | 2 | -0/+979 |
* | Add qualified name test for identifiers hyperlinking test case. | Łukasz Hanuszczak | 2015-07-01 | 2 | -0/+46 |
* | Add record wildcards test for records hyperlinking test case. | Łukasz Hanuszczak | 2015-07-01 | 2 | -0/+250 |
* | Add scoped type variables test for polymorphism test case. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+11 |
* | Create hyperlinker test case with quantified type variables. | Łukasz Hanuszczak | 2015-07-01 | 1 | -0/+55 |
* | Create test case for hyperlinking @-patterns. | Łukasz Hanuszczak | 2015-07-01 | 2 | -0/+306 |
* | Fix bug with diffing wrong files in hyperlinker test runner. | Łukasz Hanuszczak | 2015-07-01 | 1 | -2/+2 |
* | Re-accept hyperlinker test cases with local references stripped out. | Łukasz Hanuszczak | 2015-07-01 | 5 | -160/+160 |
* | Create simple script for accepting hyperlinker test case references. | Łukasz Hanuszczak | 2015-07-01 | 3 | -24/+55 |
* | Make hyperlinker test runner strip local links from generated source. | Łukasz Hanuszczak | 2015-07-01 | 2 | -10/+53 |
* | Add reference files for hyperlinker test cases. | Łukasz Hanuszczak | 2015-06-30 | 5 | -0/+3019 |
* | Fix hyperlinker test runner file paths and add pretty-printing option. | Łukasz Hanuszczak | 2015-06-30 | 1 | -4/+7 |
* | Adapt hyperlinker test runner to have the same interface as HTML one. | Łukasz Hanuszczak | 2015-06-30 | 1 | -3/+3 |
* | Add test case for literal syntax highlighting. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+17 |
* | Add test case for record expressions and patterns hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+25 |
* | Add test case for constructor hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+27 |
* | Add test case for operator hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+18 |
* | Add test case for basic identifier hyperlinking. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+27 |
* | Create simple test runner for hyperlinker tests. | Łukasz Hanuszczak | 2015-06-30 | 1 | -0/+119 |