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

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

Issue 1153043003: Update WebGL conformance test expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « no previous file | 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 3c91c5e0b5b04b9988a885855960e594bbba0272..957c5113d043497646e283a1f5556440372fd295 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -50,9 +50,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
bug=485634)
# Win failures
- self.Fail('conformance/glsl/misc/' +
- 'ternary-operators-in-global-initializers.html',
- ['win'], bug=415694)
self.Fail('conformance/glsl/bugs/' +
'pow-of-small-constant-in-user-defined-function.html',
['win'], bug=485641)
@@ -68,8 +65,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win7', 'intel'])
self.Fail('conformance/rendering/gl-viewport-test.html',
['win7', 'intel'], bug=372511)
- self.Fail('conformance/glsl/misc/shader-with-array-of-structs-uniform.html',
- ['win7', 'intel', 'nvidia'], bug=373972)
# Win / AMD flakiness seen on new tryservers (affecting most tests
# randomly, must investigate ASAP)
@@ -401,9 +396,7 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Fail('deqp/data/gles3/shaders/arrays.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/constants.html', bug=483282)
- self.Fail('deqp/data/gles3/shaders/constant_expressions.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/conversions.html', bug=483282)
- self.Fail('deqp/data/gles3/shaders/fragdata.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/functions.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/linkage.html', bug=483282)
self.Fail('deqp/data/gles3/shaders/preprocessor.html', bug=483282)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698