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

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

Issue 2267433002: Run ScreenshotSync tests with both software and GPU rasterization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/screenshot_sync.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/screenshot_sync_expectations.py
diff --git a/content/test/gpu/gpu_tests/screenshot_sync_expectations.py b/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
index e6f022434c169c77e1754b8d821f52f0ec12ac20..9b88b62ce83fa0eea90d160ac73c6b9c4bc12271 100644
--- a/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
+++ b/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
@@ -11,6 +11,11 @@ class ScreenshotSyncExpectations(GpuTestExpectations):
super(ScreenshotSyncExpectations, self).__init__(*args, **kwargs)
def SetExpectations(self):
- self.Flaky('ScreenshotSync.WithCanvas', ['win', 'amd'], bug=599776)
- self.Flaky('ScreenshotSync.WithCanvas', ['mac', 'intel'], bug=599776)
- self.Flaky('ScreenshotSync.WithDivs', ['mac', 'intel'], bug=599776)
+ self.Flaky('ScreenshotSync.GPURasterWithCanvas', ['win', 'amd'],
+ bug=599776)
+ self.Flaky('ScreenshotSync.GPURasterWithCanvas', ['mac', 'intel'],
+ bug=599776)
+ self.Flaky('ScreenshotSync.GPURasterWithDivs', ['mac', 'intel'],
+ bug=599776)
+ self.Fail('ScreenshotSync.GPURasterWithDivs', ['win', ('amd', 0x6613)],
+ bug=639489)
« no previous file with comments | « content/test/gpu/gpu_tests/screenshot_sync.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698