summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorccameron <ccameron@chromium.org>2015-02-18 11:21:42 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-18 19:22:21 +0000
commit777a126ec7c9fbd50c4f62b27de648e5b306fc7d (patch)
tree8123f24c07c3e28f00024e16622573bf16c505ee
parentf675e9365b57d8a502088f0b67bf9ca24e95961b (diff)
downloadchromium_src-777a126ec7c9fbd50c4f62b27de648e5b306fc7d.zip
chromium_src-777a126ec7c9fbd50c4f62b27de648e5b306fc7d.tar.gz
chromium_src-777a126ec7c9fbd50c4f62b27de648e5b306fc7d.tar.bz2
Disable WebGL conformance test on Win8/NVIDIA
The test: conformance_textures_tex_image_and_sub_image_2d_with_array_buffer_view Has been timing out on and off for as long as we have records. BUG=459265 NOPRESUBMIT=True Review URL: https://codereview.chromium.org/930423002 Cr-Commit-Position: refs/heads/master@{#316872}
-rw-r--r--content/test/gpu/gpu_tests/webgl_conformance_expectations.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index a9bbad1..750ff57 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -49,6 +49,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('conformance/glsl/misc/shader-with-array-of-structs-uniform.html',
['win7', 'intel', 'nvidia'], bug=373972)
+ # Win8 / NVIDIA failures
+ self.Fail('conformance/textures/tex-image-and-sub-image-2d-with-array-buffer-view.html',
+ ['win', 'nvidia'], bug=459265)
+
# Win / AMD failures
self.Fail('conformance/textures/texparameter-test.html',
['win', 'amd', 'd3d9'], bug=839) # angle bug ID