| Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| index 94f516308e188083a2d3125e501a964ab4d0dff9..eed890a508c0ae52c7aad994025a1da638082a6a 100644
|
| --- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| +++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
|
| @@ -360,6 +360,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
|
| self.Fail('conformance/extensions/oes-texture-float-with-video.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
|
| + self.Fail('conformance/more/functions/bindFramebufferLeaveNonZero.html',
|
| + ['android', 'android-webview-shell',
|
| + ('qualcomm', 'Adreno (TM) 420')], bug=499874)
|
| self.Fail('conformance/rendering/gl-scissor-test.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
|
| self.Fail('conformance/textures/' +
|
| @@ -418,6 +421,13 @@ class WebGLConformanceExpectations(GpuTestExpectations):
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
|
| self.Fail('conformance/textures/texture-npot-video.html',
|
| ['android', ('qualcomm', 'Adreno (TM) 420')], bug=499555)
|
| + # Nexus 9 failures
|
| + self.Fail('conformance/extensions/oes-texture-float-with-video.html',
|
| + ['android', 'nvidia'], bug=499555) # flaky
|
| + # The entire android_webview_webgl_conformance_tests step is
|
| + # failing on the Nexus 9.
|
| + self.Fail('conformance/*',
|
| + ['android', 'android-webview-shell', 'nvidia'], bug=499928)
|
|
|
| # The following test is very slow and therefore times out on Android bot.
|
| self.Skip('conformance/rendering/multisample-corruption.html',
|
|
|