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

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

Issue 2918923002: Mark some webgl video conformance tests as flaky on Win10 Quadro P400. (Closed)
Patch Set: typo Created 3 years, 7 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 | « 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 dfca40c6264618f4891a6b8f8064d50722dd4f93..874b0ad36b8fbf247714b89b5543a9a4de86658f 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -233,6 +233,12 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['win10', ('nvidia', 0x1cb3)], bug=715001)
self.Fail('conformance/ogles/GL/cos/cos_001_to_006.html',
['win10', ('nvidia', 0x1cb3), 'd3d9'], bug=680754)
+ self.Flaky('conformance/textures/image_bitmap_from_video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_5_5_5_1.html',
+ ['win10', ('nvidia', 0x1cb3)], bug=728670)
+ self.Flaky('conformance/textures/image_bitmap_from_video/' +
+ 'tex-2d-rgba-rgba-unsigned_short_4_4_4_4.html',
+ ['win10', ('nvidia', 0x1cb3)], bug=728670)
# Win7 / Intel failures
self.Fail('conformance/textures/misc/' +
« 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