1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/utils/lit/tests
Brian Gesiak 3111676620 [lit] Fix order of checks in shtest-shell.py test
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
2017-07-27 16:50:40 +00:00
..
Inputs [lit] Fix order of checks in shtest-shell.py test 2017-07-27 16:50:40 +00:00
unit Un-XFAIL some internal lit tests on Windows, they pass for me locally 2017-07-26 18:04:18 +00:00
.coveragerc
boolean-parsing.py
discovery.py [lit] Fix discovery.py on Windows by matching backslashes when necessary 2017-07-26 22:00:38 +00:00
googletest-format.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
googletest-timeout.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
googletest-upstream-format.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
lit.cfg [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
max-failures.py [lit] Fix race between shtest-shell and max-failures tests 2017-07-26 22:57:32 +00:00
progress-bar.py
selecting.py [lit] Un-XFAIL selecting.py test on Windows 2017-07-26 21:48:41 +00:00
shell-parsing.py
shtest-encoding.py
shtest-format.py Un-XFAIL some internal lit tests on Windows, they pass for me locally 2017-07-26 18:04:18 +00:00
shtest-output-printing.py [lit] Fix shtest-output-printing.py on Windows by matching either / or \\ 2017-07-26 22:11:30 +00:00
shtest-shell.py [lit] Fix shtest-shell and max-failures lit tests on Windows 2017-07-26 22:21:25 +00:00
shtest-timeout.py [lit] Mark several of lit's tests XFAIL on Windows 2017-07-26 15:10:50 +00:00
test-data.py
test-output.py
unittest-adaptor.py Un-XFAIL some internal lit tests on Windows, they pass for me locally 2017-07-26 18:04:18 +00:00
usage.py
xunit-output.py