Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | OrphanInstances: Accept test output | Ben Gamari | 2015-12-24 | 4 | -1/+281 |
| | |||||
* | hoogle-test/AssocTypes: Allow AmbiguousTypes | Ben Gamari | 2015-12-24 | 1 | -0/+1 |
| | | | | GHC 8.0 complains otherwise | ||||
* | Merge remote-tracking branch 'origin/ghc-head' into ghc-head | Ben Gamari | 2015-12-23 | 6 | -12/+6 |
|\ | |||||
| * | Follow removal of NamedWildCard from HsType | Simon Peyton Jones | 2015-12-22 | 3 | -6/+0 |
| | | |||||
| * | Fix-up left-over assumptions of GHC 7.12 into GHC 8.0 | Herbert Valerio Riedel | 2015-12-21 | 2 | -2/+2 |
| | | |||||
| * | Update for GHC trac#11258 | Alan Zimmerman | 2015-12-20 | 3 | -4/+4 |
| | | | | | | | | Adding locations to RdrName in FieldOcc and AmbiguousFieldOcc | ||||
* | | html-test/Operators: Clear up ambiguous types | Ben Gamari | 2015-12-23 | 1 | -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 output | Ben Gamari | 2015-12-20 | 3 | -0/+14 |
| | | |||||
* | | Merge remote-tracking branch 'phadej/orphans' into ghc-head | Ben Gamari | 2015-12-20 | 8 | -27/+90 |
|\ \ | |||||
| * | | Fix orphan instance collapsing | Oleg Grenrus | 2015-09-28 | 1 | -7/+11 |
| | | | |||||
| * | | Add orphan instances link to contents box | Oleg Grenrus | 2015-09-28 | 1 | -6/+12 |
| | | | |||||
| * | | Print orphan instances header only if required | Oleg Grenrus | 2015-09-28 | 2 | -2/+3 |
| | | | |||||
| * | | Have source links for orphan instances | Oleg Grenrus | 2015-09-28 | 2 | -13/+9 |
| | | | |||||
| * | | Generate docs for orphan instances | Oleg Grenrus | 2015-09-27 | 7 | -21/+76 |
| | | | |||||
* | | | test: Compatibility with Cabal 1.23 | Ben Gamari | 2015-12-20 | 1 | -2/+6 |
| | | | |||||
* | | | Merge remote-tracking branch 'mrhania/testing-framework-improvements' into ↵ | Ben Gamari | 2015-12-20 | 37 | -691/+1017 |
|\ \ \ | |_|/ |/| | | | | | ghc-head | ||||
| * | | Setup Haddock executable path in Travis configuration. | Łukasz Hanuszczak | 2015-08-25 | 1 | -1/+2 |
| | | | |||||
| * | | Fix Markdown formatting of README file. | Łukasz Hanuszczak | 2015-08-25 | 1 | -19/+19 |
| | | | |||||
| * | | Add sample Stack setup to the hacking guide. | Łukasz Hanuszczak | 2015-08-25 | 1 | -2/+22 |
| | | | |||||
| * | | Fix test suite failure when used with Stack. | Łukasz Hanuszczak | 2015-08-25 | 1 | -0/+5 |
| | | | |||||
| * | | Make Travis aware of Haddock test package. | Łukasz Hanuszczak | 2015-08-24 | 1 | -0/+1 |
| | | | |||||
| * | | Update sandbox setup guide to work with Haddock test package. | Łukasz Hanuszczak | 2015-08-24 | 1 | -0/+1 |
| | | | |||||
| * | | Get rid of obsolete testing utilities. | Łukasz Hanuszczak | 2015-08-24 | 8 | -671/+0 |
| | | | |||||
| * | | Accept output for Hoogle and LaTeX backends. | Łukasz Hanuszczak | 2015-08-24 | 5 | -2/+58 |
| | | | |||||
| * | | Fix bug with accepting to non-existing directory. | Łukasz Hanuszczak | 2015-08-24 | 2 | -1/+8 |
| | | | |||||
| * | | Remove redundant import statement. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+0 |
| | | | |||||
| * | | Improve portability of test runner scripts. | Łukasz Hanuszczak | 2015-08-22 | 4 | -8/+12 |
| | | | |||||
| * | | Refactor existing code to use XHTML printer instead of XML one. | Łukasz Hanuszczak | 2015-08-22 | 3 | -27/+28 |
| | | | |||||
| * | | Create helper function for conversion between XML and XHTML. | Łukasz Hanuszczak | 2015-08-22 | 2 | -1/+20 |
| | | | |||||
| * | | Create simple test cases for Hoogle backend. | Łukasz Hanuszczak | 2015-08-22 | 5 | -0/+72 |
| | | | |||||
| * | | Fix bug with test runner failing when run on multiple test packages. | Łukasz Hanuszczak | 2015-08-22 | 1 | -2/+1 |
| | | | |||||
| * | | Add appropriate .gitignore entry and configure Hoogle test suite. | Łukasz Hanuszczak | 2015-08-22 | 2 | -1/+6 |
| | | | |||||
| * | | Make Hoogle backend create output directory if needed. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+3 |
| | | | |||||
| * | | Setup test suite for Hoogle backend. | Łukasz Hanuszczak | 2015-08-22 | 3 | -0/+39 |
| | | | |||||
| * | | Adapt Cabal configuration to execute LaTeX suite with new runner. | Łukasz Hanuszczak | 2015-08-22 | 1 | -2/+2 |
| | | | |||||
| * | | Fix warning about no longer needed definition. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+0 |
| | | | |||||
| * | | Re-implement test acceptance functionality. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+12 |
| | | | |||||
| * | | Fix bug with unnecessary checking old test output. | Łukasz Hanuszczak | 2015-08-22 | 2 | -1/+13 |
| | | | |||||
| * | | Create test runner entry points for LaTeX test suite. | Łukasz Hanuszczak | 2015-08-22 | 2 | -0/+32 |
| | | | |||||
| * | | Make test runner ignore test packages with no modules. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+1 |
| | | | |||||
| * | | Fix path handling in test module loader. | Łukasz Hanuszczak | 2015-08-22 | 1 | -4/+16 |
| | | | |||||
| * | | Fix bug with test runner invoking Haddock in incorrect mode. | Łukasz Hanuszczak | 2015-08-22 | 3 | -4/+13 |
| | | | |||||
| * | | 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 |
| | | | |||||
| * | | Fix bug with not all test output files being checked. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+2 |
| | | | |||||
| * | | Adapt HTML test runner to use new ignoring functionality. | Łukasz Hanuszczak | 2015-08-22 | 1 | -1/+10 |
| | | | |||||
| * | | Make it possible to specify ignored files for test output. | Łukasz Hanuszczak | 2015-08-22 | 2 | -1/+5 |
| | | | |||||
| * | | Fix path handling in test runner. | Łukasz Hanuszczak | 2015-08-22 | 1 | -15/+10 |
| | | | |||||
| * | | Make Haddock test package more generic. | Łukasz Hanuszczak | 2015-08-22 | 2 | -62/+78 |
| | | | |||||
| * | | Create utility function for recursive obtaining directory contents. | Łukasz Hanuszczak | 2015-08-22 | 1 | -0/+25 |
| | | |