summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog003
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Spelling fixesGabor Greif2017-02-022-2/+2
|
* Remove clean_cmd and extra_clean usage from .T filesThomas Miedema2017-01-221-22/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* Typos in commentsGabor Greif2017-01-132-2/+2
|
* Fix prog003 after forkOnIO was removedIan Lynagh2013-02-171-4/+4
|
* More helper conversionsIan Lynagh2013-02-111-1/+1
|
* add some more reqlib('random')sSimon Marlow2011-08-041-0/+1
|
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-2017-0/+1780