summaryrefslogtreecommitdiffstats
path: root/chrome/test/chromedriver
diff options
context:
space:
mode:
authorsamuong <samuong@chromium.org>2015-07-29 13:40:17 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-29 20:41:22 +0000
commite04a50f107b2a29b4879b79f1623bf05c6447d5a (patch)
treed0144cf48382bce178f47a1f327060ad1c82abe3 /chrome/test/chromedriver
parent5849b1f1b27524b5bad2a02e3b2f20a76a8001fc (diff)
downloadchromium_src-e04a50f107b2a29b4879b79f1623bf05c6447d5a.zip
chromium_src-e04a50f107b2a29b4879b79f1623bf05c6447d5a.tar.gz
chromium_src-e04a50f107b2a29b4879b79f1623bf05c6447d5a.tar.bz2
[chromedriver] Enable ChromeDriverTest.testPopups (except on WebView shell).
BUG=chromedriver:270 TBR=stgao@chromium.org Review URL: https://codereview.chromium.org/1259323004 Cr-Commit-Position: refs/heads/master@{#340974}
Diffstat (limited to 'chrome/test/chromedriver')
-rwxr-xr-xchrome/test/chromedriver/test/run_py_tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/test/chromedriver/test/run_py_tests.py b/chrome/test/chromedriver/test/run_py_tests.py
index fd793c9..c67b0ad 100755
--- a/chrome/test/chromedriver/test/run_py_tests.py
+++ b/chrome/test/chromedriver/test/run_py_tests.py
@@ -128,8 +128,6 @@ _ANDROID_NEGATIVE_FILTER['chrome'] = (
'ChromeDownloadDirTest.*',
# https://crbug.com/274650
'ChromeDriverTest.testCloseWindow',
- # https://code.google.com/p/chromedriver/issues/detail?id=270
- 'ChromeDriverTest.testPopups',
# https://code.google.com/p/chromedriver/issues/detail?id=298
'ChromeDriverTest.testWindowPosition',
'ChromeDriverTest.testWindowSize',
@@ -189,6 +187,8 @@ _ANDROID_NEGATIVE_FILTER['chromedriver_webview_shell'] = (
'ChromeDriverTest.testTouchDoubleTapElement',
'ChromeDriverTest.testTouchLongPressElement',
'ChromeDriverTest.testTouchPinch',
+ # WebView shell doesn't support popups or popup blocking.
+ 'ChromeDriverTest.testPopups',
]
)