[all-commits] [llvm/llvm-project] af8aee: [AIX] Split lit test shtest-format into two separa...
OhYoooo via All-commits
all-commits at lists.llvm.org
Thu Jun 18 13:58:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: af8aee7c073b37d9718903f5947dd4eff071083a
https://github.com/llvm/llvm-project/commit/af8aee7c073b37d9718903f5947dd4eff071083a
Author: Shuhong Liu <shuhong.liu at ibm.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
A llvm/utils/lit/tests/Inputs/shtest-format-argv0/argv0.txt
A llvm/utils/lit/tests/Inputs/shtest-format-argv0/lit.cfg
R llvm/utils/lit/tests/Inputs/shtest-format/argv0.txt
M llvm/utils/lit/tests/lit.cfg
A llvm/utils/lit/tests/shtest-format-argv0.py
M llvm/utils/lit/tests/shtest-format.py
Log Message:
-----------
[AIX] Split lit test shtest-format into two separate tests and add AIX as UNSUPPORTED for shtest-format-argv0
Summary: 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 `[` .
Reviewers: daltenty, hubert.reinterpretcast
Reviewed By: hubert.reinterpretcast
Subscribers: delcypher, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D82100
More information about the All-commits
mailing list