Fix video_VideoDecodeMemoryUsage test on ARM |
||||
Issue descriptionI don't think this test is very useful. This test is high level. The increase of memory of one single process does not mean there's memory leak. Does anyone look at chromeperf result or the numbers of this test in the past 12 months? If not, let's remove this test. https://wmatrix.googleplex.com/unfiltered?hide_missing=True&releases=tot&tests=video_VideoDecodeMemoryUsage If we want to test memory leak, we should use a lower level of memory usage test. For example, create and release VDA. Then check the system memory.
,
Jul 5 2016
Owen. Can you do that?
,
Jul 6 2016
Sure.
,
Jul 19 2016
Owen. Can you disable the failure for GEM objects? Thanks.
,
Jul 21 2016
The following revision refers to this bug: https://chromium.googlesource.com/chromiumos/third_party/autotest/+/de6ca53c9650330e962e3dac1dffdac258bac83c commit de6ca53c9650330e962e3dac1dffdac258bac83c Author: Owen Lin <owenlin@google.com> Date: Tue Jul 19 08:22:28 2016 video_VideoDecodeEmoryUsage: Fix get graphics memory on ARM. The graphic buffer information is not available on most ARM devices except exynos. Return 0 if the information is not available. BUG= chromium:623961 TEST=Run the test on veyron_minnie Change-Id: I871c8ddfa7b776a855b3d53326d9af9ca27fbc92 Reviewed-on: https://chromium-review.googlesource.com/361650 Commit-Ready: Owen Lin <owenlin@chromium.org> Tested-by: Owen Lin <owenlin@chromium.org> Reviewed-by: Owen Lin <owenlin@chromium.org> [modify] https://crrev.com/de6ca53c9650330e962e3dac1dffdac258bac83c/client/site_tests/video_VideoDecodeMemoryUsage/video_VideoDecodeMemoryUsage.py
,
Jul 22 2016
|
||||
►
Sign in to add a comment |
||||
Comment 1 by wuchengli@chromium.org
, Jul 5 2016