https://bugs.kde.org/show_bug.cgi?id=357012
Bug ID: 357012
Summary: Memcheck regression tests do not match expected
results if compiled with intel compiler
Product: valgrind
Version: 3.10 SVN
Platform: RedHat RPMs
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Created attachment 96240
--> https://bugs.kde.org/attachment.cgi?id=96240&action=edit
Proposed patch
- Tests "varinfo3" and "varinfo5" use compiler-dependent variable names; these
names are later filtered. Variable names, generated by Intel compiler, do not
match the existing filter pattern.
This patch updates the filter pattern in file "filter_varinfo3".
- Reported line numbers differ from expected ones for intel-compiled test
applications “insn-pcmpistri” and “insn-pmovmskb”. The reported line
numbers are correct, so the patch adds alternative expected test results.
- In intel-compiled test "memalign_test", function call stack is different
from the expected one (due to compiler optimization).
Adding an alternative expected test result. The differences between added
.exp-icc files and corresponding .exp files are listed in memcheck_deltas.diff
file.
--
You are receiving this mail because:
You are watching all bug changes.