https://bugs.kde.org/show_bug.cgi?id=508869
Bug ID: 508869
Summary: x86-linux: simplify scalar test output
Classification: Developer tools
Product: valgrind
Version First 3.25 GIT
Reported In:
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: memcheck
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Created attachment 184533
--> https://bugs.kde.org/attachment.cgi?id=184533&action=edit
x86-linux: scalar: remove line numbers from output
Removing the line numbers from x86-linux scalar test output. As the output is
structured by the syscall-headers the line numbers are not needed. filter is
identical to https://bugs.kde.org/show_bug.cgi?id=508777
Line numbers in this case just make the patches way larger.
see e.g. https://bugs.kde.org/show_bug.cgi?id=508779
Alternatively even the file-name / the complete callstack could be stripped.
Looking at the other scalar outputs suggests that the arm64 scalar test might
also want to have the filter.
$ wc -l $(git ls-files "*linux*scalar*.stderr.exp")
62 memcheck/tests/amd64-linux/scalar.stderr.exp
2645 memcheck/tests/arm64-linux/scalar.stderr.exp
156 memcheck/tests/riscv64-linux/scalar.stderr.exp
4243 memcheck/tests/x86-linux/scalar.stderr.exp
6 memcheck/tests/x86-linux/scalar_exit_group.stderr.exp
3 memcheck/tests/x86-linux/scalar_fork.stderr.exp
29 memcheck/tests/x86-linux/scalar_openat2.stderr.exp
12 memcheck/tests/x86-linux/scalar_supp.stderr.exp
3 memcheck/tests/x86-linux/scalar_vfork.stderr.exp
--
You are receiving this mail because:
You are watching all bug changes.