[PATCH] D44598: [lit] Add line numbers for RUN commands to shell code

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Mar 17 19:41:27 PDT 2018


jdenny updated this revision to Diff 138839.
jdenny edited the summary of this revision.
jdenny added a comment.

This update makes several improvements:

1. Add new tests that actually check the feature this patch introduces.

2. Fix internal shell to have that feature (only the external shell had it before).

3. Add new test that the internal shell ":" command cannot be part of a pipeline.


https://reviews.llvm.org/D44598

Files:
  utils/lit/lit/TestRunner.py
  utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg
  utils/lit/tests/Inputs/shtest-run-at-line/external-shell/test.txt
  utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg
  utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/test.txt
  utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg
  utils/lit/tests/Inputs/shtest-shell/colon-error.txt
  utils/lit/tests/max-failures.py
  utils/lit/tests/shtest-format.py
  utils/lit/tests/shtest-output-printing.py
  utils/lit/tests/shtest-run-at-line.py
  utils/lit/tests/shtest-shell.py
  utils/lit/tests/unit/TestRunner.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44598.138839.patch
Type: text/x-patch
Size: 10582 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180318/07bf6951/attachment.bin>


More information about the llvm-commits mailing list