summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/ghci058.script
Commit message (Collapse)AuthorAgeFilesLines
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-181-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
* Fix ghci058 with dynamic GHCIan Lynagh2013-03-151-2/+2
|
* Fix ghci058 on WindowsIan Lynagh2012-11-101-4/+7
|
* Add a test for reloading a module in GHCiIan Lynagh2012-10-131-0/+14