summaryrefslogtreecommitdiffstats
path: root/android_webview/javatests
diff options
context:
space:
mode:
authorbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-09 15:04:56 +0000
committerbulach@chromium.org <bulach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-05-09 15:04:56 +0000
commit38209e20a1574f696a56a4a27b7c39485192b39d (patch)
tree7bcf5d0058c38d3e07f4a3952031747bdb28bf2f /android_webview/javatests
parenta0ec3f7dee8fec9e93e4a36c59f53263eca59aff (diff)
downloadchromium_src-38209e20a1574f696a56a4a27b7c39485192b39d.zip
chromium_src-38209e20a1574f696a56a4a27b7c39485192b39d.tar.gz
chromium_src-38209e20a1574f696a56a4a27b7c39485192b39d.tar.bz2
Android: disables a couple of android_webview integration tests.
BUG=239439 NOTRY=True Review URL: https://chromiumcodereview.appspot.com/14890011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@199218 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/javatests')
-rw-r--r--android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java15
1 files changed, 11 insertions, 4 deletions
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java
index 72e62a6..d71689af 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AndroidViewIntegrationTest.java
@@ -15,6 +15,7 @@ import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.AwContentsClient;
import org.chromium.android_webview.AwLayoutSizer;
import org.chromium.android_webview.test.util.CommonResources;
+import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content.browser.ContentViewCore;
import org.chromium.content.browser.test.util.CallbackHelper;
@@ -124,9 +125,12 @@ public class AndroidViewIntegrationTest extends AwTestBase {
* view (since the user can't see it anyway) and only do so after the view's size is non-zero.
* Such behavior is unacceptable for the WebView and this test is to ensure that such behavior
* is not re-introduced.
+ *
+ * @SmallTest
+ * @Feature({"AndroidWebView"})
+ * crbug.com/239439
*/
- @SmallTest
- @Feature({"AndroidWebView"})
+ @DisabledTest
public void testZeroByZeroViewLoadsContent() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient();
final AwTestContainerView testContainerView = createCustomTestContainerViewOnMainSync(
@@ -146,9 +150,12 @@ public class AndroidViewIntegrationTest extends AwTestBase {
*
* This makes sure that any optimizations related to the view's visibility don't inhibit
* the ability to load pages. Many applications keep the WebView hidden when it's loading.
+ *
+ * @SmallTest
+ * @Feature({"AndroidWebView"})
+ * crbug.com/239439
*/
- @SmallTest
- @Feature({"AndroidWebView"})
+ @DisabledTest
public void testInvisibleViewLoadsContent() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient();
final AwTestContainerView testContainerView = createCustomTestContainerViewOnMainSync(