File tree 2 files changed +6
-3
lines changed
2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 57
57
os : linux
58
58
env :
59
59
- PATH="/usr/bin:$PATH" PROTON_VERSION=0.33.0 BUILD_TYPE=RelWithDebInfo
60
- - DISPATCH_CMAKE_ARGS=" -DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=' -DQD_MEMORY_DEBUG -fno-omit-frame-pointer'"
60
+ - DISPATCH_CMAKE_ARGS=' -DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
61
61
- name : " qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
62
62
os : linux
63
63
dist : focal
78
78
- CC=clang-10
79
79
- CXX=clang++-10
80
80
- PATH="/usr/bin:$PATH" PROTON_VERSION=master BUILD_TYPE=RelWithDebInfo
81
- - DISPATCH_CMAKE_ARGS=" -DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=' -DQD_MEMORY_DEBUG -fno-omit-frame-pointer'"
81
+ - DISPATCH_CMAKE_ARGS=' -DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
82
82
- name : " qdrouterd:Default Build"
83
83
os : linux
84
84
env :
Original file line number Diff line number Diff line change @@ -22,6 +22,9 @@ leak:qdr_error_description
22
22
leak:_ctypes_alloc_format_string
23
23
leak:__strdup
24
24
25
+ # to be triaged; pretty much all tests
26
+ leak:^IoAdapter_init$
27
+
25
28
# to be triaged; system_tests_http
26
29
leak:^callback_healthz$
27
30
leak:^callback_metrics$
@@ -65,7 +68,7 @@ leak:^PyList_New$
65
68
66
69
# Wholesale library suppressions, avoid doing this if at all possible
67
70
# one reason we may not be able to avoid doing this is compatibility with multiple versions of libs on many operating systems
68
- # leak:/libpython2.*.so
71
+ leak:/libpython2.*.so
69
72
#leak:/libpython3.*.so
70
73
#leak:/libwebsockets.so
71
74
#leak:libqpid-proton
You can’t perform that action at this time.
0 commit comments