From 14ad85e8e4a92b3819090805e97fe329fa42758e Mon Sep 17 00:00:00 2001 From: Wang Jiajun Date: Wed, 27 Feb 2019 00:50:42 +0800 Subject: [PATCH] make asan tests blocking --- ci/docker/runtime_functions.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/ci/docker/runtime_functions.sh b/ci/docker/runtime_functions.sh index 1b4caa073570..de1b7795ce69 100755 --- a/ci/docker/runtime_functions.sh +++ b/ci/docker/runtime_functions.sh @@ -1033,8 +1033,6 @@ integrationtest_ubuntu_cpu_asan() { set -ex export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libasan.so.5 - # We do not want to fail the build on ASAN errors until memory leaks have been addressed. - export ASAN_OPTIONS=exitcode=0 cd /work/mxnet/build/cpp-package/example/ /work/mxnet/cpp-package/example/get_data.sh ./mlp_cpu