From 4b1c49eb95514d68a4ba83dcb85fce0e1703999f Mon Sep 17 00:00:00 2001 From: Oscar Mira Date: Tue, 16 Jul 2019 00:14:33 +0200 Subject: [PATCH] suppress memory leak warnings for python tests Now that travis does not fail, the allow_failure flag for the clang-compiler job can be removed. --- .travis.yml | 1 - lsan.supp | 5 +++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 44417ac0..becda2be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,6 @@ script: matrix: allow_failures: - os: osx - - compiler: clang fast_finish: true include: - os: linux diff --git a/lsan.supp b/lsan.supp index e69de29b..b7a2dd7d 100644 --- a/lsan.supp +++ b/lsan.supp @@ -0,0 +1,5 @@ +leak:python2.7 +leak:libfontconfig.so +leak:libglib-2.0.so +leak:libIlmImf-2_2.so +leak:libstdc++.so