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

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

Issue 2794713002: Use separate pixel reference images for windows 10 and 7 (Closed)
Patch Set: replace os-type string 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 | « content/test/gpu/gpu_tests/cloud_storage_integration_test_base.py ('k') | 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 38e5634c50b47283993c612da61860e05c55e6aa..cd9d961086659cc156d65089ea439e19fbaec73f 100644
--- a/content/test/gpu/gpu_tests/pixel_expectations.py
+++ b/content/test/gpu/gpu_tests/pixel_expectations.py
@@ -64,3 +64,6 @@ class PixelExpectations(GpuTestExpectations):
['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
self.Skip('Pixel_OffscreenCanvasWebGLDefaultWorker',
['android', ('qualcomm', 'Adreno (TM) 330')], bug=706647)
+
+ # TODO(jbauman): Remove once windows 10 reference images are generated.
+ self.Fail('*', ['win10'], bug=704389)
« no previous file with comments | « content/test/gpu/gpu_tests/cloud_storage_integration_test_base.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698