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

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

Issue 1956703007: Revert of Skip GpuCrash.GPUProcessCrashesExactlyOnce on all platforms. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/context_lost_expectations.py
diff --git a/content/test/gpu/gpu_tests/context_lost_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
index 237b568ec84d923cc776b70f9e657de98a6ca74e..52505c91bc149599dbc3cd9964c372d24ea23e3e 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -31,9 +31,9 @@
self.Skip('ContextLost.WebGLContextLostFromSelectElement',
['lion', 'debug'], bug=498149)
- # Flakily failing due to assertion failure on trybots. Flaky retry
- # mechanism is not working for this failure mode. Skip
- # temporarily. See also Issue 608923.
- self.Skip('GpuCrash.GPUProcessCrashesExactlyOnce',
- ['linux', 'mac', 'win'], bug=608946)
+ # Flaky on linux_chromium_rel_ng and mac_chromium_rel_ng bots.
+ self.Flaky('GpuCrash.GPUProcessCrashesExactlyOnce',
+ ['linux'], bug=608923)
+ self.Flaky('GpuCrash.GPUProcessCrashesExactlyOnce',
+ ['mac'], bug=608923)
« 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