summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 15:26:16 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-16 15:26:16 +0000
commit471d7d6e2b01a55e1166ddec17731790166a9316 (patch)
tree82ac13d82bd37ae07d024eef5ae5ee8b336a0ba7 /chrome/browser/views
parent5f57fd97af66ab068969a7d3fe4c7cb9f446f2ec (diff)
downloadchromium_src-471d7d6e2b01a55e1166ddec17731790166a9316.zip
chromium_src-471d7d6e2b01a55e1166ddec17731790166a9316.tar.gz
chromium_src-471d7d6e2b01a55e1166ddec17731790166a9316.tar.bz2
Mark some disabled tests as flaky to increase test coverage.
When a test doesn't hang or crash, it can run on the bots and on developers' machines. BUG=none TEST=none Review URL: http://codereview.chromium.org/269104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29279 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/views')
-rw-r--r--chrome/browser/views/find_bar_host_browsertest.cc4
-rw-r--r--chrome/browser/views/tabs/tab_dragging_test.cc2
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/views/find_bar_host_browsertest.cc b/chrome/browser/views/find_bar_host_browsertest.cc
index 6c108de..35b1b6e 100644
--- a/chrome/browser/views/find_bar_host_browsertest.cc
+++ b/chrome/browser/views/find_bar_host_browsertest.cc
@@ -419,7 +419,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
// Make sure Find box disappears on Navigate but not on Refresh.
// Flaky, see http://crbug.com/16447.
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
- DISABLED_FindDisappearOnNavigate) {
+ FLAKY_FindDisappearOnNavigate) {
HTTPTestServer* server = StartHTTPServer();
// First we navigate to our special focus tracking page.
@@ -497,7 +497,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
// Make sure Find box moves out of the way if it is obscuring the active match.
// Flaky, see http://crbug.com/16447.
IN_PROC_BROWSER_TEST_F(FindInPageControllerTest,
- DISABLED_FindMovesWhenObscuring) {
+ FLAKY_FindMovesWhenObscuring) {
HTTPTestServer* server = StartHTTPServer();
GURL url = server->TestServerPageW(kMoveIfOver);
diff --git a/chrome/browser/views/tabs/tab_dragging_test.cc b/chrome/browser/views/tabs/tab_dragging_test.cc
index 2c36d36..851727a 100644
--- a/chrome/browser/views/tabs/tab_dragging_test.cc
+++ b/chrome/browser/views/tabs/tab_dragging_test.cc
@@ -234,7 +234,7 @@ TEST_F(TabDraggingTest, DISABLED_Tab1Tab3) {
// Drag Tab_1 into the position of Tab_3, and press ESCAPE before releasing the
// left mouse button.
// Flaky, see http://crbug.com/21092.
-TEST_F(TabDraggingTest, DISABLED_Tab1Tab3Escape) {
+TEST_F(TabDraggingTest, FLAKY_Tab1Tab3Escape) {
scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
ASSERT_TRUE(browser.get());
scoped_refptr<WindowProxy> window(browser->GetWindow());