Skip to content

Commit

Permalink
#1317: CI: add suppressions file for LeakSanitizer
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Mar 18, 2021
1 parent 88154ba commit 88fb1a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/docker/ubuntu-18.04-gnu-cpp.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,4 +117,6 @@ ENV VT_LB_ENABLED=${VT_LB_ENABLED} \
RUN /vt/ci/build_cpp.sh /vt /build

FROM build as test
ENV LSAN_OPTIONS=suppressions=/vt/tests/knowns_leaks.supp

RUN /vt/ci/test_cpp.sh /vt /build
1 change: 1 addition & 0 deletions tests/knowns_leaks.supp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
leak:MPIDI_CH3U_Receive_data_unexpected

0 comments on commit 88fb1a4

Please sign in to comment.