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

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

Issue 2823193002: Add supported formats by EXT_color_buffer_float for CopyTexImage2D (Closed)
Patch Set: remove suppressions 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 | third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.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 e639f324a79fc0f541f0e6fa0d8d3db19703a4b2..607440609ab807c88bd3310721cd9d3ccc8d135f 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -61,11 +61,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance/glsl/misc/uninitialized-local-global-variables.html',
bug=1966) # angle bug ID
- self.Fail('conformance2/textures/misc/copy-texture-cube-map-AMD-bug.html',
- bug=712584)
- self.Fail('conformance2/extensions/ext-color-buffer-float.html',
- bug=712584)
-
# Windows only.
self.Fail('conformance2/rendering/blitframebuffer-outside-readbuffer.html',
['win', 'd3d11'], bug=644740)
@@ -750,6 +745,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', ('nvidia', 0x1cb3)], bug=709320)
# Linux Intel
+ self.Fail('conformance2/extensions/ext-color-buffer-float.html',
+ ['linux', 'intel'], bug=640389)
qiankun 2017/04/20 16:45:55 This suppression is removed when I roll WebGL to f
Ken Russell (switch to Gerrit) 2017/04/20 17:59:31 Acknowledged.
self.Fail('WebglExtension_EXT_disjoint_timer_query_webgl2',
['linux', 'intel'], bug=687210)
@@ -1019,6 +1016,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'amd', 'no_angle'], bug=483282)
self.Fail('conformance2/textures/misc/tex-unpack-params.html',
['linux', 'amd', 'no_angle'], bug=483282)
+ self.Fail('conformance2/extensions/ext-color-buffer-float.html',
+ ['linux', 'amd'], bug=633022)
qiankun 2017/04/20 16:45:55 Same here.
Ken Russell (switch to Gerrit) 2017/04/20 17:59:31 Acknowledged.
self.Fail('conformance2/rendering/blitframebuffer-filter-outofbounds.html',
['linux', 'amd'], bug=655147)
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698