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

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

Issue 2762013002: Mark GpuProcess_only_one_workaround flaky on Windows. (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
« no previous file with comments | « no previous file | 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/gpu_process_expectations.py
diff --git a/content/test/gpu/gpu_tests/gpu_process_expectations.py b/content/test/gpu/gpu_tests/gpu_process_expectations.py
index b2f13df7d9d40ffd2ffa8461486cf14489ec8177..1706628b5f4057202cdbab5069c638991ed17b66 100644
--- a/content/test/gpu/gpu_tests/gpu_process_expectations.py
+++ b/content/test/gpu/gpu_tests/gpu_process_expectations.py
@@ -38,3 +38,6 @@ class GpuProcessExpectations(GpuTestExpectations):
# There is currently no entry in kSoftwareRenderingListJson that enables
# a software GL driver on Android.
self.Skip('GpuProcess_software_gpu_process', ['android'])
+
+ # Seems to have become flaky on Windows recently.
+ self.Flaky('GpuProcess_only_one_workaround', ['win'], bug=700522)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698