summaryrefslogtreecommitdiffstats
path: root/chromium/tools
diff options
context:
space:
mode:
authorBen Murdoch <benm@google.com>2013-04-24 19:30:25 +0100
committerBen Murdoch <benm@google.com>2013-04-24 19:30:25 +0100
commit23e94607a704794a85b4ed55ecf98b0675e07ac6 (patch)
tree83ae530faaf27cf9b438a95833d11e23d258e79b /chromium/tools
parent06f656d1143ad9c738eff35a0a8c557adf036362 (diff)
downloadandroid_frameworks_webview-23e94607a704794a85b4ed55ecf98b0675e07ac6.tar.gz
android_frameworks_webview-23e94607a704794a85b4ed55ecf98b0675e07ac6.tar.bz2
android_frameworks_webview-23e94607a704794a85b4ed55ecf98b0675e07ac6.zip
Update test expectations.
Change-Id: I20762f441523e2d330e72d7419e93b5717a7f178
Diffstat (limited to 'chromium/tools')
-rwxr-xr-xchromium/tools/run_webview_cts.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/chromium/tools/run_webview_cts.py b/chromium/tools/run_webview_cts.py
index 6c10e00..bfb1d51 100755
--- a/chromium/tools/run_webview_cts.py
+++ b/chromium/tools/run_webview_cts.py
@@ -48,6 +48,8 @@ EXPECTED_FAILURES = set([
# See b/8231433 for following two failures.
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptAlways',
'android.webkit.cts.GeolocationTest#testSimpleGeolocationRequestAcceptOnce',
+ # Temporarily disabled, see b/8639231
+ 'android.webkit.cts.WebViewTest#testPauseResumeTimers',
# Don't forget to update the spreadsheet! :)
])