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

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

Issue 2040773002: Upload textures through GPU path to non-8-bit color formats won't work in WebGL2 (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 | third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h » ('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 3c31d45dc38f393c5f16d41ec690ba7ab72c8e20..b60c5a19cd5efb149db7faadce1b39ba65896034 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -78,45 +78,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/multisample.html',
['amd'], bug=617290)
- # Failing because the tests are using invalid combinations of source and
- # destination formats, see https://github.com/KhronosGroup/WebGL/issues/1628
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-2d-rgb565-rgb-unsigned_byte.html',
- bug=483282)
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html',
- bug=483282)
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- bug=483282)
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html',
- bug=483282)
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-2d-rgba4-rgba-unsigned_byte.html',
- bug=483282)
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
- bug=483282)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgb565-rgb-unsigned_byte.html',
- bug=483282)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgb565-rgb-unsigned_short_5_6_5.html',
- bug=483282)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- bug=483282)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_short_5_5_5_1.html',
- bug=483282)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgba4-rgba-unsigned_byte.html',
- bug=483282)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgba4-rgba-unsigned_short_4_4_4_4.html',
- bug=483282)
-
# Windows only.
self.Fail('deqp/functional/gles3/vertexarrays.html',
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGL2RenderingContextBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698