summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorcarlosk <carlosk@chromium.org>2015-10-07 04:50:38 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-07 11:51:27 +0000
commit4a60a3983087fa64fca7bf370a26aeee38a6a112 (patch)
treea866a10cf868473107f8638039d78aec4f91316a /android_webview
parent4342569a5b683668f40c7e909c88c1c606819b42 (diff)
downloadchromium_src-4a60a3983087fa64fca7bf370a26aeee38a6a112.zip
chromium_src-4a60a3983087fa64fca7bf370a26aeee38a6a112.tar.gz
chromium_src-4a60a3983087fa64fca7bf370a26aeee38a6a112.tar.bz2
Disable 3 WebViewLayoutTest tests that are failing on Android Webview L (dbg).
Disabled tests are: - testNoUnexpectedInterfaces - testWebViewExcludedInterfaces - testWebViewIncludedStableInterfaces BUG=540648 TBR=timvolodine@chromium.org Review URL: https://codereview.chromium.org/1393853002 Cr-Commit-Position: refs/heads/master@{#352821}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java b/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java
index 4d84446..9858b26 100644
--- a/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java
+++ b/android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewLayoutTest.java
@@ -11,6 +11,7 @@ import android.test.suitebuilder.annotation.MediumTest;
import junit.framework.ComparisonFailure;
import org.chromium.base.Log;
+import org.chromium.base.test.util.DisabledTest;
import java.io.BufferedReader;
import java.io.File;
@@ -81,6 +82,7 @@ public class WebViewLayoutTest
"webexposed/global-interface-listing-expected.txt", true);
}
+ @DisabledTest // Failing on bot "Android Webview L (dbg)"; see crbug.com/540648
@MediumTest
public void testNoUnexpectedInterfaces() throws Exception {
ensureJsTestCopied();
@@ -105,6 +107,7 @@ public class WebViewLayoutTest
assertEquals("Unexpected new webview interfaces found", "", newInterfaces.toString());
}
+ @DisabledTest // Failing on bot "Android Webview L (dbg)"; see crbug.com/540648
@MediumTest
public void testWebViewExcludedInterfaces() throws Exception {
ensureJsTestCopied();
@@ -135,6 +138,7 @@ public class WebViewLayoutTest
assertEquals("Unexpected webview interfaces found", "", unexpected.toString());
}
+ @DisabledTest // Failing on bot "Android Webview L (dbg)"; see crbug.com/540648
@MediumTest
public void testWebViewIncludedStableInterfaces() throws Exception {
ensureJsTestCopied();