6c30e74dd0
To work around skia:8709, I'm moving the DDL tests to IntelIris640. The ASAN jobs still show memory leaks in the driver, but at least I can identify which calls are leaking and suppress the LSAN warnings. Adds an SK_ENABLE_SCOPED_LSAN_SUPPRESSIONS define that indicates that the LSAN header files are available, which is set in recipes for the Linux ASAN builds. Adds __lsan::ScopedDisabler in four locations for two Vulkan API calls: - CreateGraphicsPipelines in GrVkPipeline::Create and GrVkCopyPipeline::Create - CreateDescriptorSetLayout in GrVkDescriptorSetManager::DescriptorPoolManager::DescriptorPoolManager constructor (2 calls) Also adds a regular suppression for libxcb.so. See bugs listed below for more details on the leaks. Bug: skia:8710, skia:8712, skia:8713 Change-Id: I55c6e5d483b4aeed5cd44c64219539ca7214187f Reviewed-on: https://skia-review.googlesource.com/c/184071 Commit-Queue: Ben Wagner <benjaminwagner@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com> Auto-Submit: Ben Wagner <benjaminwagner@google.com> |
||
---|---|---|
animations | ||
bench | ||
bin | ||
dm | ||
docker | ||
docs | ||
example | ||
experimental | ||
fuzz | ||
gm | ||
gn | ||
include | ||
infra | ||
modules | ||
platform_tools | ||
resources | ||
samplecode | ||
site | ||
src | ||
tests | ||
third_party | ||
tools | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
.gn | ||
AUTHORS | ||
BUILD.gn | ||
codereview.settings | ||
CONTRIBUTING | ||
CQ_COMMITTERS | ||
DEPS | ||
Doxyfile | ||
LICENSE | ||
OWNERS | ||
PRESUBMIT.py | ||
public.bzl | ||
README | ||
README.chromium | ||
whitespace.txt |
Skia is a complete 2D graphic library for drawing Text, Geometries, and Images. See full details, and build instructions, at https://skia.org.