Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change affected tests stderr | Carrie Xu | 2021-10-12 | 1 | -1/+3 |
| | |||||
* | Remove unneeded reqlibs for mtl and parsec in the GHC testsuite | Ryan Scott | 2017-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Now that `mtl` and `parsec` are boot libraries, there's no need to qualify various tests in the testsuite with `reqlib('mtl')` or `reqlib('parsec')`. Test Plan: make test TEST="T4809 tcfail126 T4355 tc232 tc223 tc220 tc217 tc183 T5303 DoParamM qq005 qq006 galois_raytrace T1074 mod133 T3787 T4316 prog011 drvfail006 drvfail008" Reviewers: bgamari, austin Subscribers: rwbarton, thomie Differential Revision: https://phabricator.haskell.org/D3855 | ||||
* | Fixed error messages for RecursiveDo (#8501) | Rupert Horlick | 2017-03-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | Changes in a few different places to catch several different types of error related to RecursiveDo Signed-off-by: Rupert Horlick <ruperthorlick@gmail.com> Test Plan: Three test cases, with further tests in comments Reviewers: austin, bgamari Reviewed By: bgamari Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D3271 | ||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 6 | -0/+29 |