Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Generally disable leak sanitizer in tests
Our tests have the unfortunate tendency to not clean up their resources; as a consequence the leaksan check creates ton of (non-actionable) warnings. Our main focus for now are catching non-leak related issues via ASAN (e.g. use-after-free). The special casing for the cmake API tests stays in place in case we want to re-enable leaksan checks for most tests again. Task-number: QTQAINFRA-5315 Change-Id: I3e50ebf06ebd373f0ce0a4bb790ec8d38c344515 Reviewed-by: Qt CI Bot <[email protected]> Reviewed-by: Dimitrios Apostolou <[email protected]> Reviewed-by: Tor Arne Vestbø <[email protected]>
- Loading branch information