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

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

Issue 2080063002: Roll WebGL 0d2d36c..2c4f810 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Roll WebGL 0d2d36c..2c4f810 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 ba8db9e7a7b1ab802e29b86785b968be9a9c52e0..395fdef7be8d5a838ee77b990c4a8856a69ea794 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -30,11 +30,11 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# ========================
# Passing tests, waiting to be turned on when sharding is implemented.
+ self.Skip('deqp/functional/gles3/draw/*', bug=1)
self.Skip('deqp/functional/gles3/shadermatrix/*', bug=1)
# All platforms.
self.Skip('deqp/functional/gles3/builtinprecision/*.html', bug=483282)
- self.Skip('deqp/functional/gles3/draw.html', bug=483282)
self.Skip('deqp/functional/gles3/fbocolorbuffer/*.html', bug=618408)
self.Skip('deqp/functional/gles3/fboinvalidate.html', bug=483282)
self.Skip('deqp/functional/gles3/fbomultisample.html', bug=483282)
@@ -70,7 +70,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'basic_copyteximage2d.html',
['win'], bug=483282)
- self.Fail('deqp/functional/gles3/transformfeedback.html',
+ self.Fail('deqp/functional/gles3/transformfeedback/*.html',
['win'], bug=483282)
self.Fail('deqp/functional/gles3/negativetextureapi.html',
['win'], bug=483282)
@@ -337,7 +337,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'amd'], bug=598930)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['mac', 'amd'], bug=483282)
- self.Fail('deqp/functional/gles3/transformfeedback.html',
+ self.Fail('deqp/functional/gles3/transformfeedback/*.html',
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
@@ -361,7 +361,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/shaderderivate.html',
['mac', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/transformfeedback.html',
+ self.Fail('deqp/functional/gles3/transformfeedback/*.html',
['mac', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/texturefiltering/2d_combinations_01.html',
@@ -446,7 +446,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'nvidia', 'opengl'], bug=483282)
self.Fail('conformance2/transform_feedback/transform_feedback.html',
['linux', 'nvidia', 'opengl'], bug=483282)
- self.Fail('deqp/functional/gles3/transformfeedback.html',
+ self.Fail('deqp/functional/gles3/transformfeedback/*.html',
['linux', 'nvidia', 'opengl'], bug=618408)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
['linux', 'nvidia', 'opengl'], bug=618408)
@@ -510,7 +510,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/negativetextureapi.html',
['linux', 'amd'], bug=483282)
- self.Fail('deqp/functional/gles3/transformfeedback.html',
+ self.Fail('deqp/functional/gles3/transformfeedback/*.html',
['linux', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/negativebufferapi.html',
['linux', 'amd'], bug=483282)
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698