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

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

Issue 2023153002: Add more WebGL pixel tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 e4875a48142573d7ae4c97d7e8a369c396a805b7..40375379dc44213df8361d73a5454f96f2838cd3 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -15,6 +15,20 @@ class PixelExpectations(GpuTestExpectations):
self.Fail('Pixel.ScissorTestWithPreserveDrawingBuffer',
['android'], bug=521588)
+ # TODO(erikchen): Remove suppression after generating reference images.
+ self.Fail('Pixel.WebGLGreenTriangle.NonChromiumImage.AA.Alpha',
+ ['mac'], bug=607130)
+ self.Fail('Pixel.WebGLGreenTriangle.NonChromiumImage.AA.NoAlpha',
+ ['mac'], bug=607130)
+ self.Fail('Pixel.WebGLGreenTriangle.NonChromiumImage.NoAA.Alpha',
+ ['mac'], bug=607130)
+ self.Fail('Pixel.WebGLGreenTriangle.NonChromiumImage.NoAA.NoAlpha',
+ ['mac'], bug=607130)
+ self.Fail('Pixel.WebGLGreenTriangle.AA.Alpha', ['mac'], bug=607130)
+ self.Fail('Pixel.WebGLGreenTriangle.AA.NoAlpha', ['mac'], bug=607130)
+ self.Fail('Pixel.WebGLGreenTriangle.NoAA.Alpha', ['mac'], bug=607130)
+ self.Fail('Pixel.WebGLGreenTriangle.NoAA.NoAlpha', ['mac'], bug=607130)
+
self.Fail('Pixel.ScissorTestWithPreserveDrawingBufferES3',
['mac'], bug=540039)
self.Fail('Pixel.WebGLGreenTriangleES3',

Powered by Google App Engine
This is Rietveld 408576698