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

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

Issue 376703008: conformance_renderbuffers_framebuffer_object_attachment fails on more platforms (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/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 657a806f642e920243eaeccba6ac4e2b0e86d131..2e15a6fbe4e007bed6f4f32e4deaeddd921132a9 100644
--- a/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
+++ b/content/test/gpu/gpu_tests/webgl_conformance_expectations.py
@@ -30,7 +30,7 @@ class WebGLConformanceExpectations(test_expectations.TestExpectations):
self.Fail('conformance/textures/texture-draw-with-2d-and-cube.html',
bug=391951)
self.Fail('conformance/renderbuffers/framebuffer-object-attachment.html',
- ['win', 'linux'], bug=391953)
+ ['win', 'linux', 'android', 'chromeos'], bug=391953)
# Flaky on Win
self.Fail('conformance/extensions/webgl-draw-buffers.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