summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2013-03-04 20:43:13 +0000
committerBen Murdoch <benm@google.com>2013-03-04 20:43:13 +0000
commit4962a2c38a8273493072ca074f355a99f99704bf (patch)
treefc068ea8b5f41bd6d9b57bf0e5609542ed2f3444 /chromium/tools
parent6a72d0b9821d4b547f6c4c34902685965e9645b1 (diff)
downloadandroid_frameworks_webview-4962a2c38a8273493072ca074f355a99f99704bf.tar.gz
android_frameworks_webview-4962a2c38a8273493072ca074f355a99f99704bf.tar.bz2
android_frameworks_webview-4962a2c38a8273493072ca074f355a99f99704bf.zip
Update CTS expectations.
Bug 8280368 is now fixed. Bug: 8280368 Change-Id: I24e7ff042541b510c56221e54bcd70fff7a4f797
Diffstat (limited to 'chromium/tools')
-rwxr-xr-xchromium/tools/run_webview_cts.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/chromium/tools/run_webview_cts.py b/chromium/tools/run_webview_cts.py
index 6c4fe2a..64604e9 100755
--- a/chromium/tools/run_webview_cts.py
+++ b/chromium/tools/run_webview_cts.py
@@ -51,8 +51,6 @@ EXPECTED_FAILURES = set([
# See b/8231433 for following two failures.
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptAlways',
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptOnce',
- # See b/8280368 for following one failure.
- 'android.webkit.cts.WebViewTest#testSetNetworkAvailable',
# Don't forget to update the spreadsheet! :)
])