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

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: Decompress ETC texture data when there is no native support. 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') | gpu/command_buffer/service/feature_info.h » ('J')
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 22c43d75973cac0cb72692298e5b37a88f99a0a3..d0e8ccccf84b69cccadfe8c1c1260de45f5c2919 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -98,6 +98,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',
@@ -105,8 +108,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',
@@ -121,8 +122,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/' +
@@ -178,8 +177,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.Fail('deqp/functional/gles3/shadertexturefunction/texture.html',
['win', 'intel'], bug=483282)
self.Fail('deqp/functional/gles3/shadertexturefunction/' +
@@ -206,12 +203,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)
@@ -220,10 +213,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') | gpu/command_buffer/service/feature_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698