summaryrefslogtreecommitdiff
path: root/testsuite/tests/concurrent/prog002
Commit message (Collapse)AuthorAgeFilesLines
* Simplify testsuite driver, part 2Krzysztof Gogolewski2018-08-121-1/+1
| | | | | | | | | | | | | | | | | | Summary: - Avoid import *; this helps tools such as pyflakes. The last occurrence in runtests.py is not easy to remove as it's used by .T files. - Use False/True instead of 0/1. Test Plan: validate Reviewers: bgamari, thomie, simonmar Reviewed By: thomie Subscribers: rwbarton, carter Differential Revision: https://phabricator.haskell.org/D5062
* 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-11/+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
* Testsuite: tabs -> spaces [skip ci]Thomas Miedema2016-06-202-19/+19
|
* Testsuite: delete unused concurrent/prog002/FileIO.hsThomas Miedema2016-04-261-9/+0
|
* Fix identifier parsing in hp2psYuras Shumovich2015-08-291-1/+0
| | | | | | | | | | | | | | | | | Now identifiers can start with a package key, which is a hash, so they may also start with a digit. Identifiers always appear at the beginning of a line, and numbers never appear here, soit's safe to allow identifiers to start with a digit. Test Plan: `concprog002` passes under `threaded2_hT` way Reviewers: austin, bgamari, thomie Reviewed By: austin, bgamari, thomie Differential Revision: https://phabricator.haskell.org/D1175 GHC Trac Issues: #10661
* Testsuite: mark concprog002 expect_broken_for(#10661, ['threaded2_hT'])Thomas Miedema2015-07-201-0/+1
|
* Testsuite: fix concprog002 (AMP)Thomas Miedema2015-07-201-0/+7
| | | | Requires random to be installed.
* More helper conversionsIan Lynagh2013-02-111-1/+1
|
* Don't add threaded2_hT unless we have threaded and SMP supportSimon Marlow2012-01-061-2/+7
|
* add some more reqlib('random')sSimon Marlow2011-08-041-0/+1
|
* Move tests from tests/ghc-regress/* to just tests/*David Terei2011-07-209-0/+167