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

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

Issue 2835693002: Mark a WebGL2 test Flaky (Closed)
Patch Set: fix conflict 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 d7c17cebde01b791beb3f311405bc90ad5b4d510..8717b5417475052588ed0fe4f1f15d5ee6f15b3e 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -711,6 +711,8 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/canvas_sub_rectangle/' +
'tex-2d-r32f-red-float.html',
['linux', 'nvidia'], bug=713127)
+ self.Flaky('deqp/functional/gles3/multisample.html',
+ ['linux', 'nvidia'], bug=714207)
# This test is flaky both with and without ANGLE.
self.Flaky('deqp/functional/gles3/texturespecification/' +
@@ -742,8 +744,6 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'nvidia'], bug=694354)
# Linux NVIDIA Quadro P400
- self.Fail('deqp/functional/gles3/multisample.html',
- ['linux', ('nvidia', 0x1cb3)], bug=702861)
# 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)
« 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