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

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

Issue 2272823004: Add a base mipmap level walkaround for Intel MacOSX (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: test other GPUs without the walkaround Created 4 years, 4 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
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 f0412843654ab52e4636cc6e1e98abb3af5e87ec..766efc03df2c75e9308873cfed65974a4e2a089e 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -281,8 +281,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('deqp/functional/gles3/shaderindexing/varying.html',
['mac', ('nvidia', 0xfe9)], bug=483282)
- self.Fail('deqp/functional/gles3/shadertexturefunction/texturesize.html',
- ['mac', ('nvidia', 0xfe9)], bug=483282)
self.Fail('deqp/functional/gles3/texturespecification/' +
'basic_copyteximage2d.html',
['mac', ('nvidia', 0xfe9)], bug=620067)
@@ -395,10 +393,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/transformfeedback/*.html',
['mac', 'amd'], bug=483282)
-
- self.Fail('deqp/functional/gles3/shadertexturefunction/' +
- 'texturesize.html',
- ['mac', 'amd'], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'textureprojlodoffset.html',
['mac', 'amd'], bug=483282)
@@ -474,9 +468,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
'texelfetchoffset.html',
['mac', 'intel'], bug=483282)
- self.Fail('deqp/functional/gles3/shadertexturefunction/' +
- 'texturesize.html',
- ['mac', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
['mac', 'intel'], bug=483282)
« no previous file with comments | « no previous file | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698