diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 22:52:58 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-12-22 22:52:58 +0000 |
commit | fc96aa4d6aab9c82112657efa00b1f15fd9562b1 (patch) | |
tree | 75896fc4573c85984982f558bacfb2498535d8ee /chrome/test | |
parent | 05a1a8b829ab1795aae0666ce0b4dbf23f3bba59 (diff) | |
download | chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.zip chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.tar.gz chromium_src-fc96aa4d6aab9c82112657efa00b1f15fd9562b1.tar.bz2 |
Putting back tests that are excluded in bug 28808
BUG=28808
TEST=Run ui_tests
Review URL: http://codereview.chromium.org/502071
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35180 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/automated_ui_tests/automated_ui_test_test.cc | 7 | ||||
-rw-r--r-- | chrome/test/ui/mouseleave_uitest.cc | 4 |
2 files changed, 0 insertions, 11 deletions
diff --git a/chrome/test/automated_ui_tests/automated_ui_test_test.cc b/chrome/test/automated_ui_tests/automated_ui_test_test.cc index 285a387..bf29fca 100644 --- a/chrome/test/automated_ui_tests/automated_ui_test_test.cc +++ b/chrome/test/automated_ui_tests/automated_ui_test_test.cc @@ -62,13 +62,6 @@ TEST_F(AutomatedUITestBase, Home) { EXPECT_EQ(L"", title); } -#if defined(OS_LINUX) && defined(TOOLKIT_VIEWS) -// These tests are flaky on linux/views builds. -// See http://crbug.com/28808. -#define OpenNewTabTest FLAKY_OpenNewTab -#define OpenBrowserWindow FLAKY_OpenBrowserWindow -#endif - TEST_F(AutomatedUITestBase, OpenNewTab) { int tab_count; active_browser()->GetTabCount(&tab_count); diff --git a/chrome/test/ui/mouseleave_uitest.cc b/chrome/test/ui/mouseleave_uitest.cc index 7641218..8cb59c2 100644 --- a/chrome/test/ui/mouseleave_uitest.cc +++ b/chrome/test/ui/mouseleave_uitest.cc @@ -30,10 +30,6 @@ // Test succeeds locally, flaky on trybot // http://code.google.com/p/chromium/issues/detail?id=26349 #define MAYBE_TestOnMouseOut DISABLED_TestOnMouseOut -#elif defined(OS_LINUX) && defined(TOOLKIT_VIEWS) -// Test is flaky on linux/views build. -// http://crbug.com/28808. -#define MAYBE_TestOnMouseOut FLAKY_TestOnMouseOut #endif namespace { |