This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from af9296a79cc GlobalISel: Enable the legalization of G_MERGE_VALUES and G [...] new fe8f4e7b04a [lit] Implement non-pipelined ‘mkdir’, ‘diff’ and ‘rm’ comm [...]
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: utils/lit/lit/TestRunner.py | 177 +++++++++++++++++++++ utils/lit/tests/Inputs/shtest-shell/check_path.py | 28 ++++ .../lit/tests/Inputs/shtest-shell/diff-error-0.txt | 3 + .../lit/tests/Inputs/shtest-shell/diff-error-1.txt | 3 + .../lit/tests/Inputs/shtest-shell/diff-error-2.txt | 3 + .../lit/tests/Inputs/shtest-shell/diff-error-3.txt | 3 + .../lit/tests/Inputs/shtest-shell/diff-error-4.txt | 5 + .../lit/tests/Inputs/shtest-shell/diff-error-5.txt | 3 + .../lit/tests/Inputs/shtest-shell/diff-error-6.txt | 3 + .../tests/Inputs/shtest-shell/mkdir-error-0.txt | 3 + .../tests/Inputs/shtest-shell/mkdir-error-1.txt | 3 + .../tests/Inputs/shtest-shell/mkdir-error-2.txt | 3 + utils/lit/tests/Inputs/shtest-shell/rm-error-0.txt | 3 + utils/lit/tests/Inputs/shtest-shell/rm-error-1.txt | 3 + utils/lit/tests/Inputs/shtest-shell/rm-error-2.txt | 4 + utils/lit/tests/Inputs/shtest-shell/rm-error-3.txt | 4 + .../lit/tests/Inputs/shtest-shell/valid-shell.txt | 87 ++++++++++ utils/lit/tests/max-failures.py | 2 +- utils/lit/tests/shtest-shell.py | 118 +++++++++++++- 19 files changed, 456 insertions(+), 2 deletions(-) create mode 100644 utils/lit/tests/Inputs/shtest-shell/check_path.py create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-0.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-1.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-2.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-3.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-4.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-5.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/diff-error-6.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/mkdir-error-0.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/mkdir-error-1.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/mkdir-error-2.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/rm-error-0.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/rm-error-1.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/rm-error-2.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/rm-error-3.txt create mode 100644 utils/lit/tests/Inputs/shtest-shell/valid-shell.txt