[lit] Try to fix c981c533 test fails under windows
Failures were seen at <https://lab.llvm.org/buildbot/#/builders/216/builds/26431>. All but one failure is due to different shell-quoting of file names because they contain special characters under windows. Generalize associated FileCheck patterns. `llvm/utils/lit/tests/shtest-output-printing.py` fails because the exit code was 127 instead of the expected 1. Unfortunately, this CI config doesn't pass `-dump-input-filter=all` to FileCheck, so we cannot see the rest of the lit execution trace. For now, generalize the FileCheck pattern to accept any non-zero exit code to get past this error.
Loading
Please sign in to comment