https://bugs.kde.org/show_bug.cgi?id=493959
Bug ID: 493959 Summary: s390x: regtest failure for none/tests/s390x/op00 Classification: Developer tools Product: valgrind Version: unspecified Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: flo2...@eich-krohm.de Target Milestone: --- Created attachment 174310 --> https://bugs.kde.org/attachment.cgi?id=174310&action=edit patch to filter out "Illegal instruction" messages The none/tests/s390x/op00 testcases fails with an extra line in the stderr output: Illegal instruction (core dumped) This message does not come from valgrind but from the shell which in my case is GNU bash, version 5.1.16(1)-release It appears that there is already machinery for filtering out other such messages from abnormal termination. The attached patch adds to that. I ran find . -name '*.exp' -exec grep -H 'Illegal instruction' {} \; in the root of the source tree and there were no matches. So this patch should not affect regression testing on other platforms. -- You are receiving this mail because: You are watching all bug changes.