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

Unified Diff: components/exo/test/run_all_unittests.cc

Issue 2178913004: Revert of Run exo tests in parallel (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/test/run_all_unittests.cc
diff --git a/components/exo/test/run_all_unittests.cc b/components/exo/test/run_all_unittests.cc
index cc90b710dfee0df5e39484164dcbc5b39e385601..e69d387c9b75cf2b0ecbc2e29066570ec7e73a87 100644
--- a/components/exo/test/run_all_unittests.cc
+++ b/components/exo/test/run_all_unittests.cc
@@ -9,7 +9,7 @@
int main(int argc, char** argv) {
ash::test::AuraShellTestSuite test_suite(argc, argv);
- return base::LaunchUnitTests(argc, argv,
- base::Bind(&ash::test::AuraShellTestSuite::Run,
- base::Unretained(&test_suite)));
+ return base::LaunchUnitTestsSerially(
+ argc, argv, base::Bind(&ash::test::AuraShellTestSuite::Run,
+ base::Unretained(&test_suite)));
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698