[PATCH] D66531: [lit] Fix `not` calling internal commands
Joel E. Denny via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 1 20:21:23 PDT 2019
jdenny updated this revision to Diff 227566.
jdenny added a comment.
- Rebased onto recent master.
- Adjusted tests not to use `diff` as an example in-process builtin because it's now an out-of-process builtin.
- Fixed discovery of out-of-process builtins behind `not`.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66531/new/
https://reviews.llvm.org/D66531
Files:
llvm/utils/lit/lit/TestRunner.py
llvm/utils/lit/tests/Inputs/shtest-env/env-calls-not-builtin.txt
llvm/utils/lit/tests/Inputs/shtest-not/fail.py
llvm/utils/lit/tests/Inputs/shtest-not/lit.cfg
llvm/utils/lit/tests/Inputs/shtest-not/not-args-last-is-crash.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-args-nested-none.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-args-none.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-cd.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-colon.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff-with-crash.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-diff.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-echo.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-env-builtin.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-export.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-external.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-mkdir.txt
llvm/utils/lit/tests/Inputs/shtest-not/not-calls-rm.txt
llvm/utils/lit/tests/Inputs/shtest-not/pass.py
llvm/utils/lit/tests/Inputs/shtest-not/print_environment.py
llvm/utils/lit/tests/shtest-env.py
llvm/utils/lit/tests/shtest-not.py
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D66531.227566.patch
Type: text/x-patch
Size: 20723 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191102/b5659f8b/attachment.bin>
More information about the llvm-commits
mailing list