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

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

Issue 2363343002: Ported pixel_test to new gpu_integration_test harness. (Closed)
Patch Set: Update revision for OffscreenCanvasWebGLGreenBox. Created 4 years, 3 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 | « content/test/gpu/gpu_tests/pixel.py ('k') | content/test/gpu/gpu_tests/pixel_integration_test.py » ('j') | 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 fd4956fa4e21cb33566e859439d0b9d66224e8a7..00350c92066ee1810bc7ef5f46872be19c412252 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -9,27 +9,27 @@ from gpu_tests.gpu_test_expectations import GpuTestExpectations
class PixelExpectations(GpuTestExpectations):
def SetExpectations(self):
# Sample Usage:
- # self.Fail('Pixel.Canvas2DRedBox',
+ # self.Fail('Pixel_Canvas2DRedBox',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- self.Fail('Pixel.ScissorTestWithPreserveDrawingBuffer',
+ self.Fail('Pixel_ScissorTestWithPreserveDrawingBuffer',
['android'], bug=521588)
- self.Fail('Pixel.ScissorTestWithPreserveDrawingBufferES3',
+ self.Fail('Pixel_ScissorTestWithPreserveDrawingBufferES3',
['mac'], bug=540039)
- self.Fail('Pixel.WebGLGreenTriangleES3',
+ self.Fail('Pixel_WebGLGreenTriangleES3',
['mac', ('intel', 0x116)], bug=540531)
# TODO(ccameron) fix these on Mac Retina
- self.Fail('Pixel.CSS3DBlueBox', ['mac'], bug=533690)
- self.Fail('Pixel.CSS3DBlueBoxES3', ['mac'], bug=533690)
+ self.Fail('Pixel_CSS3DBlueBox', ['mac'], bug=533690)
+ self.Fail('Pixel_CSS3DBlueBoxES3', ['mac'], bug=533690)
# TODO(vmiura) check / generate reference images for Android devices
- self.Fail('Pixel.SolidColorBackground', ['mac', 'android'], bug=624256)
+ self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256)
# TODO(erikchen) check / generate reference images.
- self.Fail('Pixel.CSSFilterEffects', ['mac'], bug=581526)
- self.Fail('Pixel.CSSFilterEffects.NoOverlays', ['mac'], bug=581526)
+ self.Fail('Pixel_CSSFilterEffects', ['mac'], bug=581526)
+ self.Fail('Pixel_CSSFilterEffects_NoOverlays', ['mac'], bug=581526)
# TODO(kbr): flakily timing out on this configuration.
self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
« no previous file with comments | « content/test/gpu/gpu_tests/pixel.py ('k') | content/test/gpu/gpu_tests/pixel_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698