From 8c00ed7b6f62fd8db2f0c99446a01f447327878d Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Fri, 17 Jan 2014 01:52:50 +0000 Subject: Reenable linux_aura on the main builders. We fixed the browser test slowdown that lead to linux_aura being disabled in r235280. (Different test suites are faster or slower, but overall, tests run faster.) We are turning this on primarily to get perf data; if things look acceptable, we hope to cut a dev channel this week. BUG=319075,125106,303342,318961 NOTRY=True Review URL: https://codereview.chromium.org/136813004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245415 0039d316-1c4b-4281-b951-d872f2087c98 --- tools/lsan/suppressions.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools/lsan') diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt index d521729..a3902fc8 100644 --- a/tools/lsan/suppressions.txt +++ b/tools/lsan/suppressions.txt @@ -37,6 +37,9 @@ leak:crypto::ScopedTestNSSDB::ScopedTestNSSDB # Another leak due to not shutting down NSS properly. http://crbug.com/124445 leak:error_get_my_stack +# XRandR has several one time leaks. +leak:libxrandr + # The NSS suppressions above will not fire when the fast stack unwinder is used, # because it can't unwind through NSS libraries. Apply blanket suppressions for # now. -- cgit v1.1