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/gpu_process_expectations.py

Issue 1965413002: Disabling tests which were failing on Nexus 5X bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Formatting to fit in 80 chars. 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/maps_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_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 389b844a3e3d2088b859fc2c64450d8c1a10f1de..89dbed88330c86cc8bfdba5e63aa9cd87b5d4c05 100644
--- a/content/test/gpu/gpu_tests/gpu_process_expectations.py
+++ b/content/test/gpu/gpu_tests/gpu_process_expectations.py
@@ -13,6 +13,25 @@ class GpuProcessExpectations(GpuTestExpectations):
self.Fail('GpuProcess.video', ['linux'], bug=257109)
+ # Nexus 5X
+ self.Fail('GpuProcess.no_gpu_process',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ # Skip this test because expecting it to fail will still run it.
+ self.Skip('GpuProcess.skip_gpu_process',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('GpuProcess.identify_active_gpu1',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('GpuProcess.identify_active_gpu2',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('GpuProcess.identify_active_gpu3',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('GpuProcess.identify_active_gpu4',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('GpuProcess.readback_webgl_gpu_process',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+ self.Fail('GpuProcess.driver_bug_workarounds_upon_gl_renderer',
+ ['android', ('qualcomm', 'Adreno (TM) 418')], bug=610951)
+
# Nexus 9
self.Fail('GpuProcess.no_gpu_process',
['android', 'nvidia'], bug=610023)
« no previous file with comments | « no previous file | content/test/gpu/gpu_tests/maps_expectations.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698