]> granicus.if.org Git - llvm/commit
Reland r374388: [lit] Make internal diff work in pipelines
authorJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 12 Oct 2019 11:56:57 +0000 (11:56 +0000)
committerJoel E. Denny <jdenny.ornl@gmail.com>
Sat, 12 Oct 2019 11:56:57 +0000 (11:56 +0000)
commite60c336a1d94c07d26e70dcc97c7136c531a88d6
tree180627470c97e4cf67ae3898fca092a8249012da
parent1043783862b3dc184d2769231ff9fe2e1832d9c2
Reland r374388: [lit] Make internal diff work in pipelines

To avoid breaking some tests, D66574, D68664, D67643, and D68668
landed together.  However, D68664 introduced an issue now addressed by
D68839, with which these are now all relanding.

Differential Revision: https://reviews.llvm.org/D66574

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374648 91177308-0d34-0410-b5e6-96231b3b80d8
utils/lit/lit/TestRunner.py
utils/lit/lit/builtin_commands/diff.py [new file with mode: 0644]
utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt [deleted file]
utils/lit/tests/Inputs/shtest-shell/diff-pipes.txt [new file with mode: 0644]
utils/lit/tests/shtest-shell.py