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

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

Issue 694563002: Rolling WebGL conformance test from 34ac01c7 to e10cfa45 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated roll to include new test fix Created 6 years, 2 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 | « 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 92f3cd9220bf8fa299a2f738df5864707292a925..d60aae8f6dd181a7e8690f2a750fbeeb83bcd8e3 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -27,6 +27,10 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
# Fails on all platforms
self.Fail('conformance/glsl/misc/shaders-with-invariance.html',
bug=421710)
+ self.Fail('conformance/glsl/bugs/essl3-shaders-with-webgl1.html',
+ bug=428845)
+ self.Fail('conformance/glsl/misc/expression-list-in-declarator-initializer.html',
+ bug=428845)
# Win failures
self.Fail('conformance/glsl/misc/struct-equals.html',
@@ -51,6 +55,11 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/extensions/webgl-draw-buffers.html',
['win'], bug=369349)
+ self.Fail('conformance/rendering/framebuffer-switch.html',
+ ['win'], bug=428849)
+ self.Fail('conformance/rendering/framebuffer-texture-switch.html',
+ ['win'], bug=428849)
+
# Win7 / Intel failures
self.Fail('conformance/rendering/gl-scissor-test.html',
['win7', 'intel'], bug=314997)
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698