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

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

Issue 2400373002: Fix GpuRasterization.BlueBox expectation. (Closed)
Patch Set: Slight cleanup. Created 4 years, 2 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 | « no previous file | content/test/gpu/gpu_tests/gpu_test_expectations.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/gpu/gpu_tests/gpu_rasterization_expectations.py
diff --git a/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py b/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py
index e331be8f3dd6029749dc3e08706836094bee7b84..e99d9e8dea5187c820f01305cba280e1140b3ef1 100644
--- a/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py
+++ b/content/test/gpu/gpu_tests/gpu_rasterization_expectations.py
@@ -14,4 +14,4 @@ class GpuRasterizationExpectations(GpuTestExpectations):
# Seems to be flaky on the new AMD R7 240 drivers.
self.Flaky('GpuRasterization.BlueBox',
- ['win', ('amd', '0x6613')], bug=653538)
+ ['win', ('amd', 0x6613)], bug=653538)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/gpu_test_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698