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

Unified Diff: content/test/gpu/gpu_tests/webgl_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 | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('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 cdf4bff5f7703fa06b3622b6df7de6b103d0e7eb..8956d774cdf9e57761953a34ebb01ac0904c3f86 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -136,6 +136,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win', 'nvidia', 'no_passthrough'], bug=626524)
self.Flaky('conformance/textures/misc/texture-upload-size.html',
['win', 'nvidia'], bug=630860)
+ self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
+ ['win', 'nvidia'], bug=672380)
# Win7 / Intel failures
self.Fail('conformance/textures/misc/' +
@@ -368,6 +370,10 @@ class WebGLConformanceExpectations(GpuTestExpectations):
'2d-rgb-rgb-unsigned_byte.html',
['mac', 'intel'], bug=648377)
+ # Failed on OSX 10.10 and 10.11
+ self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
+ ['mac', 'intel'], bug=672380)
+
# Mac Retina NVidia failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',
['mac', ('nvidia', 0xfe9)], bug=635081)
@@ -404,6 +410,9 @@ class WebGLConformanceExpectations(GpuTestExpectations):
self.Flaky('conformance/textures/image/' +
'tex-2d-rgb-rgb-unsigned_byte.html',
['linux', 'nvidia'], bug=596622)
+ self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
+ ['linux', 'nvidia'], bug=672380)
+
# AMD
self.Flaky('conformance/more/functions/uniformi.html',
['linux', 'amd'], bug=550989)
« no previous file with comments | « content/test/gpu/gpu_tests/webgl2_conformance_expectations.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698