1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/test
Abhina Sreeskantharajan 8fb00b74f1 [test] Use host platform specific error message substitution in lit tests
On z/OS, the following error message is not matched correctly in lit tests.

```
EDC5129I No such file or directory.
```

This patch uses a lit config substitution to check for platform specific error messages.

Reviewed By: muiez, jhenderson

Differential Revision: https://reviews.llvm.org/D95246
2021-01-29 07:16:30 -05:00
..
Analysis [SCEV] Fix incorrect loop exit count analysis. 2021-01-27 19:36:05 +08:00
Assembler [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags 2021-01-27 10:43:51 -08:00
Bindings
Bitcode [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags 2021-01-27 10:43:51 -08:00
BugPoint
CodeGen [AMDGPU] Fix WMM Entry SCC preservation 2021-01-29 10:05:36 +09:00
DebugInfo [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
Demangle [Demangle] Support demangling Swift calling convention in MS demangler. 2021-01-27 13:24:54 -08:00
Examples
ExecutionEngine [JITLink] Disable ELF_ehframe_basic.s test on Windows. 2021-01-26 13:58:38 +11:00
Feature [Local] Treat calls that may not return as being alive. 2021-01-23 16:05:14 +00:00
FileCheck
Instrumentation
Integer
JitListener
Linker [llvm-link] Fix crash when materializing appending global 2021-01-25 18:08:07 -08:00
LTO
MachineVerifier [GlobalISel] Add G_ASSERT_ZEXT 2021-01-28 13:58:37 -08:00
MC [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
Object [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
ObjectYAML [Object][WebAssembly] Update format of error messages 2021-01-25 21:12:53 -08:00
Other [NewPM] Add ExtraVectorizerPasses support 2021-01-26 22:59:10 +01:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen Support a list of CostPerUse values 2021-01-29 10:14:52 +05:30
ThinLTO/X86 [ThinLTO] Add Visibility bits to GlobalValueSummary::GVFlags 2021-01-27 10:43:51 -08:00
tools [test] Use host platform specific error message substitution in lit tests 2021-01-29 07:16:30 -05:00
Transforms [MemCpyOpt] Add test for incorrect optimization across lifetime (NFC) 2021-01-29 12:57:02 +01:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh