Commit e064bc93 authored by Peter Kasting's avatar Peter Kasting Committed by Commit Bot

Disable flaky tests.

Bug: 622387, 871692
Change-Id: Ie03b640422b120d903ca56bf9f0650a1ffc23065
TBR: mgiuca
Reviewed-on: https://chromium-review.googlesource.com/1171852Reviewed-by: default avatarPeter Kasting <pkasting@chromium.org>
Commit-Queue: Peter Kasting <pkasting@chromium.org>
Cr-Commit-Position: refs/heads/master@{#582419}
parent 514ffca0
......@@ -408,7 +408,7 @@ TEST_F('BackgroundTest', 'FocusInputElement', function() {
}.bind(this));
});
// Flaky, see http://crbug.com/643902.
// Flaky, see https://crbug.com/622387.
TEST_F('BackgroundTest', 'DISABLED_UseEditableState', function() {
this.runWithLoadedTree(
function() {/*!
......@@ -498,7 +498,7 @@ SYNC_TEST_F('BackgroundTest', 'GlobsToRegExp', function() {
Background.globsToRegExp_(['url1*', 'u?l2', '*url3']).toString());
});
// Flaky, see http://crbug.com/635032
// Flaky, see https://crbug.com/622387.
TEST_F('BackgroundTest', 'DISABLED_ActiveOrInactive', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(function() {/*!
......@@ -1167,7 +1167,7 @@ TEST_F('BackgroundTest', 'HeadingLevels', function() {
});
});
// Flaky, see crbug.com/693928.
// Flaky, see https://crbug.com/622387.
TEST_F('BackgroundTest', 'DISABLED_EditableNavigation', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(function(root) {/*!
......@@ -1185,7 +1185,8 @@ TEST_F('BackgroundTest', 'DISABLED_EditableNavigation', function() {
});
});
TEST_F('BackgroundTest', 'NavigationMovesFocus', function() {
// Flaky, see https://crbug.com/622387.
TEST_F('BackgroundTest', 'DISABLED_NavigationMovesFocus', function() {
this.runWithLoadedTree(function(root) {/*!
<p>start</p>
<input type="text"></input>
......@@ -1440,7 +1441,7 @@ TEST_F('BackgroundTest', 'TableColumnHeaders', function() {
});
});
// Flaky, see http://crbug.com/825429.
// Flaky, see https://crbug.com/622387.
TEST_F('BackgroundTest', 'DISABLED_ActiveDescendantUpdates', function() {
var mockFeedback = this.createMockFeedback();
this.runWithLoadedTree(function(root) {/*!
......
......@@ -88,11 +88,14 @@ CrExtensionsSidebarTest = class extends CrExtensionsBrowserTest {
}
};
TEST_F('CrExtensionsSidebarTest', 'LayoutAndClickHandlers', function() {
this.runMochaTest(extension_sidebar_tests.TestNames.LayoutAndClickHandlers);
});
// Flaky, see https://crbug.com/871692 .
TEST_F(
'CrExtensionsSidebarTest', 'DISABLED_LayoutAndClickHandlers', function() {
this.runMochaTest(
extension_sidebar_tests.TestNames.LayoutAndClickHandlers);
});
// Flaky, see crbug.com/871541.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrExtensionsSidebarTest', 'DISABLED_SetSelected', function() {
this.runMochaTest(extension_sidebar_tests.TestNames.SetSelected);
});
......@@ -347,7 +350,7 @@ TEST_F('CrExtensionsManagerUnitTest', 'Uninstall', function() {
this.runMochaTest(extension_manager_tests.TestNames.Uninstall);
});
// Flaky, see crbug.com/871539.
// Flaky, see https://crbug.com/871692 .
TEST_F(
'CrExtensionsManagerUnitTest', 'DISABLED_UninstallFromDetails', function() {
this.runMochaTest(extension_manager_tests.TestNames.UninstallFromDetails);
......@@ -403,9 +406,10 @@ TEST_F(
this.runMochaTest(extension_manager_tests.TestNames.SplitItems);
});
// Flaky, see https://crbug.com/871692 .
TEST_F(
'CrExtensionsManagerTestWithMultipleExtensionTypesInstalled', 'ChangePages',
function() {
'CrExtensionsManagerTestWithMultipleExtensionTypesInstalled',
'DISABLED_ChangePages', function() {
this.runMochaTest(extension_manager_tests.TestNames.ChangePages);
});
......@@ -654,7 +658,7 @@ TEST_F('CrExtensionsNavigationHelperTest', 'Conversion', function() {
this.runMochaTest(extension_navigation_helper_tests.TestNames.Conversions);
});
// Flaky, see crbug.com/871540.
// Flaky, see https://crbug.com/871692 .
TEST_F(
'CrExtensionsNavigationHelperTest', 'DISABLED_PushAndReplaceState',
function() {
......
......@@ -499,7 +499,7 @@ CrSettingsPeoplePageTest.prototype = {
]),
};
// Flaky, see crbug.com/871545.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsPeoplePageTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -583,7 +583,7 @@ CrSettingsResetPageTest.prototype = {
]),
};
// Flaky, see crbug.com/871620.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsResetPageTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -987,7 +987,8 @@ CrSettingsCategoryDefaultSettingTest.prototype = {
]),
};
TEST_F('CrSettingsCategoryDefaultSettingTest', 'All', function() {
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsCategoryDefaultSettingTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -1012,7 +1013,7 @@ CrSettingsCategorySettingExceptionsTest.prototype = {
]),
};
// Flaky, see https://crbug.com/872026.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsCategorySettingExceptionsTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -1039,7 +1040,7 @@ CrSettingsSiteEntryTest.prototype = {
]),
};
// Flaky, see https://crbug.com/872027.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsSiteEntryTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -1101,7 +1102,7 @@ GEN('#else');
GEN('#define MAYBE_All All');
GEN('#endif');
// Flaky, see crbug.com/871548.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsSiteDetailsTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -1154,7 +1155,8 @@ CrSettingsSiteListTest.prototype = {
]),
};
TEST_F('CrSettingsSiteListTest', 'SiteList', function() {
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsSiteListTest', 'DISABLED_SiteList', function() {
mocha.grep('SiteList').run();
});
......@@ -1162,7 +1164,7 @@ TEST_F('CrSettingsSiteListTest', 'EditExceptionDialog', function() {
mocha.grep('EditExceptionDialog').run();
});
// Flaky, see https://crbug.com/872028.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsSiteListTest', 'DISABLED_AddExceptionDialog', function() {
mocha.grep('AddExceptionDialog').run();
});
......@@ -1516,7 +1518,7 @@ CrSettingsEditDictionaryPageTest.prototype = {
]),
};
// Flaky, see crbug.com/871543.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsEditDictionaryPageTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -1549,7 +1551,7 @@ CrSettingsLanguagesTest.prototype = {
]),
};
// Flaky, see http://crbug/871666.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsLanguagesTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -1587,11 +1589,12 @@ TEST_F('CrSettingsLanguagesPageTest', 'LanguageMenu', function() {
mocha.grep(assert(languages_page_tests.TestNames.LanguageMenu)).run();
});
TEST_F('CrSettingsLanguagesPageTest', 'InputMethods', function() {
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsLanguagesPageTest', 'DISABLED_InputMethods', function() {
mocha.grep(assert(languages_page_tests.TestNames.InputMethods)).run();
});
// Flaky, see crbug.com/871544.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsLanguagesPageTest', 'DISABLED_Spellcheck', function() {
mocha.grep(assert(languages_page_tests.TestNames.Spellcheck)).run();
});
......@@ -1613,7 +1616,7 @@ CrSettingsRouteTest.prototype = {
]),
};
// Flaky, see crbug.com/871547.
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsRouteTest', 'DISABLED_All', function() {
mocha.run();
});
......@@ -1631,13 +1634,8 @@ CrSettingsNonExistentRouteTest.prototype = {
browsePreload: 'chrome://settings/non/existent/route',
};
// Failing on ChromiumOS dbg. https://crbug.com/709442
GEN('#if (defined(OS_WIN) || defined(OS_CHROMEOS)) && !defined(NDEBUG)');
GEN('#define MAYBE_NonExistentRoute DISABLED_NonExistentRoute');
GEN('#else');
GEN('#define MAYBE_NonExistentRoute NonExistentRoute');
GEN('#endif');
TEST_F('CrSettingsNonExistentRouteTest', 'MAYBE_NonExistentRoute', function() {
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsNonExistentRouteTest', 'DISABLED_All', function() {
suite('NonExistentRoutes', function() {
test('redirect to basic', function() {
assertEquals(settings.routes.BASIC, settings.getCurrentRoute());
......@@ -1660,7 +1658,8 @@ CrSettingsRouteDynamicParametersTest.prototype = {
browsePreload: 'chrome://settings/search?guid=a%2Fb&foo=42',
};
TEST_F('CrSettingsRouteDynamicParametersTest', 'All', function() {
// Flaky, see https://crbug.com/871692 .
TEST_F('CrSettingsRouteDynamicParametersTest', 'DISABLED_All', function() {
suite('DynamicParameters', function() {
test('get parameters from URL and navigation', function(done) {
assertEquals(settings.routes.SEARCH, settings.getCurrentRoute());
......@@ -1761,7 +1760,8 @@ CrControlledButtonTest.prototype = {
]),
};
TEST_F('CrControlledButtonTest', 'All', function() {
// Flaky, see https://crbug.com/871692 .
TEST_F('CrControlledButtonTest', 'DISABLED_All', function() {
mocha.run();
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment