summaryrefslogtreecommitdiffstats
path: root/llvm/utils/lit/tests/Inputs/shtest-shell
Commit message (Collapse)AuthorAgeFilesLines
* [lit] Use a %{python} substitution to avoid relying on python being on PATHReid Kleckner2017-07-282-3/+4
| | | | llvm-svn: 309434
* [lit] Fix order of checks in shtest-shell.py testBrian Gesiak2017-07-272-0/+10
| | | | | | | | | | | | | | | | | | Summary: An expectation in `utils/lit/tests/Inputs/shtest-shell/redirects.txt` expects that first a string printed to stdout is seen, and then a string printed to stderr. Add `flush()` calls to ensure that stdout is printed before stderr, as expected. Reviewers: rnk, mgorny, jroelofs Reviewed By: rnk Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D35947 llvm-svn: 309292
* [lit] Fix shtest-shell and max-failures lit tests on WindowsReid Kleckner2017-07-265-10/+10
| | | | | | | | | Rewrite the write-to-stderr.sh and write-to-stdout-and-stderr.sh shell scripts as python scripts and call python on them. Fixes PR33940 llvm-svn: 309200
* [lit] Update lit's own tests to use lit_config and lit package, as appropriate.Daniel Dunbar2013-08-091-0/+1
| | | | llvm-svn: 188107
* [lit] Add a test for internal shell execution behaviors.Daniel Dunbar2013-01-319-0/+92
llvm-svn: 174102
OpenPOWER on IntegriCloud