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.
Taken from 453447b79b.
Related: RHEL-155454
This commit is contained in:
parent
d2ac7031f6
commit
4a5daf6086
@ -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/*:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user