Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java

Issue 17162004: Re-enable AwContents create/destroy stress tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
index 5c8c2b0b353016d009a18e5c6d5306c644ce38d9..f972aae5c30fe0d328b368a2dfb9973756a992b7 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsTest.java
@@ -124,12 +124,8 @@ public class AwContentsTest extends AwTestBase {
destroyAwContentsOnMainSync(awTestContainerView.getAwContents());
}
- /*
- * @LargeTest
- * @Feature({"AndroidWebView"})
- * Disabled until we switch to final rendering pipeline.
- */
- @DisabledTest
+ @LargeTest
+ @Feature({"AndroidWebView"})
public void testCreateLoadDestroyManyTimes() throws Throwable {
final int CREATE_AND_DESTROY_REPEAT_COUNT = 10;
for (int i = 0; i < CREATE_AND_DESTROY_REPEAT_COUNT; ++i) {
@@ -141,12 +137,8 @@ public class AwContentsTest extends AwTestBase {
}
}
- /*
- * @LargeTest
- * @Feature({"AndroidWebView"})
- * Disabled until we switch to final rendering pipeline.
- */
- @DisabledTest
+ @LargeTest
+ @Feature({"AndroidWebView"})
public void testCreateLoadDestroyManyAtOnce() throws Throwable {
final int CREATE_AND_DESTROY_REPEAT_COUNT = 10;
AwTestContainerView views[] = new AwTestContainerView[CREATE_AND_DESTROY_REPEAT_COUNT];
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698