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

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

Issue 2088393006: Roll WebGL 926e09c..e2281f5 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll WebGL 926e09c..e2281f5 Created 4 years, 6 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 | « DEPS ('k') | 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 86e3643b5ac2060129d2f1a65dc23b32e4d40ec8..514c22df1457c7dffd164147544336063daa9e6c 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -48,8 +48,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('conformance2/query/occlusion-query.html', bug=603168)
- self.Fail('conformance2/rendering/draw-buffers.html', bug=617410)
-
# Avoid a conflict with a Mac expectation by setting
self.Fail('conformance2/textures/misc/tex-input-validation.html',
['d3d9', 'd3d11', 'opengl'], bug=483282)
@@ -364,6 +362,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'draw_range_elements.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
+ self.Fail('conformance2/rendering/draw-buffers.html',
+ ['mac', ('nvidia', 0xfe9)], bug=617410)
+
# Mac AMD
self.Fail('deqp/functional/gles3/clipping.html',
['mac', 'amd'], bug=483282)
@@ -464,6 +465,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/fbodepthbuffer.html',
['linux'], bug=483282)
+ # Behavior difference between GL compatibility profile and ES3.
+ self.Fail('conformance2/rendering/draw-buffers.html',
+ ['linux'], bug=617410)
+
self.Skip('deqp/data/gles3/shaders/qualification_order.html',
['linux', 'amd', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/clipping.html',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698