This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dbe20f7ece5 [AMDGPU] Truncate packed inline constant new c2a684aafa1 [lit] Report line number for failed RUN command
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/CommandGuide/lit.rst | 2 + utils/lit/lit/TestRunner.py | 31 ++++++--- .../shtest-run-at-line/external-shell/basic.txt | 3 + .../external-shell/line-continuation.txt | 11 ++++ .../external-shell}/lit.local.cfg | 0 .../shtest-run-at-line/internal-shell/basic.txt | 3 + .../internal-shell/line-continuation.txt | 11 ++++ .../internal-shell/lit.local.cfg | 2 + utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg | 3 + .../lit/tests/Inputs/shtest-shell/colon-error.txt | 3 + utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-format.py | 1 + utils/lit/tests/shtest-output-printing.py | 5 +- utils/lit/tests/shtest-run-at-line.py | 74 ++++++++++++++++++++++ utils/lit/tests/shtest-shell.py | 12 +++- utils/lit/tests/unit/TestRunner.py | 6 +- 16 files changed, 153 insertions(+), 16 deletions(-) create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-c [...] copy utils/lit/tests/Inputs/{shtest-format/external_shell => shtest-run-at-line/ex [...] create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-c [...] create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg create mode 100644 utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg create mode 100644 utils/lit/tests/Inputs/shtest-shell/colon-error.txt create mode 100644 utils/lit/tests/shtest-run-at-line.py