llvm-project/llvm/utils/lit/tests/Inputs
Joel E. Denny 8a475307bd [lit] Report line number for failed RUN command
When debugging test failures with -vv (or -v in the case of the
internal shell), this makes it easier to locate the RUN line that
failed.  For example, clang's test/Driver/linux-ld.c has 892 total RUN
lines, and clang's test/Driver/arm-cortex-cpus.c has 424 RUN lines
after concatenation for line continuations.

When reading the generated shell script, this also makes it easier to
locate the RUN line that produced each command.

To support reporting RUN line numbers in the case of the internal
shell, this patch extends the internal shell to support the null
command, ":", except pipelines are not supported.

Reviewed By: asmith, delcypher

Differential Revision: https://reviews.llvm.org/D44598

llvm-svn: 330755
2018-04-24 18:43:25 +00:00
..
config-map-discovery [lit] Actually do normalize the case of files in the config map. 2017-09-21 21:27:11 +00:00
discovery
exec-discovery
exec-discovery-in-tree
googletest-format [lit] Port googletest lit tests to Windows 2017-07-28 01:05:55 +00:00
googletest-timeout [lit] Port googletest lit tests to Windows 2017-07-28 01:05:55 +00:00
googletest-upstream-format [lit] Port googletest lit tests to Windows 2017-07-28 01:05:55 +00:00
max-failures [lit] Use a %{python} substitution to avoid relying on python being on PATH 2017-07-28 21:13:47 +00:00
progress-bar
py-config-discovery [lit] Make lit support config files with .py extension. 2017-09-21 00:24:52 +00:00
shtest-env [lit] support unsetting env variables (again!) 2017-08-18 17:32:57 +00:00
shtest-format lit::shtest-format.py: Make write-bad-encoding.py py3-aware. 2017-07-29 02:52:56 +00:00
shtest-output-printing
shtest-run-at-line [lit] Report line number for failed RUN command 2018-04-24 18:43:25 +00:00
shtest-shell [lit] Report line number for failed RUN command 2018-04-24 18:43:25 +00:00
shtest-timeout [lit] Remove a timing senstive part of `shtest-timeout.py` 2018-03-28 13:55:08 +00:00
test-data [lit] Implement timeouts and max_time for process pool testing 2017-04-06 00:38:28 +00:00
test-data-micro [lit] - Allow 1 test to report multiple micro-test results to provide support for microbenchmarks. 2018-03-13 16:37:59 +00:00
testrunner-custom-parsers [lit] Support custom parsers in parseIntegratedTestScript 2016-12-05 20:21:21 +00:00
unittest-adaptor