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

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

Issue 2076213002: Decompress ETC texture data when there is no native support. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Check MapBuffer result. Created 4 years, 5 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/BUILD.gn » ('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 1d9bf6f8ded7d5d5e5b264d368c5f0b8d092b4a9..6aa66c90c0066ea3469dd63a80ccdcca9bf709a5 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -101,6 +101,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/fboinvalidate/whole.html',
['win'], bug=624506)
+ self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
+ ['win'], bug=614573)
+
# Windows 8 only.
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
@@ -108,8 +111,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/functional/gles3/buffercopy.html', ['win8'], bug=587601)
# Win / NVidia
- self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
- ['win', 'nvidia'], bug=614573)
self.Fail('deqp/functional/gles3/framebufferblit/rect_02.html',
['win', 'nvidia'], bug=483282)
self.Fail('deqp/functional/gles3/framebufferblit/rect_05.html',
@@ -124,8 +125,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/texturespecification/' +
'texstorage3d_format_depth_stencil.html',
['win', ('amd', 0x6779)], bug=614178)
- self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
- ['win', ('amd', 0x6779)], bug=614573)
self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
['win', ('amd', 0x6779)], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
@@ -183,8 +182,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/textureformat/sized_depth_stencil.html',
['win', 'intel'], bug=614418)
- self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
- ['win', 'intel'], bug=614418)
self.Flaky('deqp/functional/gles3/textureformat/unsized_3d.html',
['win', 'intel'], bug=614418)
self.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
@@ -215,12 +212,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
['mac'], bug=618464)
- self.Fail('deqp/functional/gles3/textureformat/compressed_2d.html',
- ['mac'], bug=612205)
self.Fail('deqp/functional/gles3/textureformat/compressed_cube.html',
['mac'], bug=612205)
- self.Fail('deqp/functional/gles3/texturewrap/e*',
- ['mac'], bug=612205)
self.Fail('deqp/data/gles3/shaders/qualification_order.html',
['mac'], bug=483282)
@@ -229,10 +222,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/pixelbufferobject.html',
['mac'], bug=483282)
- self.Fail('conformance2/textures/misc/compressed-tex-image.html',
- ['mac'], bug=565438)
- self.Fail('conformance2/textures/misc/tex-storage-compressed-formats.html',
- ['mac'], bug=295792)
self.Fail('conformance2/renderbuffers/framebuffer-test.html',
['mac'], bug=483282)
self.Fail('conformance2/rendering/framebuffer-completeness-unaffected.html',
« no previous file with comments | « no previous file | gpu/command_buffer/service/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698