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

Unified Diff: trunk/src/chrome/test/base/test_launcher_utils.cc

Issue 23775004: Revert 221114 "Enable GPU blacklist in tests." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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
Index: trunk/src/chrome/test/base/test_launcher_utils.cc
===================================================================
--- trunk/src/chrome/test/base/test_launcher_utils.cc (revision 221144)
+++ trunk/src/chrome/test/base/test_launcher_utils.cc (working copy)
@@ -47,6 +47,10 @@
// Don't install default apps.
command_line->AppendSwitch(switches::kDisableDefaultApps);
+ // Don't collect GPU info, load GPU blacklist, or schedule a GPU blacklist
+ // auto-update.
+ command_line->AppendSwitch(switches::kSkipGpuDataLoading);
+
#if defined(USE_AURA)
// Disable window animations under Ash as the animations effect the
// coordinates returned and result in flake.
« no previous file with comments | « trunk/src/chrome/browser/gpu/chrome_gpu_util.cc ('k') | trunk/src/chrome/test/gpu/gpu_feature_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698