Skip to content

Commit 3f360b4

Browse files
committed
fixup travis yml; this is the best way ;DDDD
1 parent b24d03a commit 3f360b4

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
os: linux
5858
env:
5959
- 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'
6161
- name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
6262
os: linux
6363
dist: focal
@@ -78,7 +78,7 @@ jobs:
7878
- CC=clang-10
7979
- CXX=clang++-10
8080
- 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'
8282
- name: "qdrouterd:Default Build"
8383
os: linux
8484
env:

tests/lsan.supp

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ leak:qdr_error_description
2222
leak:_ctypes_alloc_format_string
2323
leak:__strdup
2424

25+
# to be triaged; pretty much all tests
26+
leak:^IoAdapter_init$
27+
2528
# to be triaged; system_tests_http
2629
leak:^callback_healthz$
2730
leak:^callback_metrics$
@@ -65,7 +68,7 @@ leak:^PyList_New$
6568

6669
# Wholesale library suppressions, avoid doing this if at all possible
6770
# 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
6972
#leak:/libpython3.*.so
7073
#leak:/libwebsockets.so
7174
#leak:libqpid-proton

0 commit comments

Comments
 (0)