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

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

Issue 2642633002: Roll WebGL 06ad9fd..9b0c9de (Closed)
Patch Set: suppress flaky failure Created 3 years, 11 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/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 1a0d59bee3b5304da7029d7fb98f2773423ee167..07c271947be7bf60887ff1c60dfc27c9d0ebec84 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -66,6 +66,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['win', 'nvidia'], bug=631317)
self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
['win', 'nvidia'], bug=672380)
+ self.Fail('conformance2/rendering/' +
+ 'draw-with-integer-texture-base-level.html',
+ ['win', 'nvidia'], bug=679639)
# Win / AMD
self.Fail('conformance2/rendering/blitframebuffer-stencil-only.html',
@@ -207,6 +210,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['mac'], bug=679684)
# Mac Retina NVIDIA
+ self.Fail('conformance/textures/misc/cube-map-uploads-out-of-order.html',
+ ['mac', ('nvidia', 0xfe9)], bug=473739)
self.Fail('deqp/functional/gles3/fbomultisample*',
['mac', ('nvidia', 0xfe9)], bug=641209)
self.Fail('deqp/functional/gles3/framebufferblit/' +
@@ -678,6 +683,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/image/' +
'tex-3d-rg8ui-rg_integer-unsigned_byte.html',
['linux', ('nvidia', 0xf02)], bug=680282)
+ self.Fail('conformance2/textures/image_data/tex-2d-rg32f-rg-float.html',
+ ['linux', 'nvidia'], bug=682190)
# Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html',
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698