Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4782)

Unified Diff: chrome/test/chromedriver/test_expectations

Issue 14301024: [chromedriver] Clean tmp directory and kill Chrome processes before each run cycle. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments. Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/chromedriver/run_buildbot_steps.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/chromedriver/test_expectations
diff --git a/chrome/test/chromedriver/test_expectations b/chrome/test/chromedriver/test_expectations
index 46ce9e15ba6dd524f63a0ef6599eb45ac4187145..618b7f94cc34f6e2399d7a789b2fc336b90d08f6 100644
--- a/chrome/test/chromedriver/test_expectations
+++ b/chrome/test/chromedriver/test_expectations
@@ -13,8 +13,6 @@ import fnmatch
_REVISION_NEGATIVE_FILTER = {}
_REVISION_NEGATIVE_FILTER['HEAD'] = [
'AlertsTest.*',
- 'PerformanceLoggingTest.*',
- 'ChromeOptionsFunctionalTest.canStartChromeWithCustomOptions',
'AuthenticatedPageLoadingTest.*',
'AvailableLogsTest.browserLogShouldBeEnabledByDefault',
'AvailableLogsTest.clientLogShouldBeEnabledByDefault',
@@ -29,11 +27,8 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'ClickScrollingTest.testShouldNotBeAbleToClickElementThatIsOutOfViewInANonScrollableFrame',
'ClickScrollingTest.testShouldNotScrollIfAlreadyScrolledAndElementIsInView',
'ClickTest.testCanClickAnImageMapArea',
- 'ClickTest.testCanClickOnALinkThatContainsEmbeddedBlockElements',
'CombinedInputActionsTest.testClickingOnFormElements',
- 'CombinedInputActionsTest.testHoldingDownShiftKeyWhileClicking',
'CoordinatesTest.testShouldScrollPageAndGetCoordinatesOfAnElementThatIsOutOfViewPort',
- 'CorrectEventFiringTest.testShouldEmitOnClickEventsWhenSelectingElements',
'CorrectEventFiringTest.testShouldFireEventsInTheRightOrder',
'CorrectEventFiringTest.testShouldFireFocusEventWhenClicking',
'DragAndDropTest.testDragTooFar',
@@ -60,19 +55,16 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'PageLoadingTest.shouldBeAbleToDisableAcceptOfInsecureSslCertsWithRequiredCapability',
'PageLoadingTest.testShouldNotWaitIndefinitelyIfAnExternalResourceFailsToLoad',
'PageLoadingTest.testShouldTimeoutIfAPageTakesTooLongToLoad',
- 'PerformanceLoggingTest.testDisabledProfilingDoesNotLog',
+ # PerformanceLoggingTest is for firefox only.
+ 'PerformanceLoggingTest.*',
'ProxySettingTest.canConfigureProxyWithRequiredCapability',
'ProxySettingTest.requiredProxyCapabilityShouldHavePriority',
- 'RenderedWebElementTest.testGetCssValueShouldReturnStandardizedColour',
- 'RenderedWebElementTest.testShouldAllowInheritedStylesToBeUsed',
'RenderedWebElementTest.testShouldHandleNonIntegerPositionAndSize',
- 'RenderedWebElementTest.testShouldPickUpStyleOfAnElement',
'SessionHandlingTest.callingQuitAfterClosingTheLastWindowIsANoOp',
# Broken because AddWebStorage.java is broken.
'SessionStorageTest.*',
'SqlDatabaseTest.*',
'TextHandlingTest.testShouldNotReturnLtrMarks',
- 'TextHandlingTest.testShouldReturnEmptyStringWhenTagIsSelfClosing',
'TextPagesTest.testShouldBeAbleToLoadASimplePageOfText',
'TextPagesTest.testShouldThrowExceptionWhenAddingCookieToAPageThatIsNotHtml',
'TypingTest.testNonPrintableCharactersShouldWorkWithContentEditableOrDesignModeSet',
@@ -81,7 +73,6 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
'TypingTest.testTypingIntoAnIFrameWithContentEditableOrDesignModeSet',
'UnexpectedAlertBehaviorTest.*',
'VisibilityTest.tooSmallAWindowWithOverflowHiddenIsNotAProblem',
- 'WebElementTest.testElementReturnsOriginDriver',
'WindowTest.*',
]
_REVISION_NEGATIVE_FILTER['27'] = [] + _REVISION_NEGATIVE_FILTER['HEAD']
@@ -95,21 +86,15 @@ _REVISION_NEGATIVE_FILTER['26'] = [
_OS_NEGATIVE_FILTER = {}
_OS_NEGATIVE_FILTER['win'] = [
- # https://code.google.com/p/chromedriver/issues/detail?id=303
- 'CombinedInputActionsTest.testChordControlCutAndPaste',
# Flaky: https://code.google.com/p/chromedriver/issues/detail?id=282
'PageLoadingTest.testShouldNotHangIfDocumentOpenCallIsNeverFollowedByDocumentCloseCall',
]
-_OS_NEGATIVE_FILTER['linux'] = [
- # https://code.google.com/p/chromedriver/issues/detail?id=284
- 'TypingTest.testArrowKeysAndPageUpAndDown',
- 'TypingTest.testHomeAndEndAndPageUpAndPageDownKeys',
- 'TypingTest.testNumberpadKeys',
-]
+_OS_NEGATIVE_FILTER['linux'] = []
_OS_NEGATIVE_FILTER['mac'] = []
_OS_NEGATIVE_FILTER['android'] = [
'BasicKeyboardInterfaceTest.*',
'BasicMouseInterfaceTest.*',
+ 'ChromeOptionsFunctionalTest.canStartChromeWithCustomOptions',
'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrameThatIsOutOfView',
'ClickScrollingTest.testShouldBeAbleToClickElementThatIsOutOfViewInANestedFrame',
'ClickTest.testCanClickOnAnElementWithTopSetToANegativeNumber',
« no previous file with comments | « chrome/test/chromedriver/run_buildbot_steps.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698