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

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

Issue 2076673002: Turn off fbocolorbuffer/* tests to avoid webgl2 reaches 1-hour limit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « 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 8f7804627d75264bc4291f7c112314bc1e5efbec..984e23c271fabba7466d4ae6405133d0353d1094 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -35,6 +35,7 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# 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)
self.Skip('deqp/functional/gles3/fborender.html', bug=483282)
@@ -69,9 +70,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'basic_copyteximage2d.html',
['win'], bug=483282)
- self.Fail('deqp/functional/gles3/fbocolorbuffer/*',
- ['win'], bug=483282)
-
self.Fail('deqp/functional/gles3/transformfeedback.html',
['win'], bug=483282)
self.Fail('deqp/functional/gles3/negativetextureapi.html',
@@ -330,9 +328,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'texturelod.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
- self.Fail('deqp/functional/gles3/fbocolorbuffer/*',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
-
# Mac AMD
self.Fail('deqp/functional/gles3/clipping.html',
['mac', 'amd'], bug=483282)
@@ -355,8 +350,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'textureprojlod.html',
['mac', 'amd'], bug=483282)
- self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
- ['mac', 'amd'], bug=483282)
# Mac Intel
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
@@ -409,8 +402,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'texturesize.html',
['mac', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/fbocolorbuffer/clear.html',
- ['mac', 'intel'], bug=483282)
# Linux only.
self.Fail('deqp/data/gles3/shaders/functions.html',
@@ -451,8 +442,6 @@ 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/fbocolorbuffer/*',
- ['linux', 'nvidia', 'opengl'], bug=618408)
self.Fail('deqp/functional/gles3/transformfeedback.html',
['linux', 'nvidia', 'opengl'], bug=618408)
self.Fail('deqp/functional/gles3/shadercommonfunction.html',
@@ -469,8 +458,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Linux Intel with ANGLE only
self.Fail('deqp/functional/gles3/pixelbufferobject.html',
['linux', 'intel', 'opengl'], bug=483282)
- self.Fail('deqp/functional/gles3/fbocolorbuffer/*',
- ['linux', 'intel', 'opengl'], bug=618408)
self.Fail('deqp/functional/gles3/shaderderivate.html',
['linux', 'intel', 'opengl'], bug=618408)
« 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