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

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

Issue 450493002: Added test expectations for context_lost and suppressed flaky failure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | « content/test/gpu/gpu_tests/context_lost.py ('k') | 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/maps_expectations.py b/content/test/gpu/gpu_tests/context_lost_expectations.py
similarity index 77%
copy from content/test/gpu/gpu_tests/maps_expectations.py
copy to content/test/gpu/gpu_tests/context_lost_expectations.py
index a3ad0fe5d7a8df7df2fd401ff67d13301db6d8cb..b033728e5cb922a8aaafd1dc385c76258637a01c 100644
--- a/content/test/gpu/gpu_tests/maps_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -18,10 +18,11 @@ from telemetry.page import test_expectations
# Examples: ('nvidia', 0x1234), ('arm', 'Mali-T604')
# Device IDs must be paired with a GPU vendor.
-class MapsExpectations(test_expectations.TestExpectations):
+class ContextLostExpectations(test_expectations.TestExpectations):
def SetExpectations(self):
# Sample Usage:
- # self.Fail('Maps.maps_001',
+ # self.Fail('ContextLost.WebGLContextLostFromGPUProcessExit',
# ['mac', 'amd', ('nvidia', 0x1234)], bug=123)
- pass
+ self.Fail('GpuCrash.GPUProcessCrashesExactlyOnce',
+ ['win'], bug=392891)
« no previous file with comments | « content/test/gpu/gpu_tests/context_lost.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698