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

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

Issue 2703123003: Suppress two flaking or failing tests on Linux NVIDIA. (Closed)
Patch Set: Created 3 years, 10 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 02d3a3f38fae1a7968860626efffbfb8b61f79e7..05a6ce8125c82bba11c1350f9b4ea8f54a0d6ab3 100644
--- a/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl2_conformance_expectations.py
@@ -677,6 +677,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
['linux', 'nvidia'], bug=618447)
self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
['linux', 'nvidia'], bug=672380)
+ self.Fail('conformance2/textures/canvas_sub_rectangle/' +
+ 'tex-2d-r11f_g11f_b10f-rgb-half_float.html',
+ ['linux', 'nvidia'], bug=694359)
self.Fail('conformance2/textures/image_bitmap_from_canvas/' +
'tex-3d-srgb8_alpha8-rgba-unsigned_byte.html',
['linux', 'nvidia'], bug=679677)
@@ -690,6 +693,9 @@ class WebGL2ConformanceExpectations(WebGLConformanceExpectations):
self.Fail('conformance2/textures/image_bitmap_from_blob/' +
'tex-2d-rgb565-rgb-unsigned_byte.html',
['linux', 'nvidia'], bug=684399)
+ self.Flaky('conformance2/textures/image_bitmap_from_image_data/' +
+ 'tex-2d-srgb8-rgb-unsigned_byte.html',
+ ['linux', 'nvidia'], bug=694354)
# 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