diff options
author | mtklein <mtklein@chromium.org> | 2014-08-29 07:55:34 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-08-29 07:55:35 -0700 |
commit | 970e106b883a7b52155b94d01437dfb8ee1eb1e3 (patch) | |
tree | f8900845b96b1950c76fd7dde697c95ce8db8a50 /Makefile | |
parent | 64ba5fa1ff428858f803523257cd862f8b33423b (diff) |
Update LSAN suppressions.
Seems the obvious thing works now.
Ran nanobench,
-----------------------------------------------------
Suppressions used:
count bytes template
586 3530064 libGL.so
-----------------------------------------------------
and dm,
-----------------------------------------------------
Suppressions used:
count bytes template
340 2048160 libGL.so
-----------------------------------------------------
BUG=skia:
R=robertphillips@google.com, mtklein@google.com
Author: mtklein@chromium.org
Review URL: https://codereview.chromium.org/517133002
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ CWD := $(shell pwd) # TODO(epoger): I'm not sure if the above comment is still valid in a ninja # world. VALID_TARGETS := \ - bench \ + nanobench \ debugger \ dm \ everything \ |