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

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

Issue 1883153003: Fixed regression in WEBGL_draw_buffers support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Expectation for single failing trybot Created 4 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 | third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.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 c350d15ef7e073bcf12936963a1438442b341219..a1455d1622fc8b1bcc26a59f9e5306805ba58d0a 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -134,6 +134,8 @@ class WebGLConformanceExpectations(GpuTestExpectations):
['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=368912)
self.Fail('conformance/textures/image_bitmap_from_image/*',
['mac', ('nvidia', 0xfd5), ('nvidia', 0xfe9)], bug=589930)
+ self.Fail('conformance/extensions/webgl-draw-buffers.html',
+ ['mavericks', ('nvidia', 0xfe9)], bug=586536)
# Mac Retina AMD failures
self.Fail('conformance/textures/image_bitmap_from_image/*',
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/webgl/WebGLDrawBuffers.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698