Summary: | valgrind 3.15.0-RC1 fails cachegrind/callgrind ann tests because of missing a.c | ||
---|---|---|---|
Product: | [Developer tools] valgrind | Reporter: | Mark Wielaard <mark> |
Component: | general | Assignee: | Julian Seward <jseward> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | n.nethercote |
Priority: | NOR | ||
Version First Reported In: | 3.15 SVN | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mark Wielaard
2019-04-09 12:06:21 UTC
> +# They just serves as input for cg_annotate in ann1 and ann2.
s/serves/serve/
commit 08f20ed4afadf6134ca7e164416e98a1a60e0baa Author: Mark Wielaard <mark@klomp.org> Date: Tue Apr 9 14:47:05 2019 +0200 Add missing cachegrind/tests/a.c to EXTRA_DIST. cachegrind/callgrind fails ann[12] tests because of missing a.c These testcases fail because the dist tar is missing the a.c (auto-annotated) source file. Fix by adding it to EXTRA_DIST. https://bugs.kde.org/show_bug.cgi?id=406352 |