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

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

Issue 1358943002: Add unit test for glsl-construct-vec-mat-index's expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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 3abaeaf3c12f023f7d7908f828b1e6ced591cfcc..b420baa98ffeaad7a4739e3beaa229e270bf0fb6 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -45,9 +45,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win'], bug=485641)
self.Fail('conformance/glsl/bugs/sampler-struct-function-arg.html',
['win'], bug=485642)
- self.Flaky('conformance/glsl/constructors/' +
- 'glsl-construct-vec-mat-index.html',
- ['win'], bug=525188)
+ self.Fail('conformance/glsl/constructors/' +
+ 'glsl-construct-vec-mat-index.html',
+ ['win'], bug=525188)
# Win7 / Intel failures
self.Fail('conformance/rendering/gl-scissor-test.html',

Powered by Google App Engine
This is Rietveld 408576698