Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(109)

Unified Diff: content/test/gpu/gpu_tests/webgl_conformance_expectations.py

Issue 2649343002: Roll WebGL 9b0c9de..3c655cc (Closed)
Patch Set: update expectations Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 e72493be40d0614636ea90e6ff9386bcdd9764fd..3a069ffe7a95fc14b7ddde251b5ebebf70c9d9dd 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -148,10 +148,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
'copy-tex-image-and-sub-image-2d.html',
['win7', 'intel', 'no_passthrough'])
- # Win / Intel failures
- self.Skip('conformance/uniforms/gl-uniform-arrays.html',
- ['win', 'debug', 'intel'], bug=678382)
-
# Win / Intel HD 530 failures
self.Fail('conformance/canvas/to-data-url-test.html',
['win', 'intel'], bug=680797)
@@ -457,8 +453,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# See https://bugs.freedesktop.org/show_bug.cgi?id=94477
self.Skip('conformance/glsl/bugs/temp-expressions-should-not-crash.html',
['linux', 'intel'], bug=540543) # GPU timeout
- self.Skip('conformance/uniforms/gl-uniform-arrays.html',
- ['linux', 'debug', 'intel'], bug=603906)
# Fixed on Mesa 12.0
self.Fail('conformance/rendering/clipping-wide-points.html',
['linux', 'intel'], bug=642822)

Powered by Google App Engine
This is Rietveld 408576698