This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7481a4cf21d [X86] Add a DAG combine to combine (sext (setcc)) with VLX new 4d8dc918b40 [lit] Implement "-r" option for builtin "diff" command + a [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/tools/llvm-cov/multithreaded-report.test | 3 - utils/lit/lit/TestRunner.py | 123 +++++++++++++++++++-- .../tests/Inputs/shtest-shell/diff-r-error-0.txt | 8 ++ .../tests/Inputs/shtest-shell/diff-r-error-1.txt | 9 ++ .../tests/Inputs/shtest-shell/diff-r-error-2.txt | 7 ++ .../tests/Inputs/shtest-shell/diff-r-error-3.txt | 7 ++ .../tests/Inputs/shtest-shell/diff-r-error-4.txt | 8 ++ .../tests/Inputs/shtest-shell/diff-r-error-5.txt | 8 ++ .../tests/Inputs/shtest-shell/diff-r-error-6.txt | 8 ++ utils/lit/tests/Inputs/shtest-shell/diff-r.txt | 20 ++++ utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-shell.py | 57 +++++++++- 12 files changed, 245 insertions(+), 15 deletions(-) create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-0.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-1.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-2.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-3.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-4.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-5.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r-error-6.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-r.txt