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

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

Issue 2841853003: Webgl2 textures/canvas/tex-2d suppressions. (Closed)
Patch Set: Created 3 years, 8 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 ac7e78f954877ee2ff1890778850232e6cf58121..b2be7617aa7fe4839170b1eed2b26e5e841afb5d 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -1047,6 +1047,25 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd'], bug=658844)
# Linux AMD R7 240
+ self.Fail('conformance2/textures/canvas/' +
+ 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
+ ['linux', ('amd', 0x6613)], bug=710392)
qiankun 2017/04/26 04:52:28 I think these failures are not for AMD R7 240 only
Ken Russell (switch to Gerrit) 2017/04/26 05:23:29 Understood. If you have other PCI IDs you'd like u
+ self.Fail('conformance2/textures/canvas/' +
+ 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
+ ['linux', ('amd', 0x6613)], bug=710392)
+ self.Fail('conformance2/textures/canvas/' +
+ 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
+ ['linux', ('amd', 0x6613)], bug=710392)
+ self.Fail('conformance2/textures/webgl_canvas/' +
+ 'tex-2d-rg8ui-rg_integer-unsigned_byte.html',
+ ['linux', ('amd', 0x6613)], bug=710392)
+ self.Fail('conformance2/textures/webgl_canvas/' +
+ 'tex-2d-rgb8ui-rgb_integer-unsigned_byte.html',
+ ['linux', ('amd', 0x6613)], bug=710392)
+ self.Fail('conformance2/textures/webgl_canvas/' +
+ 'tex-2d-rgba8ui-rgba_integer-unsigned_byte.html',
+ ['linux', ('amd', 0x6613)], bug=710392)
+
self.Fail('conformance2/textures/image_bitmap_from_video/' +
'tex-2d-rgba16f-rgba-float.html',
['linux', ('amd', 0x6613)], bug=701138)
« 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