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

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

Issue 2702403005: debug-depth-video-with-copy-texture (Closed)
Patch Set: update cts expectations 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
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 da5638d94bf1073383eab35e8f38f9cafd4c4fcf..3d601b0688bb1114db14abe2021aa354bf9dfc0c 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -148,6 +148,22 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['passthrough'], bug=1523) # angle bug ID
self.Fail('WebglExtension_WEBGL_draw_buffers',
['passthrough'], bug=1523) # angle bug ID
+ self.Skip('conformance/textures/canvas/*',
+ ['passthrough'], bug=612542)
+ self.Skip('conformance/textures/video/*',
+ ['passthrough'], bug=612542)
+ self.Skip('conformance/textures/image_bitmap_from_canvas/*',
+ ['passthrough'], bug=612542)
+ self.Skip('conformance/textures/webgl_canvas/*',
+ ['passthrough'], bug=612542)
+ self.Skip('conformance/extensions/oes-texture-half-float-with-canvas.html',
+ ['passthrough'], bug=612542)
+ self.Skip('conformance/extensions/oes-texture-float-with-canvas.html',
+ ['passthrough'], bug=612542)
+ self.Skip('conformance/extensions/oes-texture-half-float-with-video.html',
+ ['passthrough'], bug=612542)
+ self.Skip('conformance/extensions/oes-texture-float-with-video.html',
+ ['passthrough'], bug=612542)
# Passthrough command decoder / OpenGL
self.Fail('conformance/buffers/buffer-uninitialized.html',
@@ -421,19 +437,19 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# Linux failures
self.Flaky('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_byte.html',
- ['linux'], bug=627525)
+ ['linux', 'no_passthrough'], bug=627525)
self.Flaky('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
- ['linux'], bug=627525)
+ ['linux', 'no_passthrough'], bug=627525)
self.Flaky('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
- ['linux'], bug=627525)
+ ['linux', 'no_passthrough'], bug=627525)
self.Flaky('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
- ['linux'], bug=627525)
+ ['linux', 'no_passthrough'], bug=627525)
self.Flaky('conformance/textures/video/' +
'tex-2d-rgb-rgb-unsigned_short_5_6_5.html',
- ['linux'], bug=627525)
+ ['linux', 'no_passthrough'], bug=627525)
self.Fail('conformance/extensions/webgl-compressed-texture-astc.html',
['linux', 'intel'], bug=680675)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698