| Summary: | x86-linux: simplify scalar test output | ||
|---|---|---|---|
| Product: | [Developer tools] valgrind | Reporter: | Matthias Schwarzott <zzam> |
| Component: | memcheck | Assignee: | Paul Floyd <pjfloyd> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | pjfloyd |
| Priority: | NOR | ||
| Version First Reported In: | 3.25 GIT | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
x86-linux: scalar: remove line numbers from output
x86-linux: scalar: remove line numbers from output (V2) x86-linux: scalar: remove line numbers from output (V3) |
||
|
Description
Matthias Schwarzott
2025-08-28 18:36:30 UTC
Created attachment 184536 [details]
x86-linux: scalar: remove line numbers from output (V2)
filter_scalar needs to be in Makefile.am dist_noinst_SCRIPTS so that it gets included in the tarballs produced by the dist* make targets. Created attachment 184551 [details]
x86-linux: scalar: remove line numbers from output (V3)
Thanks for the patch. I changed the commit message to include the bugzilla id and added a line to NEWS. commit 3399c455fa5068dbf1d10f150160ea67fff85477 (HEAD -> master, origin/master, origin/HEAD) Author: Matthias Schwarzott <zzam@gentoo.org> Date: Thu Aug 28 22:30:25 2025 +0200 Bug 508869 - x86-linux: simplify scalar test output |