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

Unified Diff: chrome/test/reliability/page_load_test.cc

Issue 209022: Enable page load test on linux (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: dont compile page load test on mac Created 11 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/reliability/page_load_test.cc
===================================================================
--- chrome/test/reliability/page_load_test.cc (revision 26501)
+++ chrome/test/reliability/page_load_test.cc (working copy)
@@ -63,13 +63,6 @@
#include "chrome/test/reliability/page_load_test.h"
#include "net/base/net_util.h"
-#if defined(OS_WIN)
-#define MAYBE_Reliability Reliability
-#else // defined(OS_WIN)
-// TODO(estade): port till we can enable this.
-#define MAYBE_Reliability DISABLED_Reliability
-#endif // !defined(OS_WIN)
-
namespace {
// See comments at the beginning of the file for the definition of switches.
@@ -600,7 +593,7 @@
} // namespace
-TEST_F(PageLoadTest, MAYBE_Reliability) {
+TEST_F(PageLoadTest, Reliability) {
std::ofstream log_file;
if (!g_log_file_path.empty()) {
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/test/ui/ui_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698