aboutsummaryrefslogtreecommitdiff
path: root/haddock-test/src
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/ghc-9.4'Ben Gamari2022-08-051-1/+2
|\
| * Merge remote-tracking branch 'upstream/ghc-9.2' into ghc-headBen Gamari2022-04-251-1/+1
| |\
| * | Enable Haddock tests in GHC windows CI (#1428)wz10002021-10-111-1/+2
* | | Follow hlint suggestion: redundant $. (#1505)Phil de Joux2022-07-241-4/+4
| |/ |/|
* | Use GHC 9.2 in CI runner (#1378)Hécate Moonlight2021-05-281-1/+1
|/
* Cleanup: fix build warningsVladislav Zavialov2021-02-051-1/+1
* Clean up logic for guessing `-B` and `--lib` (#1026)Alec Theriault2019-02-132-6/+19
* Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027)Alec Theriault2019-02-101-84/+103
* Fix some Hyperlinker test suite falloutAlec Theriault2019-02-021-1/+9
* Address deprecation warnings in `haddock-test` (#988)Alec Theriault2018-12-271-1/+1
* Remove `haddock-test`'s dep. on `syb` (#987)Alec Theriault2018-12-271-6/+12
* Fix warnings, accept outputAlec Theriault2018-12-121-1/+1
* Merge branch 'ghc-8.6' into ghc-headAlec Theriault2018-10-161-2/+1
|\
| * Accept failing testsAlec Theriault2018-09-221-2/+1
| * Update the ghc-8.6 branch (#889)Simon Jakobi2018-07-201-1/+3
* | Better test output when Haddock crashes on a test (#902)Alec Theriault2018-08-213-24/+38
* | Let `haddock-test` bypass interface version check (#890)Alec Theriault2018-07-201-0/+1
* | Refactor handling of parens in types (#874)Alec Theriault2018-07-201-1/+3
|/
* Improved handling of interfaces in 'haddock-test' (#851)Alec Theriault2018-06-141-6/+36
* haddock-test: Be more explicit which packages to passalexbiehl2018-03-021-2/+11
* Enable running test suite with stock haddock and ghc usingalexbiehl2018-03-021-2/+10
* Fix test failures on Windows (#564)Yuji Yamamoto2017-07-032-1/+16
* Travis: Use ghc-8.2.1 on masteralexbiehl2017-04-251-5/+12
* Fix haddock-test to work with latest version of Cabal.Edward Z. Yang2017-03-231-1/+1
* haddock-test: A bit of refactoring for debuggabilityBen Gamari2016-05-102-9/+11
* testsuite: Rework handling of output sanitizationBen Gamari2016-02-082-7/+39
* test: Compatibility with Cabal 1.23Ben Gamari2015-12-201-2/+6
* Fix test suite failure when used with Stack.Łukasz Hanuszczak2015-08-251-0/+5
* Fix bug with accepting to non-existing directory.Łukasz Hanuszczak2015-08-242-1/+8
* Remove redundant import statement.Łukasz Hanuszczak2015-08-221-1/+0
* Refactor existing code to use XHTML printer instead of XML one.Łukasz Hanuszczak2015-08-221-20/+21
* Create helper function for conversion between XML and XHTML.Łukasz Hanuszczak2015-08-221-0/+19
* Fix bug with test runner failing when run on multiple test packages.Łukasz Hanuszczak2015-08-221-2/+1
* Fix warning about no longer needed definition.Łukasz Hanuszczak2015-08-221-1/+0
* Re-implement test acceptance functionality.Łukasz Hanuszczak2015-08-221-1/+12
* Fix bug with unnecessary checking old test output.Łukasz Hanuszczak2015-08-222-1/+13
* Make test runner ignore test packages with no modules.Łukasz Hanuszczak2015-08-221-1/+1
* Fix path handling in test module loader.Łukasz Hanuszczak2015-08-221-4/+16
* Fix bug with test runner invoking Haddock in incorrect mode.Łukasz Hanuszczak2015-08-221-2/+0
* Fix bug with not all test output files being checked.Łukasz Hanuszczak2015-08-221-1/+2
* Make it possible to specify ignored files for test output.Łukasz Hanuszczak2015-08-222-1/+5
* Fix path handling in test runner.Łukasz Hanuszczak2015-08-221-15/+10
* Make Haddock test package more generic.Łukasz Hanuszczak2015-08-222-62/+78
* Create utility function for recursive obtaining directory contents.Łukasz Hanuszczak2015-08-221-0/+25
* Implement output accepting mechanism in test package.Łukasz Hanuszczak2015-08-222-1/+21
* Implement utility functions for conditional link stripping.Łukasz Hanuszczak2015-08-221-5/+22
* Refactor and simplify XHTML helper module of test package.Łukasz Hanuszczak2015-08-221-16/+24
* Change extension of test files used for diffing.Łukasz Hanuszczak2015-08-221-2/+2
* Remove no longer useful test option.Łukasz Hanuszczak2015-08-221-7/+0
* Adjust module visibility and items they export.Łukasz Hanuszczak2015-08-222-3/+8