summaryrefslogtreecommitdiffstats
path: root/android_webview
diff options
context:
space:
mode:
authorboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-05 18:15:34 +0000
committerboliu@chromium.org <boliu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-02-05 18:15:34 +0000
commit4814eda3920a9891c020aeb3bdc0169783f7188c (patch)
tree3cafad9afc6334276e1f05d981ea0db04b10ba2b /android_webview
parent3d5aebc76e593b10bc871a67dd62b9ab12b9519b (diff)
downloadchromium_src-4814eda3920a9891c020aeb3bdc0169783f7188c.zip
chromium_src-4814eda3920a9891c020aeb3bdc0169783f7188c.tar.gz
chromium_src-4814eda3920a9891c020aeb3bdc0169783f7188c.tar.bz2
Enable testCalledForIframeUnsupportedSchemeNavigations
The crash has been fixed. See bug for details. BUG=173866 Android enable test. Ran through android bots. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12207019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180726 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview')
-rw-r--r--android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java
index 9067d7a..182c82b 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwContentsClientShouldIgnoreNavigationTest.java
@@ -14,7 +14,6 @@ import android.util.Log;
import org.chromium.android_webview.AwContents;
import org.chromium.android_webview.test.util.CommonResources;
import org.chromium.android_webview.test.util.JSUtils;
-import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content.browser.NavigationHistory;
import org.chromium.content.browser.test.util.CallbackHelper;
@@ -586,12 +585,8 @@ public class AwContentsClientShouldIgnoreNavigationTest extends AndroidWebViewTe
shouldIgnoreNavigationHelper.getCallCount());
}
- /*
@SmallTest
@Feature({"AndroidWebView", "Navigation"})
- Triggers gpu crash. See crbug.com/173866.
- */
- @DisabledTest
public void testCalledForIframeUnsupportedSchemeNavigations() throws Throwable {
final TestAwContentsClient contentsClient = new TestAwContentsClient();
final AwTestContainerView testContainerView =