From 674d602ad41b7803ce395ccbda45109dc44187c0 Mon Sep 17 00:00:00 2001 From: "boliu@chromium.org" Date: Sun, 3 Feb 2013 21:25:12 +0000 Subject: Disable testCalledForIframeUnsupportedSchemeNavigations BUG=173866 TBR=mkosiba@chromium.org Android only test change. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12185010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@180324 0039d316-1c4b-4281-b951-d872f2087c98 --- .../test/AwContentsClientShouldIgnoreNavigationTest.java | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'android_webview/javatests') 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 182c82b..9067d7a 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,6 +14,7 @@ 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; @@ -585,8 +586,12 @@ 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 = -- cgit v1.1