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.
Paths
| Differential D95808
[test] Use host platform specific error message substitution in lit tests - continued ClosedPublic Authored by abhina.sreeskantharajan on Feb 1 2021, 11:38 AM.
Details Summary 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.
Diff Detail
Unit TestsFailed Event TimelineHerald added projects: Restricted Project, Restricted Project. · View Herald TranscriptFeb 1 2021, 11:38 AM Comment Actions I've previously changed Permission denied errors before. Fixing these testcases with a lit substitution as well. Herald added subscribers: rupprecht, arphaman, steven_wu, hiraditya. · View Herald TranscriptFeb 1 2021, 1:09 PM Comment Actions I think you need to add the new values to the list of recognised substitutions in the documentation? This revision is now accepted and ready to land.Feb 2 2021, 4:26 AM This revision was landed with ongoing or failed builds.Feb 3 2021, 6:53 AM Closed by commit rGe59d336e75f4: [test] Use host platform specific error message substitution in lit tests… (authored by abhina.sreeskantharajan). · Explain Why This revision was automatically updated to reflect the committed changes. Comment Actions Hi, @abhina.sreeskantharajan. output_taint_test.txt8 KBDownload Could you please check it and try to fix? While testing I'm using build on Win10 + GCC config. This revision is now accepted and ready to land.Feb 15 2021, 9:25 AM This revision now requires changes to proceed.Feb 15 2021, 9:25 AM Comment Actions @ASDenysPetrov, I think you need to mark this patch as Accepted so that someone can close this review. Comment Actions
Done. Sorry for the delay. This revision is now accepted and ready to land.Apr 2 2021, 9:03 AM
Revision Contents
Diff 320541 clang/test/Analysis/taint-generic.c
clang/test/Format/style-on-command-line.cpp
llvm/test/tools/yaml2obj/ELF/DWARF/debug-gnu-pubnames.yaml
llvm/utils/lit/lit/llvm/config.py
|