Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [lit] Use a %{python} substitution to avoid relying on python being on PATH | Reid Kleckner | 2017-07-28 | 2 | -3/+4 |
| | | | | llvm-svn: 309434 | ||||
* | [lit] Fix order of checks in shtest-shell.py test | Brian Gesiak | 2017-07-27 | 2 | -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 Windows | Reid Kleckner | 2017-07-26 | 5 | -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 Dunbar | 2013-08-09 | 1 | -0/+1 |
| | | | | llvm-svn: 188107 | ||||
* | [lit] Add a test for internal shell execution behaviors. | Daniel Dunbar | 2013-01-31 | 9 | -0/+92 |
llvm-svn: 174102 |