History log of /sssd-io/contrib/ci/sssd.supp
Revision Date Author Comments Expand
5a720034475977bf0ccefc2b32c4965e983399c6 20-Nov-2015 Lukas Slebodnik <lslebodn@redhat.com>

CI: Update suppression file for 32bit el6 Some extra functions were in stack trace on 32 bit architecture. It might be caused by different optimisation on different platforms. As a result of this mismatch, the suppression did not match on 32 bit architecture and it was reported as new memory related error. Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

64ea4127f463798410a2c20e0261c6b15f60257f 14-Jun-2015 Jakub Hrozek <jhrozek@redhat.com>

IPA: Fetch keytab for 1way trusts Uses the ipa-getkeytab call to retrieve keytabs for one-way trust relationships. https://fedorahosted.org/sssd/ticket/2636 Reviewed-by: Sumit Bose <sbose@redhat.com>

6d6f41d688e32b4530744e06de221dfc4f019042 07-Dec-2014 Jakub Hrozek <jhrozek@redhat.com>

CI: Suppress memory errors from poptGetNextOpt Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

759c6e627f8b4597c8378b66dba723c74045d3cf 05-Dec-2014 Lukas Slebodnik <lslebodn@redhat.com>

CI: Update valgrind suppresion database for libselinux The problem is already fixed in fedora >= 21 Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>

dc35906fbb45898b5c362f3f3a3db5b914f1ed08 22-Sep-2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

CI: Suppress all detected Valgrind issues Add suppressions for all issues detected by Valgrind during CI runs. These seem to be false positives, or cannot be fixed. Resolves: https://fedorahosted.org/sssd/ticket/2428 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>

6398f22526303343193a18e514602f1af6fb29cb 22-Sep-2014 Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>

CI: Add Valgrind suppression support Add an empty Valgrind suppressions file, use it when invoking Valgrind. This prepares for addition of Valgrind suppressions for current false positives and issues that cannot be fixed, preparing for enforcing Valgrind check. Make Valgrind output a suppression for every error and make it output used suppression names and counts at the end of each run. This simplifies discovery and addition of new suppressions and removal of unused ones. Related to https://fedorahosted.org/sssd/ticket/2428 Reviewed-by: Lukáš Slebodník <lslebodn@redhat.com>