Loading apct-tests/perftests/autofill/src/android/view/autofill/AbstractAutofillPerfTestCase.java +0 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ import android.perftests.utils.SettingsStateKeeperRule; import android.provider.Settings; import androidx.test.InstrumentationRegistry; import androidx.test.filters.LargeTest; import androidx.test.rule.ActivityTestRule; import org.junit.After; Loading @@ -37,7 +36,6 @@ import org.junit.Rule; /** * Base class for all autofill tests. */ @LargeTest public abstract class AbstractAutofillPerfTestCase { @ClassRule Loading apct-tests/perftests/autofill/src/android/view/autofill/LoginTest.java +10 −0 Original line number Diff line number Diff line Loading @@ -24,10 +24,14 @@ import android.perftests.utils.PerfTestActivity; import android.view.View; import android.widget.EditText; import androidx.test.filters.LargeTest; import com.android.perftests.autofill.R; import org.junit.Ignore; import org.junit.Test; @LargeTest public class LoginTest extends AbstractAutofillPerfTestCase { private EditText mUsername; Loading Loading @@ -90,6 +94,8 @@ public class LoginTest extends AbstractAutofillPerfTestCase { /** * Now the service returns autofill data, for both username and password. */ // TODO(b/162216576): fix fail test and re-enable it @Ignore @Test public void testFocus_autofillBothFields() throws Throwable { MyAutofillService.newCannedResponse() Loading Loading @@ -142,6 +148,8 @@ public class LoginTest extends AbstractAutofillPerfTestCase { /** * Now the service returns autofill data, but just for username. */ // TODO(b/162216576): fix fail test and re-enable it @Ignore @Test public void testFocus_autofillUsernameOnly() throws Throwable { // Must set ignored ids so focus on password does not trigger new requests Loading Loading @@ -258,6 +266,8 @@ public class LoginTest extends AbstractAutofillPerfTestCase { }); } // TODO(b/162216576): fix fail test and re-enable it @Ignore @Test public void testCallbacks() throws Throwable { MyAutofillService.newCannedResponse() Loading Loading
apct-tests/perftests/autofill/src/android/view/autofill/AbstractAutofillPerfTestCase.java +0 −2 Original line number Diff line number Diff line Loading @@ -26,7 +26,6 @@ import android.perftests.utils.SettingsStateKeeperRule; import android.provider.Settings; import androidx.test.InstrumentationRegistry; import androidx.test.filters.LargeTest; import androidx.test.rule.ActivityTestRule; import org.junit.After; Loading @@ -37,7 +36,6 @@ import org.junit.Rule; /** * Base class for all autofill tests. */ @LargeTest public abstract class AbstractAutofillPerfTestCase { @ClassRule Loading
apct-tests/perftests/autofill/src/android/view/autofill/LoginTest.java +10 −0 Original line number Diff line number Diff line Loading @@ -24,10 +24,14 @@ import android.perftests.utils.PerfTestActivity; import android.view.View; import android.widget.EditText; import androidx.test.filters.LargeTest; import com.android.perftests.autofill.R; import org.junit.Ignore; import org.junit.Test; @LargeTest public class LoginTest extends AbstractAutofillPerfTestCase { private EditText mUsername; Loading Loading @@ -90,6 +94,8 @@ public class LoginTest extends AbstractAutofillPerfTestCase { /** * Now the service returns autofill data, for both username and password. */ // TODO(b/162216576): fix fail test and re-enable it @Ignore @Test public void testFocus_autofillBothFields() throws Throwable { MyAutofillService.newCannedResponse() Loading Loading @@ -142,6 +148,8 @@ public class LoginTest extends AbstractAutofillPerfTestCase { /** * Now the service returns autofill data, but just for username. */ // TODO(b/162216576): fix fail test and re-enable it @Ignore @Test public void testFocus_autofillUsernameOnly() throws Throwable { // Must set ignored ids so focus on password does not trigger new requests Loading Loading @@ -258,6 +266,8 @@ public class LoginTest extends AbstractAutofillPerfTestCase { }); } // TODO(b/162216576): fix fail test and re-enable it @Ignore @Test public void testCallbacks() throws Throwable { MyAutofillService.newCannedResponse() Loading