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

Unified Diff: base/test/launcher/unit_test_launcher.cc

Issue 723343002: Update from https://crrev.com/304121 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « base/profiler/scoped_tracker.cc ('k') | base/threading/platform_thread_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/test/launcher/unit_test_launcher.cc
diff --git a/base/test/launcher/unit_test_launcher.cc b/base/test/launcher/unit_test_launcher.cc
index 44846a142d3485b21d8beab9c06407d418bd415f..a49e777f5e74dd423f2457d6667743e9416d5614 100644
--- a/base/test/launcher/unit_test_launcher.cc
+++ b/base/test/launcher/unit_test_launcher.cc
@@ -479,15 +479,6 @@ int LaunchUnitTestsInternal(const RunTestSuiteCallback& run_test_suite,
fflush(stdout);
force_single_process = true;
}
-
- if (RunningOnValgrind()) {
- fprintf(stdout,
- "Valgrind detected, switching to single process mode.\n"
- "Pass --test-launcher-debug-launcher to valgrind the launcher "
- "itself.\n");
- fflush(stdout);
- force_single_process = true;
- }
}
if (CommandLine::ForCurrentProcess()->HasSwitch(kGTestHelpFlag) ||
« no previous file with comments | « base/profiler/scoped_tracker.cc ('k') | base/threading/platform_thread_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698