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

Unified Diff: chrome/test/ui/ui_test.cc

Issue 42628: - Add UI test for the V8 Benchmark Suite.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 9 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 | « chrome/test/ui/ui_test.h ('k') | chrome/test/ui/ui_tests.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/ui/ui_test.cc
===================================================================
--- chrome/test/ui/ui_test.cc (revision 12816)
+++ chrome/test/ui/ui_test.cc (working copy)
@@ -363,7 +363,8 @@
CommandLine wrapped_command(ASCIIToWide(browser_wrapper));
wrapped_command.AppendArguments(command_line, true);
command_line = wrapped_command;
- LOG(INFO) << "BROWSER_WRAPPER was set, prefixing command_line with " << browser_wrapper;
+ LOG(INFO) << "BROWSER_WRAPPER was set, prefixing command_line with "
+ << browser_wrapper;
}
bool started = base::LaunchApp(command_line.argv(),
@@ -812,6 +813,16 @@
"", "", units, important);
}
+void UITest::PrintResult(const std::string& measurement,
+ const std::string& modifier,
+ const std::string& trace,
+ const std::string& value,
+ const std::string& units,
+ bool important) {
+ PrintResultsImpl(measurement, modifier, trace, value, "", "", units,
+ important);
+}
+
void UITest::PrintResultMeanAndError(const std::string& measurement,
const std::string& modifier,
const std::string& trace,
« no previous file with comments | « chrome/test/ui/ui_test.h ('k') | chrome/test/ui/ui_tests.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698