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

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

Issue 2629653003: Update WebGL conformance test expectations on Linux Intel. (Closed)
Patch Set: update 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a7325aba5451ec4ab756236ae0f806fce634ad97..fefcfd0caef955de03775d033c1e08e277be44b1 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -378,6 +378,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['linux'], bug=627525)
self.Fail('conformance/extensions/webgl-compressed-texture-etc.html',
bug=679678)
+ self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
+ ['linux', 'intel'], bug=680675)
# NVIDIA
self.Flaky('conformance/extensions/oes-element-index-uint.html',
@@ -426,7 +428,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
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', 0x412)], bug=604140)
+ ['linux', 'debug', 'intel'], bug=603906)
# Fixed on Mesa 12.0
self.Fail('conformance/rendering/clipping-wide-points.html',
['linux', 'intel'], bug=642822)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698