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

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

Issue 2227893005: Fix a few gpu tests on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make DriverBugWorkaroundsUponGLRendererPage more robust on Android Created 4 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 | « no previous file | content/test/gpu/page_sets/gpu_process_tests.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 bc7247ee7c9a45dab7e85c611e9fed8fcff4f077..08010acf6ba786c00bd53461397619f44bbfb7c8 100644
--- a/content/test/gpu/gpu_tests/gpu_process_expectations.py
+++ b/content/test/gpu/gpu_tests/gpu_process_expectations.py
@@ -13,22 +13,6 @@ class GpuProcessExpectations(GpuTestExpectations):
self.Fail('GpuProcess.video', ['linux'], bug=257109)
- # Android
- self.Fail('GpuProcess.no_gpu_process',
- ['android'], bug=611930)
- self.Fail('GpuProcess.identify_active_gpu1',
- ['android'], bug=611930)
- self.Fail('GpuProcess.identify_active_gpu2',
- ['android'], bug=611930)
- self.Fail('GpuProcess.identify_active_gpu3',
- ['android'], bug=611930)
- self.Fail('GpuProcess.identify_active_gpu4',
- ['android'], bug=611930)
- self.Fail('GpuProcess.readback_webgl_gpu_process',
- ['android'], bug=611930)
- self.Fail('GpuProcess.driver_bug_workarounds_upon_gl_renderer',
- ['android'], bug=611930)
-
# Nexus 5X
# Skip this test because expecting it to fail will still run it.
self.Skip('GpuProcess.skip_gpu_process',
« no previous file with comments | « no previous file | content/test/gpu/page_sets/gpu_process_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698