[all-commits] [llvm/llvm-project] 6ce948: [lit] Remove most external shell test coverage
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Tue Jul 14 18:04:17 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ce9488de626f6e791f1d6cdce2562842f665944
https://github.com/llvm/llvm-project/commit/6ce9488de626f6e791f1d6cdce2562842f665944
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-07-14 (Tue, 14 Jul 2026)
Changed paths:
M llvm/utils/lit/tests/Inputs/per-test-coverage-by-lit-cfg/lit.cfg
M llvm/utils/lit/tests/Inputs/per-test-coverage/lit.cfg
R llvm/utils/lit/tests/Inputs/shtest-external-shell-kill/lit.cfg
R llvm/utils/lit/tests/Inputs/shtest-external-shell-kill/test.txt
M llvm/utils/lit/tests/Inputs/shtest-readfile/lit.cfg
A llvm/utils/lit/tests/Inputs/shtest-run-at-line/basic.txt
A llvm/utils/lit/tests/Inputs/shtest-run-at-line/empty-run-line.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/basic.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/empty-run-line.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/line-continuation.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/lit.local.cfg
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/external-shell/run-line-with-newline.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/basic.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/empty-run-line.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/line-continuation.txt
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/lit.local.cfg
R llvm/utils/lit/tests/Inputs/shtest-run-at-line/internal-shell/run-line-with-newline.txt
A llvm/utils/lit/tests/Inputs/shtest-run-at-line/line-continuation.txt
M llvm/utils/lit/tests/Inputs/shtest-run-at-line/lit.cfg
A llvm/utils/lit/tests/Inputs/shtest-run-at-line/run-line-with-newline.txt
M llvm/utils/lit/tests/Inputs/shtest-timeout/lit.cfg
M llvm/utils/lit/tests/per-test-coverage-by-lit-cfg.py
M llvm/utils/lit/tests/per-test-coverage.py
R llvm/utils/lit/tests/shtest-external-shell-kill.py
R llvm/utils/lit/tests/shtest-readfile-external.py
M llvm/utils/lit/tests/shtest-run-at-line.py
M llvm/utils/lit/tests/shtest-timeout.py
Log Message:
-----------
[lit] Remove most external shell test coverage
Now that LLVM 23 has branched, we can look at removing the external
shell.
https://discourse.llvm.org/t/rfc-removal-of-the-lit-external-shell/90951
This patch removes most test coverage that was explicitly for the
external shell as it was entirely duplicated with the internal shell.
This patch leaves out removing test coverage in shtest-format as not all
the coverage there is duplicated and it seems like there is some missing
from the internal shell and I want to give it more careful
consideration.
Reviewers: hnrklssn, ilovepi, jh7370, arichardson
Pull Request: https://github.com/llvm/llvm-project/pull/209500
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list