diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-19 06:26:52 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-19 06:26:52 +0000 |
commit | 56cdb8e8058efa63e544427057329740d33f12e6 (patch) | |
tree | c69e949fe3b5849f56a01f0ccc0b6dcd4d69a509 /chrome/test/plugin | |
parent | 501be5766ac0c027df5a9e4f89e182d2b8e17461 (diff) | |
download | chromium_src-56cdb8e8058efa63e544427057329740d33f12e6.zip chromium_src-56cdb8e8058efa63e544427057329740d33f12e6.tar.gz chromium_src-56cdb8e8058efa63e544427057329740d33f12e6.tar.bz2 |
[GTTF] [TTF] Test marks maintenance CL:
* The following tests are no longer flaky:
BrowserTest.PageLanguageDetection (bug 42095)
AppApiTest.AppProcess (bug 42497)
ExtensionApiTest.Infobars (bug 40141)
FindInPageControllerTest.FindMovesWhenObscuring (bug 41124)
SessionRestoreUITest.TwoWindowsCloseOneRestoreOnlyOne (bug 39905)
RenderViewTest.OnHandleKeyboardEvent (no bug)
RenderViewTest.DidFailProvisionalLoadWithErrorForError (no bug)
AutomatedUITestBase.CloseTab (bug 14774)
AutomatedUITestBase.CloseBrowserWindow (bug 14774)
PluginTest.FlashLayoutWhilePainting (bug 21538)
HistoryTester.VerifyHistoryLength1 (bug 39785)
HistoryTester.ConsiderRedirectAfterGestureAsUserInitiated (bug 39785)
HistoryTester.ConsiderSlowRedirectAsUserInitiated (bug 39785)
* The following tests are not flaky, but disabled due to hangs:
BrowserAppRefocusTest.OpenTab (bug 44026)
* The following tests are not flaky, but seem to fail consistently:
ProcessSingletonLinuxTest.NotifyOtherProcessSuccess (bug 30953)
ProcessSingletonLinuxTest.NotifyOtherProcessHostChanged (bug 30953)
BrowserViewsAccessibilityTest.TestChromeWindowAccObj (bug 44486)
BUG=42095, 44026, 42497, 40141, 41124, 30953, 39905, 14774, 21538, 39785, 44486
TEST=this touches a lot of tests
Review URL: http://codereview.chromium.org/2128009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47633 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/plugin')
-rw-r--r-- | chrome/test/plugin/plugin_test.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp index 1959abd..f0fdcb2 100644 --- a/chrome/test/plugin/plugin_test.cpp +++ b/chrome/test/plugin/plugin_test.cpp @@ -161,8 +161,7 @@ TEST_F(PluginTest, FlashOctetStream) { } // http://crbug.com/16114 -// Flaky, http://crbug.com/21538 -TEST_F(PluginTest, FLAKY_FlashLayoutWhilePainting) { +TEST_F(PluginTest, FlashLayoutWhilePainting) { TestPlugin("flash-layout-while-painting.html", action_max_timeout_ms(), true); } |