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

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

Issue 2811993003: Shrink OffscreenCanvas commit pixel tests' test rect dimension (Closed)
Patch Set: comment Created 3 years, 8 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 511b0098b91af3d6d17014043826655d926d12f8..681236ccab31d7cbd5d043c2491d4a036b689b62 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -53,17 +53,17 @@ class PixelExpectations(GpuTestExpectations):
# TODO(jbauman): Re-enable when references images created.
self.Fail('Pixel_DirectComposition_Video_*', ['win'], bug=704389)
- # TODO(xlai): Remove this after test dimension is shrunk
- # Intended to skip only Nexus 5
- self.Skip('Pixel_OffscreenCanvasAccelerated2D',
- ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
- self.Skip('Pixel_OffscreenCanvasAccelerated2DWorker',
- ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
- self.Skip('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositing',
- ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
- self.Skip('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
- ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
- self.Skip('Pixel_OffscreenCanvasWebGLDefault',
- ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
- self.Skip('Pixel_OffscreenCanvasWebGLDefaultWorker',
- ['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
+ # TODO(xlai): Remove this after verifying reference images.
+ self.Fail('Pixel_OffscreenCanvasAccelerated2D', bug=706647)
+ self.Fail('Pixel_OffscreenCanvasAccelerated2DWorker', bug=706647)
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2D', bug=706647)
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2DWorker', bug=706647)
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositing',
+ bug=706647)
+ self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
+ bug=706647)
+ self.Fail('Pixel_OffscreenCanvasWebGLDefault', bug=706647)
+ self.Fail('Pixel_OffscreenCanvasWebGLDefaultWorker', bug=706647)
+ self.Fail('Pixel_OffscreenCanvasWebGLSoftwareCompositing', bug=706647)
+ self.Fail('Pixel_OffscreenCanvasWebGLSoftwareCompositingWorker',
+ bug=706647)
« no previous file with comments | « content/test/data/gpu/pixel_offscreenCanvas_webgl_commit_worker.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