[all-commits] [llvm/llvm-project] 98504f: Make shtest-format.py CHECK lines more flexible
dyung via All-commits
all-commits at lists.llvm.org
Thu Feb 10 13:50:36 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 98504fbb3d18819ba851c89460e81a188602149e
https://github.com/llvm/llvm-project/commit/98504fbb3d18819ba851c89460e81a188602149e
Author: Douglas Yung <douglas.yung at sony.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M llvm/utils/lit/tests/shtest-format.py
Log Message:
-----------
Make shtest-format.py CHECK lines more flexible
The test sometimes fails on Windows due to a warning emitted by bash about not
being able to find the /tmp directory causing this test to randomly fail. This
update makes the test more flexible to account for this possibility and should
hopefully make it more reliable.
Reviewed By: probinson
Differential Revision: https://reviews.llvm.org/D118691
More information about the All-commits
mailing list