[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 28 03:19:27 PST 2017


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

The previous patch doesn’t support the sequential commands, for example “mkdir existing_folder || true”. This caused sanitizer-windows test failed.  The patch has been updated to support  the sequential commands.


https://reviews.llvm.org/D39567

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39567.124534.patch
Type: text/x-patch
Size: 22396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171128/e243cfa7/attachment.bin>


More information about the llvm-commits mailing list