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

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

Issue 2567733002: replace flaky DCHECK in DrawingBuffer with early-out (Closed)
Patch Set: add comment + rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | 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 efb13c720d4af7e1eac7f23599cd76b7ab6ca39c..f53da8d6061bbba32f91443bd1361a9ef24a0c33 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -360,9 +360,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)
# Failed on OSX 10.10 and 10.11
self.Fail('conformance/glsl/bugs/unary-minus-operator-float-bug.html',
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698