Summary: | net-misc/curl: tests have automagic on valgrind | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Thomas Deutschmann (RETIRED) <whissi> |
Component: | Current packages | Assignee: | Anthony Basile <blueness> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f5af6ec754e7e2f1e9d9c60e1196dfa42eb59f commit 25f5af6ec754e7e2f1e9d9c60e1196dfa42eb59f Author: Sam James <sam@gentoo.org> AuthorDate: 2022-05-03 03:18:43 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-05-03 03:18:47 +0000 net-misc/curl: add 7.83.0 Now with verbose tests & disabled valgrind (unreliable on various arches and within sandbox). Bug: https://bugs.gentoo.org/841302 Closes: https://bugs.gentoo.org/739738 Signed-off-by: Sam James <sam@gentoo.org> net-misc/curl/Manifest | 2 + net-misc/curl/curl-7.83.0.ebuild | 287 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 289 insertions(+) |
Tests from net-misc/curl will automatically use valgrind when available. This should be disabled or controlled via USE flag. Looks like test script has an > -n Disable the check for and use of valgrind. option for that.