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

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

Issue 2036473002: Enable new 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
« 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/pixel_expectations.py
diff --git a/content/test/gpu/gpu_tests/pixel_expectations.py b/content/test/gpu/gpu_tests/pixel_expectations.py
index a274c2fb8b4b0495d816c3d5a99011210851836f..e4875a48142573d7ae4c97d7e8a369c396a805b7 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -15,24 +15,6 @@ 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', bug=607130)
- self.Fail('Pixel.WebGLGreenTriangle.AA.NoAlpha', bug=607130)
- self.Fail('Pixel.WebGLGreenTriangle.NoAA.Alpha', bug=607130)
- self.Fail('Pixel.WebGLGreenTriangle.NoAA.NoAlpha', bug=607130)
- self.Fail('Pixel.WebGLGreenTriangle.AA.AlphaES3', bug=607130)
- self.Fail('Pixel.WebGLGreenTriangle.AA.NoAlphaES3', bug=607130)
- self.Fail('Pixel.WebGLGreenTriangle.NoAA.AlphaES3', bug=607130)
- self.Fail('Pixel.WebGLGreenTriangle.NoAA.NoAlphaES3', bug=607130)
-
self.Fail('Pixel.ScissorTestWithPreserveDrawingBufferES3',
['mac'], bug=540039)
self.Fail('Pixel.WebGLGreenTriangleES3',
« 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