[PATCH] D39567: [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ commands internally

Ying Yi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 06:14:59 PST 2017


MaggieYi updated this revision to Diff 121882.
MaggieYi added a comment.

The patch updated the test (valid-shell.txt) where lit internal shell commands succeeded.


https://reviews.llvm.org/D39567

Files:
  lit/lit/TestRunner.py
  lit/tests/Inputs/shtest-shell/check_path.py
  lit/tests/Inputs/shtest-shell/diff-error-0.txt
  lit/tests/Inputs/shtest-shell/diff-error-1.txt
  lit/tests/Inputs/shtest-shell/diff-error-2.txt
  lit/tests/Inputs/shtest-shell/diff-error-3.txt
  lit/tests/Inputs/shtest-shell/diff-error-4.txt
  lit/tests/Inputs/shtest-shell/mkdir-error-0.txt
  lit/tests/Inputs/shtest-shell/mkdir-error-1.txt
  lit/tests/Inputs/shtest-shell/mkdir-error-2.txt
  lit/tests/Inputs/shtest-shell/rm-error-0.txt
  lit/tests/Inputs/shtest-shell/rm-error-1.txt
  lit/tests/Inputs/shtest-shell/rm-error-2.txt
  lit/tests/Inputs/shtest-shell/rm-error-3.txt
  lit/tests/Inputs/shtest-shell/valid-shell.txt
  lit/tests/max-failures.py
  lit/tests/shtest-shell.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39567.121882.patch
Type: text/x-patch
Size: 17926 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171107/2476aca0/attachment.bin>


More information about the llvm-commits mailing list