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

Unified Diff: third_party/WebKit/Source/platform/testing/RunAllTests.cpp

Issue 1666083002: Oilpan: Discard unused system pages when sweeping NormalPageHeaps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « third_party/WebKit/Source/platform/testing/DEPS ('k') | third_party/WebKit/Source/wtf/PageAllocator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/testing/RunAllTests.cpp
diff --git a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
index a852c3c82cebb30a1b8dd506a3c2bc4c712dcb5f..cd48b5ea946cf81379038edb874997ae0d380f2f 100644
--- a/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
+++ b/third_party/WebKit/Source/platform/testing/RunAllTests.cpp
@@ -38,6 +38,7 @@
#include "wtf/WTF.h"
#include <base/bind.h>
#include <base/bind_helpers.h>
+#include <base/command_line.h>
#include <base/test/launcher/unit_test_launcher.h>
#include <base/test/test_suite.h>
#include <cc/blink/web_compositor_support_impl.h>
@@ -57,6 +58,8 @@ static int runTestSuite(base::TestSuite* testSuite)
int main(int argc, char** argv)
{
+ base::CommandLine::Init(argc, argv);
+
WTF::Partitions::initialize(nullptr);
WTF::setAlwaysZeroRandomSourceForTesting();
WTF::initialize(CurrentTime, CurrentTime, nullptr);
« no previous file with comments | « third_party/WebKit/Source/platform/testing/DEPS ('k') | third_party/WebKit/Source/wtf/PageAllocator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698