| Index: content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| index 7b235f369fbe60251c23e20d3f6d18ba55efb499..c3c6bbfd1cd41875e834aba130152f7e8f5fd01e 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_integration_test.py
|
| @@ -252,7 +252,11 @@ class WebGLConformanceIntegrationTest(gpu_integration_test.GpuIntegrationTest):
|
| '--disable-gpu-process-crash-limit',
|
| '--js-flags=--expose-gc',
|
| '--test-type=gpu',
|
| - '--enable-experimental-canvas-features'
|
| + '--enable-experimental-canvas-features',
|
| + # Try disabling the GPU watchdog to see if this affects the
|
| + # intermittent GPU process hangs that have been seen on the
|
| + # waterfall. crbug.com/596622 crbug.com/609252
|
| + '--disable-gpu-watchdog'
|
| ])
|
| if cls._webgl_version == 2:
|
| browser_options.AppendExtraBrowserArgs([
|
|
|