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

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

Issue 2781183003: Temporarily Skip some pixel tests on Nexus 5 due to test dimension issue (Closed)
Patch Set: indentation Created 3 years, 9 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 a8fd8c20a402be1bd283506002045756141b1c1a..165cc5e302e3e379fa9931469bf683872b2bd916 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -35,7 +35,7 @@ class PixelExpectations(GpuTestExpectations):
self.Fail('Pixel_SolidColorBackground', ['mac', 'android'], bug=624256)
self.Fail('Pixel_OffscreenCanvasUnaccelerated2DGPUCompositingWorker',
- ['mac', ('nvidia', 0xfe9)], bug=706016)
+ ['mac', ('nvidia', 0xfe9)], bug=706016)
self.Fail('Pixel_CSSFilterEffects',
['mac', ('nvidia', 0xfe9)], bug=690277)
@@ -53,3 +53,18 @@ class PixelExpectations(GpuTestExpectations):
# TODO(jbauman): Enable when reference images exist.
self.Fail('Pixel_Video_MP4', bug=704389)
self.Fail('Pixel_Video_VP9', 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)
« 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