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

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

Issue 19715002: Disabling failing/crashing androidwebview tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 | android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java » ('j') | 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/AwSettingsTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
index 373264915402e7736a42c6db7f9c4cd6993cf3ab..027fe91b79ad2b0562357f433bcb2044b7ea47a5 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
@@ -1597,8 +1597,12 @@ public class AwSettingsTest extends AwTestBase {
helper.ensureSettingHasInitialValue();
}
- @SmallTest
- @Feature({"AndroidWebView", "Preferences"})
+ /**
+ * @SmallTest
+ * @Feature({"AndroidWebView", "Preferences"})
+ * crbug.com/261409
+ */
+ @DisabledTest
public void testDatabaseEnabled() throws Throwable {
boliu 2013/07/18 00:19:55 Hmm, this is a different crash
boliu 2013/07/18 00:21:31 04018: 07-17 22:54:15.937 9917 9951 W WebKit :
TestAwContentsClient client = new TestAwContentsClient();
final AwTestContainerView testContainerView =
@@ -1621,8 +1625,12 @@ public class AwSettingsTest extends AwTestBase {
helper.ensureSettingHasInitialValue();
}
- @SmallTest
- @Feature({"AndroidWebView", "Preferences"})
+ /**
+ * @SmallTest
+ * @Feature({"AndroidWebView", "Preferences"})
+ * crbug.com/261409
+ */
+ @DisabledTest
public void testUniversalAccessFromFilesWithTwoViews() throws Throwable {
ViewPair views = createViews();
runPerViewSettingsTest(
@@ -1651,8 +1659,12 @@ public class AwSettingsTest extends AwTestBase {
assertEquals(imageHeight, getTitleOnUiThread(awContents));
}
- @SmallTest
- @Feature({"AndroidWebView", "Preferences"})
+ /**
+ * @SmallTest
+ * @Feature({"AndroidWebView", "Preferences"})
+ * crbug.com/261409
+ */
+ @DisabledTest
public void testFileAccessFromFilesIframeWithTwoViews() throws Throwable {
ViewPair views = createViews();
runPerViewSettingsTest(
« no previous file with comments | « no previous file | android_webview/javatests/src/org/chromium/android_webview/test/LoadDataWithBaseUrlTest.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698