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

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

Issue 2128313002: Update the WebGL2 CTS expectations after driver upgrade (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add back suppression that is still failing Created 4 years, 5 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/webgl2_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
index 22c43d75973cac0cb72692298e5b37a88f99a0a3..1ee3e28bf903c2d8f59aa734d68cbfe8c798addb 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -490,8 +490,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'intel'], bug=483282)
# Linux only.
- self.Fail('deqp/data/gles3/shaders/functions.html',
- ['linux'], bug=483282)
self.Fail('conformance2/glsl3/vector-dynamic-indexing.html',
['linux'], bug=483282)
self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
@@ -500,24 +498,23 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Behavior difference between GL compatibility profile and ES3.
self.Fail('conformance2/rendering/draw-buffers.html',
['linux'], bug=617410)
+ self.Fail('deqp/functional/gles3/texturespecification/' +
+ 'random_teximage2d_cube.html',
+ ['linux'], bug=483282)
+ self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
+ ['linux'], bug=624506)
+ self.Fail('deqp/data/gles3/shaders/functions.html',
+ ['linux', 'amd', 'intel'], bug=483282)
self.Skip('deqp/data/gles3/shaders/qualification_order.html',
['linux', 'amd', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/clipping.html',
['linux', 'amd', 'intel'], bug=483282)
-
self.Flaky('deqp/functional/gles3/texturespecification/' +
'random_teximage2d_2d.html',
- ['linux'], bug=618447)
- self.Fail('deqp/functional/gles3/texturespecification/' +
- 'random_teximage2d_cube.html',
- ['linux'], bug=483282)
- self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
- ['linux'], bug=624506)
+ ['linux', 'amd', 'intel'], bug=618447)
# Linux NVIDIA only.
- self.Fail('conformance2/glsl3/array-complex-indexing.html',
- ['linux', 'nvidia', 'no_angle'], bug=606498)
self.Fail('deqp/functional/gles3/uniformapi/random.html',
['linux', 'nvidia'], bug=621178)
« 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