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

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

Issue 2539703004: Roll WebGL d12037a..4b93f82 (Closed)
Patch Set: Suppress failure of new webgl-draw-buffers-feedback-loop test. Created 4 years, 1 month 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 | « DEPS ('k') | 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/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 0d7ca16d95776e38cc22c62027654ef2150cb246..e25370ac46e989d66605577155b9edbaaf56ac0d 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -112,10 +112,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
# ========================
# Fails on all platforms
- # Test that needs to be fixed in the WebGL CTS
- # https://github.com/KhronosGroup/WebGL/issues/2173
- self.Fail('conformance/misc/bad-arguments-test.html',
- bug=2173) # WebGL issue number
+ # Need to add detection of feedback loops with multiple render targets.
+ self.Fail('conformance/extensions/webgl-draw-buffers-feedback-loop.html',
+ bug=1619) # angle bug ID
# We need to add WebGL 1 check in command buffer that format/type from
# TexSubImage2D have to match the current texture's.
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698