See issue 626862 for previous occurrences of flakiness (presumably fixed).
I've seen 2 new ones recently:
https://build.chromium.org/p/chromium.gpu.fyi/builders/Win7%20x64%20Release%20%28NVIDIA%29/builds/7611
WebglConformance_conformance2_textures_video_tex_3d_rgb9_e5_rgb_float (gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest) ... [316:3012:1026/064953:INFO:gpu_video_decode_accelerator_factory.cc(163)] Initializing DXVA HW decoder for windows.
[316:3012:1026/064953:ERROR:dxva_video_decode_accelerator_win.cc(345)] The eglQueryDeviceAttribEXT function failed to get the device
[316:3012:1026/064953:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345
[316:3012:1026/064954:INFO:gpu_video_decode_accelerator_factory.cc(163)] Initializing DXVA HW decoder for windows.
[316:3012:1026/065026:ERROR:dxva_video_decode_accelerator_win.cc(345)] The eglQueryDeviceAttribEXT function failed to get the device
[316:3012:1026/065026:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345
Traceback (most recent call last):
_RunGpuTest at content\test\gpu\gpu_tests\gpu_integration_test.py:78
self.RunActualGpuTest(url, *args)
RunActualGpuTest at content\test\gpu\gpu_tests\webgl_conformance_integration_test.py:196
getattr(self, test_name)(test_path, *args[1:])
_RunConformanceTest at content\test\gpu\gpu_tests\webgl_conformance_integration_test.py:210
self._CheckTestCompletion()
_CheckTestCompletion at content\test\gpu\gpu_tests\webgl_conformance_integration_test.py:204
'webglTestHarness._finished', timeout_in_seconds=300)
traced_function at third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py:52
return func(*args, **kwargs)
WaitForJavaScriptCondition at third_party\catapult\telemetry\telemetry\internal\actions\action_runner.py:225
self._tab.WaitForJavaScriptExpression(condition, timeout_in_seconds)
WaitForJavaScriptExpression at third_party\catapult\telemetry\telemetry\internal\browser\web_contents.py:136
e.message + '\n' + debug_message)
TimeoutException: Timed out while waiting 300s for IsJavaScriptExpressionTrue.
Console output:
Locals:
IsJavaScriptExpressionTrue : <function IsJavaScriptExpressionTrue at 0x03F976B0>
debug_message : 'Console output:\n'
e : TimeoutException('Timed out while waiting 300s for IsJavaScriptExpressionTrue.',)
expr : 'webglTestHarness._finished'
timeout : 300
(WARNING) 2016-10-26 06:55:07,815 gpu_integration_test._RestartBrowser:56 Restarting browser due to unexpected test failure
https://build.chromium.org/p/chromium.gpu.fyi/builders/Win7%20x64%20Release%20%28NVIDIA%29/builds/7625
WebglConformance_conformance2_textures_video_tex_2d_rg8_rg_unsigned_byte (gpu_tests.webgl_conformance_integration_test.WebGLConformanceIntegrationTest) ... [3544:2976:1027/053639:INFO:gpu_video_decode_accelerator_factory.cc(163)] Initializing DXVA HW decoder for windows.
[3544:2976:1027/053639:ERROR:dxva_video_decode_accelerator_win.cc(345)] The eglQueryDeviceAttribEXT function failed to get the device
[3544:2976:1027/053639:ERROR:mf_helpers.cc(12)] Error in dxva_video_decode_accelerator_win.cc on line 345
[456:3972:1027/053710:ERROR:audio_device_thread.cc(73)] Failed to receive.
Traceback (most recent call last):
_RunGpuTest at content\test\gpu\gpu_tests\gpu_integration_test.py:78
self.RunActualGpuTest(url, *args)
RunActualGpuTest at content\test\gpu\gpu_tests\webgl_conformance_integration_test.py:196
getattr(self, test_name)(test_path, *args[1:])
_RunConformanceTest at content\test\gpu\gpu_tests\webgl_conformance_integration_test.py:210
self._CheckTestCompletion()
_CheckTestCompletion at content\test\gpu\gpu_tests\webgl_conformance_integration_test.py:204
'webglTestHarness._finished', timeout_in_seconds=300)
traced_function at third_party\catapult\common\py_trace_event\py_trace_event\trace_event_impl\decorators.py:52
return func(*args, **kwargs)
WaitForJavaScriptCondition at third_party\catapult\telemetry\telemetry\internal\actions\action_runner.py:225
self._tab.WaitForJavaScriptExpression(condition, timeout_in_seconds)
WaitForJavaScriptExpression at third_party\catapult\telemetry\telemetry\internal\browser\web_contents.py:137
e.message + '\n' + debug_message)
TimeoutException: Timed out while waiting 300s for IsJavaScriptExpressionTrue.
Console output:
Locals:
IsJavaScriptExpressionTrue : <function IsJavaScriptExpressionTrue at 0x03F90730>
debug_message : 'Console output:\n'
e : TimeoutException('Timed out while waiting 300s for IsJavaScriptExpressionTrue.',)
expr : 'webglTestHarness._finished'
timeout : 300
(WARNING) 2016-10-27 05:41:54,803 gpu_integration_test._RestartBrowser:56 Restarting browser due to unexpected test failure
Comment 1 by ynovikov@chromium.org
, Oct 28 2016