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

Unified Diff: content/public/android/junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.java

Issue 2243353002: (Reland) Update all Robolectric tests to Robolectric 3.0 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
Index: content/public/android/junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.java
diff --git a/content/public/android/junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.java b/content/public/android/junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.java
index 22d3a47eae9f44843cf85a1e2233a92e75fe0fd4..124e3259f300fd0b7d7993d50870ee54bdd92f72 100644
--- a/content/public/android/junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.java
+++ b/content/public/android/junit/src/org/chromium/content/browser/input/ThreadedInputConnectionTest.java
@@ -23,6 +23,7 @@ import org.chromium.base.ThreadUtils;
import org.chromium.base.test.util.Feature;
import org.chromium.testing.local.LocalRobolectricTestRunner;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.InOrder;
@@ -156,6 +157,7 @@ public class ThreadedInputConnectionTest {
@Test
@Feature({"TextInput"})
+ @Ignore("crbug/632792")
public void testFailToRequestToRenderer() {
when(mImeAdapter.requestTextInputStateUpdate()).thenReturn(false);
// Should not hang here. Return null to indicate failure.
@@ -164,6 +166,7 @@ public class ThreadedInputConnectionTest {
@Test
@Feature({"TextInput"})
+ @Ignore("crbug/632792")
public void testRendererCannotUpdateState() {
when(mImeAdapter.requestTextInputStateUpdate()).thenReturn(true);
// We found that renderer cannot update state, e.g., due to a crash.
« no previous file with comments | « content/public/android/junit/src/org/chromium/content/browser/BindingManagerImplTest.java ('k') | net/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698