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

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

Issue 1872663002: Enable TexStorage on Desktop GL lower than 4.2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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 | gpu/command_buffer/service/feature_info.cc » ('j') | 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 98a0f9ed6740b8a8eff5b497599f153d3c576386..dca1ebef58077e7721a7d0c2289a61b3b4ece7e8 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -320,16 +320,12 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mavericks'], bug=483282)
self.Fail('deqp/functional/gles3/rbostatequery.html',
['mac'], bug=569808)
- self.Fail('deqp/functional/gles3/fbostatequery.html',
- ['mac'], bug=483282)
self.Fail('deqp/functional/gles3/negativeshaderapi.html',
['mac'], bug=483282)
self.Fail('conformance2/buffers/buffer-overflow-test.html',
['mac'], bug=483282)
self.Fail('conformance2/buffers/buffer-type-restrictions.html',
['mac'], bug=483282)
- self.Fail('conformance2/misc/uninitialized-test-2.html',
- ['mac'], bug=483282)
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
['mac'], bug=483282)
self.Fail('conformance2/renderbuffers/' +
@@ -339,6 +335,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac'], bug=565438)
self.Fail('conformance2/textures/misc/gl-get-tex-parameter.html',
['mac'], bug=483282)
+ self.Fail('conformance2/textures/misc/tex-new-formats.html',
+ ['mac'], bug=483282)
self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
['mac'], bug=295792)
self.Fail('conformance2/renderbuffers/invalidate-framebuffer.html',
@@ -347,8 +345,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac'], bug=483282)
self.Fail('conformance2/renderbuffers/readbuffer.html',
['mac'], bug=570453)
- self.Fail('conformance2/textures/misc/tex-storage-and-subimage-3d.html',
- ['mac'], bug=483282)
self.Fail('conformance2/state/gl-object-get-calls.html',
['mac'], bug=483282)
« no previous file with comments | « no previous file | gpu/command_buffer/service/feature_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698