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