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

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

Issue 2070073002: Remove failing Win8 tests related with RGB565 formats. (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 4990583c8163ff303312b4c3224863df9615e5ed..984313793f54868daf6cff85958a061b1a2d0393 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -128,152 +128,77 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/reading/read-pixels-from-fbo-test.html',
['win8'], bug=483282)
- self.Fail('conformance2/textures/misc/tex-new-formats.html',
Jamie Madill 2016/06/15 17:16:44 this test is still broken until https://chromium-r
- ['win8'], bug=483282)
-
- self.Fail('conformance2/textures/image_data/' +
- 'tex-2d-rgb565-rgb-unsigned_byte.html',
- ['win8'], bug=616176)
self.Fail('conformance2/textures/image_data/' +
'tex-2d-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=616176)
self.Fail('conformance2/textures/image/' +
- 'tex-2d-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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/video/' +
- 'tex-3d-rgb565-rgb-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_data/' +
- 'tex-3d-rgb565-rgb-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/image/' +
- 'tex-3d-rgb565-rgb-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/svg_image/' +
- 'tex-3d-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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/canvas/' +
- 'tex-3d-rgb565-rgb-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/webgl_canvas/' +
- 'tex-3d-rgb565-rgb-unsigned_byte.html',
- ['win8'], bug=616176)
- self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
- 'tex-3d-rgb565-rgb-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-rgb565-rgb-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-rgb565-rgb-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)
« 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