aboutsummaryrefslogtreecommitdiff
path: root/hoogle-test
Commit message (Collapse)AuthorAgeFilesLines
* Remove Hoogle backend hack that butchers infix datatype namesRyan Scott2018-06-132-0/+15
|
* Improve the Hoogle backend's treatment of type families (#808)Ryan Scott2018-04-242-0/+47
| | | Fixes parts 1 and 2 of #806.
* Add regression test for #413Ryan Scott2018-04-243-0/+22
| | | | Fixes #413.
* Fix test failures on Windows (#564)Yuji Yamamoto2017-07-031-1/+3
| | | | | | | | | | * Ignore .stack-work * Fix for windows: use nul instead of /dev/null * Fix for windows: canonicalize line separator * Also normalize osx line endings
* 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.
* hoogle-test/AssocTypes: Allow AmbiguousTypesBen Gamari2015-12-241-0/+1
| | | | GHC 8.0 complains otherwise
* Accept output for Hoogle and LaTeX backends.Łukasz Hanuszczak2015-08-244-0/+57
|
* Improve portability of test runner scripts.Łukasz Hanuszczak2015-08-221-2/+3
|
* Create simple test cases for Hoogle backend.Łukasz Hanuszczak2015-08-225-0/+72
|
* Add appropriate .gitignore entry and configure Hoogle test suite.Łukasz Hanuszczak2015-08-221-1/+5
|
* Setup test suite for Hoogle backend.Łukasz Hanuszczak2015-08-222-0/+32