[all-commits] [llvm/llvm-project] e59d33: [test] Use host platform specific error message su...
Abhina Sree via All-commits
all-commits at lists.llvm.org
Wed Feb 3 06:53:47 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e59d336e75f4670b1a702c2281b3fed27ba4c426
https://github.com/llvm/llvm-project/commit/e59d336e75f4670b1a702c2281b3fed27ba4c426
Author: Abhina Sreeskantharajan <Abhina.Sreeskantharajan at ibm.com>
Date: 2021-02-03 (Wed, 03 Feb 2021)
Changed paths:
M clang/test/Analysis/taint-generic.c
M clang/test/Format/style-on-command-line.cpp
M lld/test/COFF/thinlto-emit-imports.ll
M lld/test/ELF/lto/resolution-err.ll
M lld/test/ELF/lto/thinlto-cant-write-index.ll
M lld/test/ELF/lto/thinlto-emit-imports.ll
M llvm/docs/TestingGuide.rst
M llvm/test/tools/llvm-ar/error-opening-permission.test
M llvm/test/tools/llvm-elfabi/fail-file-write.test
M llvm/test/tools/yaml2obj/ELF/DWARF/debug-gnu-pubnames.yaml
M llvm/utils/lit/lit/llvm/config.py
Log Message:
-----------
[test] Use host platform specific error message substitution in lit tests - continued
On z/OS, other error messages are not matched correctly in lit tests.
```
EDC5121I Invalid argument.
EDC5111I Permission denied.
```
This patch adds a lit substitution to fix it.
Reviewed By: jhenderson
Differential Revision: https://reviews.llvm.org/D95808
More information about the All-commits
mailing list