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

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

Issue 2787123002: Update robust read pixels to output number of columns and rows written. (Closed)
Patch Set: Re-add WebGL2 GL tests. Created 3 years, 6 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 | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('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 9e451d75ae1ea1f5172ccdfd369cc5d9260995e9..8ef88cb02521c8f74928c420414ea7c36d092c4a 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -185,6 +185,18 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('conformance2/*', ['win', 'intel', 'd3d11'], bug=628395)
self.Flaky('deqp/*', ['win', 'intel', 'd3d11'], bug=628395)
+ # Passthrough command decoder / D3D11
+ self.Fail('conformance/textures/image_bitmap_from_video/*',
+ ['win', 'passthrough', 'd3d11'], bug=602688)
+ self.Fail('conformance/textures/video/*',
+ ['win', 'passthrough', 'd3d11'], bug=602688)
+ self.Fail('conformance/textures/misc/texture-corner-case-videos.html',
+ ['win', 'passthrough', 'd3d11'], bug=602688)
+ self.Fail('conformance2/textures/image_bitmap_from_video/*',
+ ['win', 'passthrough', 'd3d11'], bug=602688)
+ self.Fail('conformance2/textures/video/*',
+ ['win', 'passthrough', 'd3d11'], bug=602688)
+
# Mac only.
# Regressions in 10.12.4.
« no previous file with comments | « content/test/gpu/generate_buildbot_json.py ('k') | testing/buildbot/chromium.gpu.fyi.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698