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

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

Issue 2567733002: replace flaky DCHECK in DrawingBuffer with early-out (Closed)
Patch Set: Created 4 years 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
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 3a85269a02c963f0330e6faac180cd3c59208599..16a1fc6b67701bcdc9f5369862821493c6d43c0f 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -370,9 +370,6 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['mac', 'amd'], bug=642822)
# Mac Intel failures
- self.Flaky('conformance/textures/webgl_canvas/tex-' +
- '2d-rgb-rgb-unsigned_byte.html',
- ['mac', 'intel'], bug=648377)
# Mac Retina NVidia failures
self.Fail('conformance/attribs/gl-disabled-vertex-attrib.html',

Powered by Google App Engine
This is Rietveld 408576698