[all-commits] [llvm/llvm-project] 012d84: [lit] Fix c981c533055e's remaining test fails unde...
Joel E. Denny via All-commits
all-commits at lists.llvm.org
Tue Aug 29 11:38:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 012d844fb856a89368aca95ca994726554b90f22
https://github.com/llvm/llvm-project/commit/012d844fb856a89368aca95ca994726554b90f22
Author: Joel E. Denny <jdenny.ornl at gmail.com>
Date: 2023-08-29 (Tue, 29 Aug 2023)
Changed paths:
M llvm/utils/lit/tests/Inputs/shtest-output-printing/lit.cfg
M llvm/utils/lit/tests/shtest-output-printing.py
M llvm/utils/lit/tests/shtest-shell.py
Log Message:
-----------
[lit] Fix c981c533055e's remaining test fails under windows
For `llvm/utils/lit/tests/shtest-output-printing.py`, the executable
in `%{python}` wasn't properly shell-quoted for windows. This caused
the 127 exit code mentioned in f254bbf23374. Fix quoting and expect
exit code 1 again.
Fix shell-quoting issue in a few more file names in
`llvm/utils/lit/tests/shtest-shell.py`, missed in f254bbf23374.
Test failures seen in
<https://lab.llvm.org/buildbot/#/builders/216/builds/26436>.
More information about the All-commits
mailing list