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

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

Issue 2066603006: Enable RGB5_A1 format related webgl2 conformance tests. (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 | no next file » | 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 085c54f053893f6e039eab238afb8d8899f9eb19..8f7804627d75264bc4291f7c112314bc1e5efbec 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -128,80 +128,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
['win8'], bug=483282)
- self.Fail('conformance2/textures/image_data/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/svg_image/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/video/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_image/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_video/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_blob/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
- 'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
-
- self.Fail('conformance2/textures/video/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_data/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/svg_image/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_image_data/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_image/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_video/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/canvas/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/webgl_canvas/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_blob/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
- 'tex-3d-rgb5_a1-rgba-unsigned_byte.html',
- ['win8'], bug=616176)
-
# Windows Debug. Causing assertions in the GPU process which raise
# a dialog box, so have to skip them rather than mark them as
# failing.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698