summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorjohnme <johnme@chromium.org>2015-10-16 06:13:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-16 13:13:42 +0000
commitd35790cf0255eded5e5559579dabbf25384bf66f (patch)
tree1edc2e79e2e68fd6d01f0036227166feac1961bd /android_webview
parent412c363983e417d65c091d989ab04aa8e5f34687 (diff)
downloadchromium_src-d35790cf0255eded5e5559579dabbf25384bf66f.zip
chromium_src-d35790cf0255eded5e5559579dabbf25384bf66f.tar.gz
chromium_src-d35790cf0255eded5e5559579dabbf25384bf66f.tar.bz2
Mark 3 tests from AwContentsGarbageCollectionTest flaky
BUG=544098 NOTRY=true TBR=boliu@chromium.org Review URL: https://codereview.chromium.org/1409073003 Cr-Commit-Position: refs/heads/master@{#354503}
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java14
1 files changed, 13 insertions, 1 deletions
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java
index 417e348..127902b 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsGarbageCollectionTest.java
@@ -7,8 +7,8 @@ package org.chromium.android_webview.test;
import android.content.Context;
import android.content.ContextWrapper;
import android.os.Build;
+import android.test.FlakyTest;
import android.test.suitebuilder.annotation.LargeTest;
-import android.test.suitebuilder.annotation.SmallTest;
import static org.chromium.base.test.util.ScalableTimeout.scaleTimeout;
@@ -84,8 +84,12 @@ public class AwContentsGarbageCollectionTest extends AwTestBase {
}
}
+ /*
@SmallTest
@Feature({"AndroidWebView"})
+ Bug: https://crbug.com/544098
+ */
+ @FlakyTest
public void testCreateAndGcOneTime() throws Throwable {
gcAndCheckAllAwContentsDestroyed();
@@ -101,8 +105,12 @@ public class AwContentsGarbageCollectionTest extends AwTestBase {
gcAndCheckAllAwContentsDestroyed();
}
+ /*
@SmallTest
@Feature({"AndroidWebView"})
+ Bug: https://crbug.com/544098
+ */
+ @FlakyTest
public void testReferenceFromClient() throws Throwable {
gcAndCheckAllAwContentsDestroyed();
@@ -118,8 +126,12 @@ public class AwContentsGarbageCollectionTest extends AwTestBase {
gcAndCheckAllAwContentsDestroyed();
}
+ /*
@SmallTest
@Feature({"AndroidWebView"})
+ Bug: https://crbug.com/544098
+ */
+ @FlakyTest
public void testReferenceFromContext() throws Throwable {
gcAndCheckAllAwContentsDestroyed();