summaryrefslogtreecommitdiffstats
path: root/build/sanitizers
diff options
context:
space:
mode:
authorreveman <reveman@chromium.org>2015-10-06 17:10:50 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-07 00:11:52 +0000
commitf9d17986fef45ad30ef4e6e468a7a56a90851508 (patch)
treecb80ece559bcf2cb240d042fe952263a914bce3f /build/sanitizers
parent9ff4d28f4578ad22da043aebc9d73b7369eaf57b (diff)
downloadchromium_src-f9d17986fef45ad30ef4e6e468a7a56a90851508.zip
chromium_src-f9d17986fef45ad30ef4e6e468a7a56a90851508.tar.gz
chromium_src-f9d17986fef45ad30ef4e6e468a7a56a90851508.tar.bz2
ui: Add GLImage unit test framework.
This makes it possible to test GLImage implementations without requiring multi-process GpuMemoryBuffer support. This initial version is limited to testing CopyTexSubImage with the default buffer format but testing of more functionality and formats will be added in follow up patches. Also inlcudes some minor cleanup needed to not have GLImage implementations depend on GpuMemoryBuffer API. BUG= CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Review URL: https://codereview.chromium.org/1354483004 Cr-Commit-Position: refs/heads/master@{#352720}
Diffstat (limited to 'build/sanitizers')
-rw-r--r--build/sanitizers/lsan_suppressions.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/sanitizers/lsan_suppressions.cc b/build/sanitizers/lsan_suppressions.cc
index dd94d42..d1c9d22 100644
--- a/build/sanitizers/lsan_suppressions.cc
+++ b/build/sanitizers/lsan_suppressions.cc
@@ -51,6 +51,9 @@ char kLSanDefaultSuppressions[] =
// http://crbug.com/431213, http://crbug.com/416665
"leak:gin/object_template_builder.h\n"
+// Leaks in swrast_dri.so. http://crbug.com/540042
+"leak:swrast_dri.so\n"
+
// ================ Leaks in Chromium code ================
// PLEASE DO NOT ADD SUPPRESSIONS FOR NEW LEAKS.
// Instead, commits that introduce memory leaks should be reverted. Suppressing