summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2013-03-07 01:49:54 +0000
committerBen Murdoch <benm@google.com>2013-03-07 01:49:54 +0000
commit7feb3d70e606bf0c0871f060d0eb3cfcadef6148 (patch)
tree11c99e841f3f52833aea4a82b9beeb1a6999bcd6 /chromium/tools
parent4962a2c38a8273493072ca074f355a99f99704bf (diff)
downloadandroid_frameworks_webview-7feb3d70e606bf0c0871f060d0eb3cfcadef6148.tar.gz
android_frameworks_webview-7feb3d70e606bf0c0871f060d0eb3cfcadef6148.tar.bz2
android_frameworks_webview-7feb3d70e606bf0c0871f060d0eb3cfcadef6148.zip
Update expectations.
WebViewTest#testStopLoading now passing. Bug: 8271980 Change-Id: I3bcd1ccc2776374649034022d998a7afc104b024
Diffstat (limited to 'chromium/tools')
-rwxr-xr-xchromium/tools/run_webview_cts.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/chromium/tools/run_webview_cts.py b/chromium/tools/run_webview_cts.py
index 64604e9..331dd0e 100755
--- a/chromium/tools/run_webview_cts.py
+++ b/chromium/tools/run_webview_cts.py
@@ -40,7 +40,6 @@ EXPECTED_FAILURES = set([
'android.webkit.cts.WebViewTest#testSetInitialScale',
'android.webkit.cts.WebViewTest#testSetScrollBarStyle',
'android.webkit.cts.WebViewTest#testSetWebViewClient',
- 'android.webkit.cts.WebViewTest#testStopLoading',
'android.webkit.cts.WebViewTest#testZoom',
# Following 4 tests failing due to crbug.com/172786.
# See also b/8187850