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
Daniel Dunbar 0aa30c2bae [lit] Improve readability of failing scripts.
- This only applies to scripts executed by the _internal_ shell script
   interpreter.

 - This patch reworks the log to look more like a shell transcript, and be less
   verbose (but in the interest of calling attention to the important parts).

Here is an example of the new format, for commands with/without failures and
with/without output:
```
$ true
$ echo hi
hi

$ false
note: command had no output on stdout or stderr
error: command failed with exit status 1

```

llvm-svn: 271610
2016-06-02 23:49:42 +00:00
..
Inputs [lit] Improve readability of failing scripts. 2016-06-02 23:49:42 +00:00
.coveragerc
discovery.py
googletest-format.py
googletest-timeout.py
googletest-upstream-format.py
lit.cfg
progress-bar.py
shell-parsing.py
shtest-encoding.py
shtest-format.py [lit] Improve readability of failing scripts. 2016-06-02 23:49:42 +00:00
shtest-output-printing.py [lit] Improve readability of failing scripts. 2016-06-02 23:49:42 +00:00
shtest-shell.py [lit] Improve readability of failing scripts. 2016-06-02 23:49:42 +00:00
shtest-timeout.py
test-data.py
test-output.py
unittest-adaptor.py
usage.py
xunit-output.py