aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/Main.hs
Commit message (Collapse)AuthorAgeFilesLines
* Fix some Hyperlinker test suite falloutAlec Theriault2019-02-021-2/+11
| | | | | | | | | | | * Amend `ParserSpec` to match new Hyperlinker API - pass in compiler info - strip out null tokens * Make `hypsrc-test` pass reliably - strip out `local-*` ids - strip out `line-*` ids from the `ClangCppBug` test - re-accept output
* 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.
* Refactor existing code to use XHTML printer instead of XML one.Łukasz Hanuszczak2015-08-221-3/+3
|
* Fix bug with test runner invoking Haddock in incorrect mode.Łukasz Hanuszczak2015-08-221-1/+8
|
* Specify ignored files for hyperlinker source test runner.Łukasz Hanuszczak2015-08-221-1/+14
|
* Adapt `hypsrc-test` module to work with new testing framework.Łukasz Hanuszczak2015-08-221-0/+30