Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tests for `integer-simple` | Alec Theriault | 2019-01-16 | 1 | -1/+1 |
| | | | | | | | | | | | | A bunch of tests for `integer-simple` were now broken for a foolish reason: unlike the `integer-gmp` case, there is no CorePrep optimization for turning small integers directly into applications of `S#`. Rather than port this optimization to `integer-simple` (which would involve moving a bunch of `integer-simple` names into `PrelNames`), I switched as many tests as possible to use `Int`. The printing of `Integer` is already tested in `print037`. | ||||
* | Testsuite: run tests in <testdir>.run instead of /tmp | Thomas Miedema | 2016-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | As discussed in Phab:D1187, this approach makes it a bit easier to inspect the test directory while working on a new test. The only tests that needed changes are the ones that refer to files in ancestor directories. Those files are now copied directly into the test directory. validate still runs the tests in a temporary directory in /tmp, see `Note [Running tests in /tmp]` in testsuite/driver/runtests.py. Update submodule hpc. Reviewed by: simonmar Differential Revision: https://phabricator.haskell.org/D2333 GHC Trac Issues: #11980 | ||||
* | Replace Rank2Types and PolymorphicComponents by RankNTypes | Simon Peyton Jones | 2012-10-19 | 1 | -1/+1 |
| | |||||
* | Adapt tests to the removal of the MR in GHCi | Paolo Capriotti | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | Move tests from tests/ghc-regress/* to just tests/* | David Terei | 2011-07-20 | 1 | -0/+10 |