public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/systemd] rawhide: rpminspect: ignore test-coredump-stacktrace in annocheck
@ 2026-07-06 18:55 Frantisek Sumsal
0 siblings, 0 replies; only message in thread
From: Frantisek Sumsal @ 2026-07-06 18:55 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/systemd
Branch : rawhide
Commit : 453447b79ba6a260b3a53fdf2aa38dc9db4aa5ae
Author : Frantisek Sumsal <frantisek@sumsal.cz>
Date : 2026-07-06T17:26:40+00:00
Stats : +7/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/systemd/c/453447b79ba6a260b3a53fdf2aa38dc9db4aa5ae?branch=rawhide
Log:
rpminspect: ignore test-coredump-stacktrace in annocheck
As this test is intentionally compiled with a minimal set of hardcoded
options, so it always generates a predictable stack trace.
[skip changelog]
---
diff --git a/rpminspect.yaml b/rpminspect.yaml
index 6318820..e080618 100644
--- a/rpminspect.yaml
+++ b/rpminspect.yaml
@@ -1,4 +1,10 @@
- # Disable badfuncs check that has tons of false positives.
+annocheck:
+ ignore:
+ # This test is intentionally compiled with a minimal set of hardcoded
+ # options, so it always generates a predictable stack trace
+ - /usr/lib/systemd/tests/unit-tests/manual/test-coredump-stacktrace
+
+# Disable badfuncs check that has tons of false positives.
badfuncs:
allowed:
/usr/lib/systemd/tests/unit-tests/*:
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:55 [rpms/systemd] rawhide: rpminspect: ignore test-coredump-stacktrace in annocheck Frantisek Sumsal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox