summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
diff options
context:
space:
mode:
authorphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 06:26:52 +0000
committerphajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-05-19 06:26:52 +0000
commit56cdb8e8058efa63e544427057329740d33f12e6 (patch)
treec69e949fe3b5849f56a01f0ccc0b6dcd4d69a509 /chrome/renderer
parent501be5766ac0c027df5a9e4f89e182d2b8e17461 (diff)
downloadchromium_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/renderer')
-rw-r--r--chrome/renderer/render_view_unittest.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/renderer/render_view_unittest.cc b/chrome/renderer/render_view_unittest.cc
index f99bec5..f726c80 100644
--- a/chrome/renderer/render_view_unittest.cc
+++ b/chrome/renderer/render_view_unittest.cc
@@ -532,7 +532,7 @@ TEST_F(RenderViewTest, OnPrintPageAsBitmap) {
// Test that we can receive correct DOM events when we send input events
// through the RenderWidget::OnHandleInputEvent() function.
-TEST_F(RenderViewTest, FLAKY_OnHandleKeyboardEvent) {
+TEST_F(RenderViewTest, OnHandleKeyboardEvent) {
#if defined(OS_WIN) || defined(OS_LINUX)
// Load an HTML page consisting of one <input> element and three
// contentediable <div> elements.
@@ -880,8 +880,7 @@ TEST_F(RenderViewTest, InsertCharacters) {
#endif
}
-// TODO(tyoshino): After fixing flakiness, enable this test.
-TEST_F(RenderViewTest, FLAKY_DidFailProvisionalLoadWithErrorForError) {
+TEST_F(RenderViewTest, DidFailProvisionalLoadWithErrorForError) {
GetMainFrame()->enableViewSourceMode(true);
WebURLError error;
error.domain.fromUTF8("test_domain");