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

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: fix 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..1d4ee92b797532b730c7a5176f4629b979566ca2 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -40,3 +40,6 @@ class PixelExpectations(GpuTestExpectations):
# further.
self.Flaky('Pixel_ScissorTestWithPreserveDrawingBuffer', ['mac'],
bug=660461)
+
+ # TODO(kainino): remove this once golden images are generated
+ self.Fail('Pixel_WebGLGreenTriangle_NonChromiumImage_NoAA_NoAlpha', bug=666259)
Ken Russell (switch to Gerrit) 2016/12/01 07:20:43 The name in this suppression is wrong -- not clear
Ken Russell (switch to Gerrit) 2016/12/01 08:00:54 *Facepalm* When I ported the pixel_tests to the n
Kai Ninomiya 2016/12/01 23:30:19 Done.

Powered by Google App Engine
This is Rietveld 408576698