summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver
diff options
context:
space:
mode:
authorgmanikpure <gmanikpure@chromium.org>2015-12-21 16:04:33 -0800
committerCommit bot <commit-bot@chromium.org>2015-12-22 00:06:33 +0000
commit8c8f3e516d8976c1156f6be46dc682907b7636f4 (patch)
treeda5e41ddb085bd085e9d4052a6e54f630f24a401 /chrome/test/chromedriver
parente73c1de119311ce7a2399c6e1bbcf4eff8914100 (diff)
downloadchromium_src-8c8f3e516d8976c1156f6be46dc682907b7636f4.zip
chromium_src-8c8f3e516d8976c1156f6be46dc682907b7636f4.tar.gz
chromium_src-8c8f3e516d8976c1156f6be46dc682907b7636f4.tar.bz2
[Chromedriver] Enable timeout issue related py & java tests
Timeout issue#1278 got fixed with the release of CL https://codereview.chromium.org/1530133002 Hence, re-enabling the tests. BUG=chromedriver:1278 Review URL: https://codereview.chromium.org/1540013002 Cr-Commit-Position: refs/heads/master@{#366496}
Diffstat (limited to 'chrome/test/chromedriver')
-rwxr-xr-xchrome/test/chromedriver/test/run_py_tests.py11
-rw-r--r--chrome/test/chromedriver/test/test_expectations1
2 files changed, 0 insertions, 12 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index 0f2125a8..bc2ecfc 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -60,17 +60,6 @@ _VERSION_SPECIFIC_FILTER = {}
_VERSION_SPECIFIC_FILTER['HEAD'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=992
'ChromeDownloadDirTest.testDownloadDirectoryOverridesExistingPreferences',
- # https://bugs.chromium.org/p/chromedriver/issues/detail?id=1278
- 'ChromeDownloadDirTest.testFileDownloadWithGet',
- 'ChromeDriverTest.testDoesntHangOnDebugger',
- 'ChromeDriverTest.testDontGoBackOrGoForward',
- 'ChromeDriverTest.testSwitchesToTopFrameAfterGoingBack',
- 'ChromeDriverTest.testSwitchesToTopFrameAfterNavigation',
- 'ChromeDriverTest.testSwitchesToTopFrameAfterRefresh',
- 'ChromeDriverTest.testClickElement',
- 'ChromeDriverTest.testHasFocusOnStartup',
- 'ChromeDriverTest.testShadowDomHover',
- 'SessionHandlingTest.testGetSessions',
]
_VERSION_SPECIFIC_FILTER['44'] = [
# https://code.google.com/p/chromedriver/issues/detail?id=1202
diff --git a/chrome/test/chromedriver/test/test_expectations b/chrome/test/chromedriver/test/test_expectations
index da13ddf..365f958 100644
--- a/chrome/test/chromedriver/test/test_expectations
+++ b/chrome/test/chromedriver/test/test_expectations
@@ -99,7 +99,6 @@ _REVISION_NEGATIVE_FILTER['HEAD'] = [
# https://bugs.chromium.org/p/chromedriver/issues/detail?id=1290
'ElementEqualityTest.testAnElementFoundInADifferentFrameViaJsShouldHaveSameId',
'ElementFindingTest.testAnElementFoundInADifferentFrameViaJsCanBeUsed',
- 'ChromeDriverTests.testShouldThrowAnExceptionWhenThereIsNoLinkToClickAndItIsFoundWithLinkText',
]