lit test shtest-format.py fails on AIX because one of the subtest of shtest-format requires the tool [ to be installed under the system PATH. For AIX, [ is only available as a shell builtin and does not present as an executable file under PATH. Hence, split the original shtest-format into two separate test files and added AIX as UNSUPPORTED for the test using [ .
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM with minor nit.
llvm/utils/lit/tests/shtest-format-argv0.py | ||
---|---|---|
7 | Minor nit: Missing period at the end of the sentence. |
I think there's no use of this substitution in the directory.