diff options
author | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 14:39:50 +0000 |
---|---|---|
committer | bulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-22 14:39:50 +0000 |
commit | 56b2e33507519ff4279ece57da6c3781e4827424 (patch) | |
tree | 0e9ecd0c6183a461b2b23247a96158a25a50d7c9 /chrome | |
parent | 42aec0de8b7530892952bb0944115ee9ec48ee18 (diff) | |
download | chromium_src-56b2e33507519ff4279ece57da6c3781e4827424.zip chromium_src-56b2e33507519ff4279ece57da6c3781e4827424.tar.gz chromium_src-56b2e33507519ff4279ece57da6c3781e4827424.tar.bz2 |
Disables temporarily IFramesWithFreshPosition.
Review URL: http://codereview.chromium.org/1082009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42215 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/geolocation/geolocation_browsertest.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/geolocation/geolocation_browsertest.cc b/chrome/browser/geolocation/geolocation_browsertest.cc index 131d78c..6e6cdeb 100644 --- a/chrome/browser/geolocation/geolocation_browsertest.cc +++ b/chrome/browser/geolocation/geolocation_browsertest.cc @@ -454,7 +454,9 @@ IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, MAYBE_Geoposition) { // http://crbug.com//29424 #define MAYBE_IFramesWithFreshPosition DISABLED_IFramesWithFreshPosition #else -#define MAYBE_IFramesWithFreshPosition IFramesWithFreshPosition +// TODO(bulach): investigate this failure. +// http://build.chromium.org/buildbot/waterfall/builders/XP%20Tests/builds/18549/steps/browser_tests/logs/stdio +#define MAYBE_IFramesWithFreshPosition DISABLED_IFramesWithFreshPosition #endif IN_PROC_BROWSER_TEST_F(GeolocationBrowserTest, |