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

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

Issue 2563603002: Roll WebGL f554de2..e9afa18 (Closed)
Patch Set: update expectations Created 4 years 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') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('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 0db1e4785c737711119fcd42e215fc60e4834dde..7df508baf7cdfacad663ace9413323324f73329e 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -60,6 +60,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# Win / NVidia
self.Flaky('deqp/functional/gles3/fbomultisample*',
['win', 'nvidia'], bug=631317)
+ self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
+ ['win', 'nvidia'], bug=672380)
# Win / AMD
self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html',
@@ -95,8 +97,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'intel'], bug=662644) # WebGL 2.0.1
self.Fail('conformance2/glsl3/unary-minus-operator-in-dynamic-loop.html',
['win', 'intel'], bug=662644) # WebGL 2.0.1
- self.Fail('conformance2/rendering/clear-srgb-color-buffer.html',
- ['win', 'intel'], bug=662644) # WebGL 2.0.1
self.Skip('conformance2/textures/misc/copy-texture-image.html',
['win', 'intel'], bug=617449)
# Seems to cause the harness to fail immediately afterward
@@ -522,6 +522,10 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('deqp/functional/gles3/uniformbuffers/random.html',
['mac', 'intel'], bug=618464)
+ # Failed on OSX 10.10 and 10.11
+ self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
+ ['mac', 'intel'], bug=672380)
+
# Linux only.
self.Flaky('conformance/textures/video/' +
'tex-2d-rgba-rgba-unsigned_byte.html',
@@ -547,8 +551,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/functional/gles3/texturespecification/' +
'random_teximage2d_2d.html',
['linux', 'amd', 'intel'], bug=618447)
- self.Fail('conformance2/rendering/clear-srgb-color-buffer.html',
- ['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
self.Fail('conformance2/rendering/clipping-wide-points.html',
['linux', 'amd', 'intel'], bug=662644) # WebGL 2.0.1
@@ -557,6 +559,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Flaky('deqp/functional/gles3/texturespecification/' +
'random_teximage2d_2d.html',
['linux', 'nvidia'], bug=618447)
+ self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
+ ['linux', 'nvidia'], bug=672380)
# Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html',
« no previous file with comments | « DEPS ('k') | content/test/gpu/gpu_tests/webgl_conformance_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698