summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2013-02-27 16:25:38 +0000
committerBen Murdoch <benm@google.com>2013-02-27 16:25:38 +0000
commit40eccfbdc8efc3219a81d3044a2b9ceb2f75a834 (patch)
tree2ce7ee578031dd487643960a1d659cdcd8974884 /chromium/tools
parent0d521727d7f2b57de718fe455b881d1cc7b3ba64 (diff)
downloadandroid_frameworks_webview-40eccfbdc8efc3219a81d3044a2b9ceb2f75a834.tar.gz
android_frameworks_webview-40eccfbdc8efc3219a81d3044a2b9ceb2f75a834.tar.bz2
android_frameworks_webview-40eccfbdc8efc3219a81d3044a2b9ceb2f75a834.zip
Update expectations.
Bug 8276976 is now fixed. Turns out to be a force close dialog stealing our input events. Bug: 8276976 Change-Id: I1ef9ae4a0b0d3a314f636e70c88d9cd8be05f82a
Diffstat (limited to 'chromium/tools')
-rwxr-xr-xchromium/tools/run_webview_cts.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/chromium/tools/run_webview_cts.py b/chromium/tools/run_webview_cts.py
index 189e7d1..4ffa070 100755
--- a/chromium/tools/run_webview_cts.py
+++ b/chromium/tools/run_webview_cts.py
@@ -53,10 +53,6 @@ EXPECTED_FAILURES = set([
# See b/8231433 for following two failures.
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptAlways',
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptOnce',
- # See b/8276976 for following three failures.
- 'android.webkit.cts.WebViewClientTest#testOnUnhandledKeyEvent',
- 'android.webkit.cts.WebViewTest#testGetHitTestResult',
- 'android.webkit.cts.WebViewTest#testRequestFocusNodeHref',
# Don't forget to update the spreadsheet! :)
])