summaryrefslogtreecommitdiffstats
path: root/chrome/test/reliability
diff options
context:
space:
mode:
authorestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 00:47:28 +0000
committerestade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-18 00:47:28 +0000
commit767e9978a48a0d0f2c82988f146e8ff62c6941a3 (patch)
treebec0a6d704b1a3f7d0e2dc3347d9cb8f15f6db5a /chrome/test/reliability
parente2be3ca8bd073fa3e8d16f5f01451e83a9763a94 (diff)
downloadchromium_src-767e9978a48a0d0f2c82988f146e8ff62c6941a3.zip
chromium_src-767e9978a48a0d0f2c82988f146e8ff62c6941a3.tar.gz
chromium_src-767e9978a48a0d0f2c82988f146e8ff62c6941a3.tar.bz2
Break out page load test into its own target on Linux.
Also, build the reliability_tests target on Linux. Neither of the new targets have trybots or buildbots yet, however, they do work for me locally. BUG=19085 Review URL: http://codereview.chromium.org/209022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26530 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/reliability')
-rw-r--r--chrome/test/reliability/page_load_test.cc9
1 files changed, 1 insertions, 8 deletions
diff --git a/chrome/test/reliability/page_load_test.cc b/chrome/test/reliability/page_load_test.cc
index 8ef2e3f..d3e6a48 100644
--- a/chrome/test/reliability/page_load_test.cc
+++ b/chrome/test/reliability/page_load_test.cc
@@ -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 @@ class PageLoadTest : public UITest {
} // namespace
-TEST_F(PageLoadTest, MAYBE_Reliability) {
+TEST_F(PageLoadTest, Reliability) {
std::ofstream log_file;
if (!g_log_file_path.empty()) {