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

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

Issue 1978083003: Adding several N5, N5X, and N6 failing tests to expectations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding a few more test expectations for Android. 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 | content/test/gpu/gpu_tests/gpu_process_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/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 5eb4122ad9857ac959aeb3c10e1203a2f8d81657..b2aaa0a7d60f875f43afccfb83419ec039b1904f 100644
--- a/content/test/gpu/gpu_tests/context_lost_expectations.py
+++ b/content/test/gpu/gpu_tests/context_lost_expectations.py
@@ -38,3 +38,10 @@ class ContextLostExpectations(GpuTestExpectations):
['android'], bug=609629)
self.Fail('ContextLost.WebGLContextLostInHiddenTab',
['android'], bug=609629)
+
+ # Nexus 6
+ # The Nexus 6 times out on these tests while waiting for the JS to complete
+ self.Fail('ContextLost.WebGLContextLostFromLoseContextExtension',
+ ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611906)
+ self.Fail('ContextLost.WebGLContextLostFromQuantity',
+ ['android', ('qualcomm', 'Adreno (TM) 420')], bug=611906)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/gpu_process_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698