summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorLukas Slebodnik <lslebodn@redhat.com>2016-09-29 13:45:04 +0200
committerLukas Slebodnik <lslebodn@redhat.com>2016-10-19 12:10:19 +0200
commitbc85b85227b87758d80e84b30e4823370d5ffca7 (patch)
tree5ac5eb2dbc3444eef7f164e97ff086ad59b97a94 /contrib
parent8a681cc41672afd1532b4a0c7e9da3a4eb2014a7 (diff)
downloadsssd-bc85b85227b87758d80e84b30e4823370d5ffca7.tar.gz
sssd-bc85b85227b87758d80e84b30e4823370d5ffca7.tar.xz
sssd-bc85b85227b87758d80e84b30e4823370d5ffca7.zip
CI: Remove dlopen-test from valgrind blacklist
Dlopen test was added to blacklist due to following reason: > Disable running dlopen-tests under Valgrind as their use of dlclose > makes Valgrind drop symbols and produce meaningless backtraces, which > cannot be matched with specific suppressions. It's true that dlclose makes meaningless backtraces but backtraces should not be generated otherwise there is a bug in some library which need to be fixed and not suppressed. Reviewed-by: Nikolai Kondrashov <Nikolai.Kondrashov@redhat.com>
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/ci/run4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/ci/run b/contrib/ci/run
index f96476ff8..a2f7f4f2d 100755
--- a/contrib/ci/run
+++ b/contrib/ci/run
@@ -187,8 +187,8 @@ function build_debug()
{
# Extended glob pattern matching tests to run under Valgrind.
# NOTE: The particular pattern below is inverted
- declare -r valgrind_test_pattern="\
- !(*.py|*/dlopen-tests|*/whitespace_test|*/double_semicolon_test)"
+ declare valgrind_test_pattern="!(*.py|*/whitespace_test|"
+ declare -r valgrind_test_pattern+="*/double_semicolon_test)"
export CFLAGS="$DEBUG_CFLAGS"
declare test_dir
declare test_dir_distcheck