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

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: 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
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)

Powered by Google App Engine
This is Rietveld 408576698