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

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

Issue 2670213005: Hook ANGLE_request_extension up to the passthrough cmd decoder. (Closed)
Patch Set: Address zmo@'s comments Created 3 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 | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/webgl_conformance_expectations.py
diff --git a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
index 6c61b285b6f4b33c1800be4e4d4976bdc62fee0c..10c753c3f44ec50ce3f690c8fd1d8901aa9a4507 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -112,6 +112,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough'], bug=1523) # angle bug ID
self.Fail('conformance/extensions/ext-shader-texture-lod.html',
['passthrough'], bug=1523) # angle bug ID
+ self.Fail('conformance/extensions/get-extension.html',
+ ['passthrough'], bug=682745)
self.Fail('conformance/extensions/oes-texture-float.html',
['passthrough'], bug=1523) # angle bug ID
self.Fail('conformance/extensions/oes-texture-float-linear.html',
@@ -124,6 +126,14 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough'], bug=1523) # angle bug ID
self.Fail('conformance/extensions/webgl-depth-texture.html',
['passthrough'], bug=1523) # angle bug ID
+ self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ ['passthrough'], bug=1523) # angle bug ID
+ self.Fail('conformance/extensions/' +
+ 'webgl-draw-buffers-framebuffer-unsupported.html',
+ ['passthrough'], bug=682745)
+ self.Fail('conformance/extensions/' +
+ 'webgl-draw-buffers-max-draw-buffers.html',
+ ['passthrough'], bug=1523) # angle bug ID
self.Fail('conformance/canvas/framebuffer-bindings-unaffected-on-' +
'resize.html', ['passthrough'], bug=665521)
self.Fail('conformance/glsl/misc/shader-with-dfdx.frag.html',
@@ -208,11 +218,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough', 'd3d11'], bug=1523) # angle bug ID
self.Fail('conformance/extensions/webgl-debug-shaders.html',
['passthrough', 'd3d11'], bug=1523) # angle bug ID
- self.Fail('conformance/extensions/webgl-draw-buffers.html',
- ['passthrough', 'd3d11'], bug=1523) # angle bug ID
- self.Fail('conformance/extensions/' +
- 'webgl-draw-buffers-max-draw-buffers.html',
- ['passthrough', 'd3d11'], bug=1523) # angle bug ID
self.Fail('conformance/glsl/misc/shaders-with-uniform-structs.html',
['passthrough', 'd3d11'], bug=1639) # angle bug ID
self.Fail('conformance/glsl/variables/glsl-built-ins.html',
« no previous file with comments | « no previous file | gpu/command_buffer/service/context_group.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698