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

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

Issue 1833163002: Update WebGL2 conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 593a6809e19f3b7773e672fdd7f7bffe0fa719e5..e33736c3fb7966a8027b809f5e79ec6aea0e1bf5 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -384,6 +384,31 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
'tex-image-and-sub-image-2d-with-image-bitmap-from-video-' +
'rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
+ 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' +
+ 'rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
+ 'tex-image-and-sub-image-2d-with-image-bitmap-from-canvas-' +
+ 'rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_blob/' +
+ 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' +
+ 'rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_blob/' +
+ 'tex-image-and-sub-image-2d-with-image-bitmap-from-blob-' +
+ 'rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' +
+ 'rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' +
+ 'rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+
self.Fail('conformance2/textures/video/tex-image-and-sub-image-3d' +
'-with-video-rgb5_a1-rgba-unsigned_byte.html',
['win8'], bug=560555)
@@ -444,6 +469,30 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/webgl_canvas/tex-image-and-sub-image-3d' +
'-with-webgl-canvas-rgb565-rgb-unsigned_byte.html',
['win8'], bug=560555)
+ self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
+ 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' +
+ 'rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
+ 'tex-image-and-sub-image-3d-with-image-bitmap-from-canvas-' +
+ 'rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_blob/' +
+ 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' +
+ 'rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_blob/' +
+ 'tex-image-and-sub-image-3d-with-image-bitmap-from-blob-' +
+ 'rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' +
+ 'rgb565-rgb-unsigned_byte.html',
+ ['win8'], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' +
+ 'rgb5_a1-rgba-unsigned_byte.html',
+ ['win8'], bug=483282)
# Windows Debug. Causing assertions in the GPU process which raise
# a dialog box, so have to skip them rather than mark them as
@@ -463,6 +512,16 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/buffers/uniform-buffers.html',
['win', 'intel'], bug=483282)
+ # Win7 / NVidia / GeForce GT 730
+ self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-image-and-sub-image-2d-with-image-bitmap-from-image-bitmap-' +
+ 'r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html',
+ ['win7', ('nvidia', 0xf02)], bug=483282)
+ self.Fail('conformance2/textures/image_bitmap_from_image_bitmap/' +
+ 'tex-image-and-sub-image-3d-with-image-bitmap-from-image-bitmap-' +
+ 'r11f_g11f_b10f-rgb-unsigned_int_10f_11f_11f_rev.html',
+ ['win7', ('nvidia', 0xf02)], bug=483282)
+
# Mac only.
self.Skip('deqp/data/gles3/shaders/qualification_order.html',
['mac'], bug=483282)
« 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