https://bugs.kde.org/show_bug.cgi?id=504956
Bug ID: 504956 Summary: LTP tests: Allow for filtering valgrind output Classification: Developer tools Product: valgrind Version First 3.25 GIT Reported In: Platform: Other OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: general Assignee: jsew...@acm.org Reporter: mcer...@redhat.com Target Milestone: --- Created attachment 181860 --> https://bugs.kde.org/attachment.cgi?id=181860&action=edit proposed patch In some cases the LTP tests intentionally work with SIGSEGV. This happens e.g. with the mmap18 and select03 testcases. Valgrind detects SIGSEGV and reports that as a failure. Such report can't be suppressed using the suppressions mechanism. That's why this update comes with "output filters". Filters are scripts that read from their stdin, and write filtered output to their stdout. Filters reside in auxprogs/filters. This update comes with 2 filters: For mmap18, and for select03. They are awk scripts. -- You are receiving this mail because: You are watching all bug changes.