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

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

Issue 2837883002: Fix WebglConformance_deqp_functional_gles3_multisample expectations (Closed)
Patch Set: Created 3 years, 8 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/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 179d0ed41d215eeca07353c1454e6e4bc9d628f4..51dde2060d6e07270b43d9bf1d207f4a948d2eac 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -713,8 +713,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-r32f-red-float.html',
['linux', 'nvidia'], bug=713127)
+ # Explicitly specifying GT 610 to avoid conflict with Quadro P400 rule
self.Flaky('deqp/functional/gles3/multisample.html',
- ['linux', 'nvidia'], bug=714207)
+ ['linux', ('nvidia', 0x104a)], bug=714207)
# This test is flaky both with and without ANGLE.
self.Flaky('deqp/functional/gles3/texturespecification/' +
@@ -749,6 +750,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
# This test causes a lost device and then the next test fails.
self.Skip('conformance2/rendering/blitframebuffer-size-overflow.html',
['linux', ('nvidia', 0x1cb3)], bug=709320)
+ self.Fail('deqp/functional/gles3/multisample.html',
+ ['linux', ('nvidia', 0x1cb3)], bug=702861)
# Linux Intel
self.Fail('conformance2/extensions/ext-color-buffer-float.html',
« 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