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

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

Issue 2619493004: Port hw_accel_feature and screenshot_sync tests to new harness. (Closed)
Patch Set: Increase screenshot_sync repetitions back to 20. Created 3 years, 11 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/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 39247b699dfa10c9c7410c693933f81ca2e64b7d..ef03913b9cd29e4a1cefedb939498d23b26cb658 100644
--- a/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
+++ b/content/test/gpu/gpu_tests/screenshot_sync_expectations.py
@@ -11,13 +11,13 @@ class ScreenshotSyncExpectations(GpuTestExpectations):
super(ScreenshotSyncExpectations, self).__init__(*args, **kwargs)
def SetExpectations(self):
- self.Flaky('ScreenshotSync.GPURasterWithCanvas', ['win', 'amd'],
+ self.Flaky('ScreenshotSync_GPURasterWithCanvas', ['win', 'amd'],
bug=599776)
- self.Flaky('ScreenshotSync.GPURasterWithCanvas', ['mac', 'intel'],
+ self.Flaky('ScreenshotSync_GPURasterWithCanvas', ['mac', 'intel'],
bug=599776)
- self.Flaky('ScreenshotSync.GPURasterWithDivs', ['mac', 'intel'],
+ self.Flaky('ScreenshotSync_GPURasterWithDivs', ['mac', 'intel'],
bug=599776)
- self.Fail('ScreenshotSync.GPURasterWithDivs', ['win', ('amd', 0x6613)],
+ self.Fail('ScreenshotSync_GPURasterWithDivs', ['win', ('amd', 0x6613)],
bug=639489)
# TODO(kbr): flakily timing out on this configuration.
self.Flaky('*', ['linux', 'intel', 'debug'], bug=648369)
« no previous file with comments | « content/test/gpu/gpu_tests/screenshot_sync.py ('k') | content/test/gpu/gpu_tests/screenshot_sync_integration_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698