summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog002/prog002.T
Commit message (Collapse)AuthorAgeFilesLines
* CI: Forbid the fully static build on Alpine to fail.M Farkas-Dyck2022-12-011-1/+2
| | | | To do so, we mark some tests broken in this configuration.
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-1/+2
| | | | | | | | | | | | The script I used is included as testsuite/driver/kill_extra_files.py, though at this point it is for mostly historical interest. Some of the tests in libraries/hpc relied on extra_files.py, so this commit includes an update to that submodule. One test in libraries/process also relies on extra_files.py, but we cannot update that submodule so easily, so for now we special-case it in the test driver.
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | The `clean_cmd` and `extra_clean` setup functions don't do anything. Remove them from .T files. Created using https://github.com/thomie/refactor-ghc-testsuite. This diff is a test for the .T-file parser/processor/pretty-printer in that repository. find . -name '*.T' -exec ~/refactor-ghc-testsuite/Main "{}" \; Tests containing inline comments or multiline strings are not modified. Preparation for #12223. Test Plan: Harbormaster Reviewers: austin, hvr, simonmar, mpickering, bgamari Reviewed By: mpickering Subscribers: mpickering Differential Revision: https://phabricator.haskell.org/D3000 GHC Trac Issues: #12223
* Fix tests for dynamic ghcIan Lynagh2013-03-151-1/+3
|
* Fix some more written-but-not-cleaned filesIan Lynagh2011-09-041-1/+2
|
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-201-0/+2