summaryrefslogtreecommitdiff
path: root/.ci/asan-ignore-leaks.supp
Commit message (Collapse)AuthorAgeFilesLines
* ci: add leak ignore as a temporary bandaidStefan Schmidt2020-01-301-0/+1
| | | | | | | | | | This needs some more digging where this leak comes from. I see it triggering on edje_cc during the build. Until we have this sorted out add as ignore here to keep CI working. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D11234
* ci: travis: add job to build efl and run tests with address sanitizerStefan Schmidt2019-11-271-0/+16
A first step to have addrress sanitizer coverage on our EFL build. It already catched some use after free errors and memory corruptions. Still we have some limititation how we are running this right now. We currently ignore some leaks that are exposed durign the normal build wile haveing the short living runs of edje_cc, elm_prefs_cc, etc. For now the whole leak detection is disabled on the testsuite as well. This is still very valuable, especially for all non-leak cases it finds, thus we are goign to run this on our daily build. Signed-off-by: Stefan Schmidt <s.schmidt@samsung.com> Reviewed-by: Marcel Hollerbach <mail@marcel-hollerbach.de> Differential Revision: https://phab.enlightenment.org/D10691