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

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

Issue 2535173002: Prevent implicit framebuffer clear from clobbering alpha in emulated RGB (Closed)
Patch Set: remove unnecessary std::list 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/pixel_expectations.py
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
index 5e8038b35ef210c19486890cea8cd7d7d54a116d..757260a1d3372c036989a7d38859ca100f25bbf8 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -40,3 +40,7 @@ class PixelExpectations(GpuTestExpectations):
# further.
self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'],
bug=660461)
+
+ # TODO(kainino): remove this once golden images are generated
+ self.Fail('Pixel_WebGLTransparentGreenTriangle_NoAlpha_ImplicitClear',
+ bug=666259)
« no previous file with comments | « content/test/data/gpu/pixel_webgl_noalpha_implicit_clear.html ('k') | content/test/gpu/gpu_tests/pixel_test_pages.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698