Pixel_Video_MP4 pixel_test flaky on Nvidia Shield TV |
||||||||||
Issue description
,
Apr 28 2017
I'll try to suppress it. I haven't see any flakes on any other android devices (since the test was fixed), so it's possible this is an actual driver bug.
,
Apr 29 2017
The following revision refers to this bug: https://chromium.googlesource.com/chromium/src.git/+/65790e805f1e91700e63a2d47fa960105f13648d commit 65790e805f1e91700e63a2d47fa960105f13648d Author: jbauman <jbauman@chromium.org> Date: Sat Apr 29 00:23:21 2017 Mark Pixel_Video_MP4 flaky on NVIDIA android. It's currently flaking on the NVIDIA Shield TV. BUG=716564 TBR=kbr@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.android:android_optional_gpu_tests_rel;master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2850973002 Cr-Commit-Position: refs/heads/master@{#468191} [modify] https://crrev.com/65790e805f1e91700e63a2d47fa960105f13648d/content/test/gpu/gpu_tests/pixel_expectations.py
,
May 1 2017
,
May 1 2017
,
May 2 2017
do we usually get traces when running this test?
,
May 3 2017
I don't think so. What command line flags should be passed to Telemetry to generate something useful for debugging?
,
May 4 2017
+ned, any ideas on how to query Chrome for the command line flags from within Telemetry?
,
May 4 2017
There is no devtool protocol. For now, I suggest do: browser.platform.tracing_controller.Start() trace_data = browser.platform.tracing_controller.Stop() model = model_module.TimelineModel(trace_data) print model.metadata * Maybe the model.metadata needs some fix up for the flag part, I am not sure (https://cs.chromium.org/chromium/src/third_party/catapult/telemetry/telemetry/timeline/trace_event_importer.py?rcl=18b10cbe616e114d9eae4e7a0dd07c8d81a7ef39&l=166)
,
May 16 2017
,
May 18 2017
The browser's command line is now in Telemetry's debug output per Issue 718635 .
,
Aug 9 2017
,
Aug 9
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue. Sorry for the inconvenience if the bug really should have been left as Available. For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
,
Aug 9
,
Dec 5
,
Jan 16
,
Jan 16
|
||||||||||
►
Sign in to add a comment |
||||||||||
Comment 1 by kbr@chromium.org
, Apr 28 2017Components: Tests>Telemetry
Owner: jbau...@chromium.org
Status: Assigned (was: Unconfirmed)