Skip to content

Commit

Permalink
fixup travis yml; this is the best way ;DDDD
Browse files Browse the repository at this point in the history
  • Loading branch information
jiridanek committed Feb 15, 2021
1 parent b24d03a commit 3f360b4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
os: linux
env:
- PATH="/usr/bin:$PATH" PROTON_VERSION=0.33.0 BUILD_TYPE=RelWithDebInfo
- DISPATCH_CMAKE_ARGS="-DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS='-DQD_MEMORY_DEBUG -fno-omit-frame-pointer'"
- DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
- name: "qdrouterd:RelWithDebInfo+MemoryDebug (clang on focal)"
os: linux
dist: focal
Expand All @@ -78,7 +78,7 @@ jobs:
- CC=clang-10
- CXX=clang++-10
- PATH="/usr/bin:$PATH" PROTON_VERSION=master BUILD_TYPE=RelWithDebInfo
- DISPATCH_CMAKE_ARGS="-DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS='-DQD_MEMORY_DEBUG -fno-omit-frame-pointer'"
- DISPATCH_CMAKE_ARGS='-DRUNTIME_CHECK=asan -DCMAKE_C_FLAGS=-DQD_MEMORY_DEBUG'
- name: "qdrouterd:Default Build"
os: linux
env:
Expand Down
5 changes: 4 additions & 1 deletion tests/lsan.supp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ leak:qdr_error_description
leak:_ctypes_alloc_format_string
leak:__strdup

# to be triaged; pretty much all tests
leak:^IoAdapter_init$

# to be triaged; system_tests_http
leak:^callback_healthz$
leak:^callback_metrics$
Expand Down Expand Up @@ -65,7 +68,7 @@ leak:^PyList_New$

# Wholesale library suppressions, avoid doing this if at all possible
# one reason we may not be able to avoid doing this is compatibility with multiple versions of libs on many operating systems
#leak:/libpython2.*.so
leak:/libpython2.*.so
#leak:/libpython3.*.so
#leak:/libwebsockets.so
#leak:libqpid-proton
Expand Down

0 comments on commit 3f360b4

Please sign in to comment.