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

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

Issue 2666353002: Revert of Copy GPU workaround flags from browser to GPU process (Closed)
Patch Set: Created 3 years, 11 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/browser/gpu/gpu_process_host.cc ('k') | gpu/config/gpu_driver_bug_list.h » ('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_integration_test.py
diff --git a/content/test/gpu/gpu_tests/gpu_process_integration_test.py b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
index 225c3dd89d9e9af24274f7e79719d1fa82082e01..89691eda838269eccba0a3f3697094bb70fda2f0 100644
--- a/content/test/gpu/gpu_tests/gpu_process_integration_test.py
+++ b/content/test/gpu/gpu_tests/gpu_process_integration_test.py
@@ -115,8 +115,7 @@
('GpuProcess_identify_active_gpu2', 'chrome:gpu'),
('GpuProcess_identify_active_gpu3', 'chrome:gpu'),
('GpuProcess_identify_active_gpu4', 'chrome:gpu'),
- ('GpuProcess_software_gpu_process', 'about:blank'),
- ('GpuProcess_disabling_workarounds_works', 'chrome:gpu'))
+ ('GpuProcess_software_gpu_process', 'about:blank'))
# The earlier has_transparent_visuals_gpu_process and
# no_transparent_visuals_gpu_process tests became no-ops in
@@ -527,17 +526,6 @@
self._Navigate(test_path)
self._VerifyGpuProcessPresent()
- def _GpuProcess_disabling_workarounds_works(self, test_path):
- self.RestartBrowserIfNecessaryWithArgs([
- '--gpu-testing-vendor-id=0xbad9',
- '--gpu-testing-device-id=0xbad9',
- '--use_gpu_driver_workaround_for_testing=0'])
- self._Navigate(test_path)
- workarounds, _ = (
- self._CompareAndCaptureDriverBugWorkarounds())
- if 'use_gpu_driver_workaround_for_testing' in workarounds:
- self.fail('use_gpu_driver_workaround_for_testing erroneously present')
-
def load_tests(loader, tests, pattern):
del loader, tests, pattern # Unused.
return gpu_integration_test.LoadAllTestsInModule(sys.modules[__name__])
« no previous file with comments | « content/browser/gpu/gpu_process_host.cc ('k') | gpu/config/gpu_driver_bug_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698