build: disable leak detection in address sanitizer build for tests as well
authorStefan Schmidt <s.schmidt@samsung.com>
Tue, 26 May 2020 13:54:57 +0000 (09:54 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Tue, 26 May 2020 22:23:17 +0000 (07:23 +0900)
commite3e52e6d9cca099d0a42ccce751684f629216032
treeb5a369bc3324615a0f83a87a0a3011bf3e0e90f5
parent689b7a3247d2680cf1adb454ad5d2bc17902de69
build: disable leak detection in address sanitizer build for tests as well

Summary:
The same principle we use for the build stage we use here for running
our tests. Leak detection has just to many problems for us on the
shutdown path that it makes no sense to use here.

I am also bumping the evas timeout form the default 30s to 60 as I have
been running into timeouts with asan enabled on my machine. This would
not change anything on a default build.
Depends on D11137

Reviewers: smohanty, bu5hm4n, raster, zmike

Reviewed By: zmike

Subscribers: zmike, cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11862
meson.build
src/tests/evas/meson.build