[PATCH] D68668: [lit] Extend internal diff to support -U

Joel E. Denny via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 14 09:38:42 PDT 2019


jdenny updated this revision to Diff 224870.
jdenny added a comment.

Rebased onto master so it doesn't depend on D66574 <https://reviews.llvm.org/D66574> anymore.  Thus, this now alters the original diff implementation within `TestRunner.py` instead of the `diff.py` that D66574 <https://reviews.llvm.org/D66574> creates.  This way, I don't have to apply the entire patch series at once, so handling bot failures should be easier.

It's basically the same patch, so another review shouldn't be necessary.  I'll probably push later today.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68668/new/

https://reviews.llvm.org/D68668

Files:
  llvm/utils/lit/lit/TestRunner.py
  llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified-error-0.txt
  llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified-error-1.txt
  llvm/utils/lit/tests/Inputs/shtest-shell/diff-unified.txt
  llvm/utils/lit/tests/max-failures.py
  llvm/utils/lit/tests/shtest-shell.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68668.224870.patch
Type: text/x-patch
Size: 7820 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191014/506b9532/attachment.bin>


More information about the llvm-commits mailing list