Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d4e6f5b3 authored by Jordan Liu's avatar Jordan Liu
Browse files

Enable presubmit for passing telephony tests

With the change to lock clocks to improve test suite stability,
re-enable presubmit running for the locally passing telephony tests.

Bug: 29579544
Change-Id: Ibdb1bf17afd1546f95c2ab5c1199693ab004af23
Test: runtest --path \
        tests/telephonytests/src/com/android/internal/telephony/dataconnection/DcTrackerTest.java
      runtest --path \
        tests/telephonytests/src/com/android/internal/telephony/dataconnection/\
	TelephonyNetworkFactoryTest.java
      runtest --path \
        tests/telephonytests/src/com/android/internal/telephony/gsm/GsmInboundSmsHandlerTest.java
      runtest --path \
        tests/telephonytests/src/com/android/internal/telephony/ServiceStateTrackerTest.java
      runtest --path \
        tests/telephonytests/src/com/android/internal/telephony/GsmCdmaCallTrackerTest.java
parent e0c7ad5c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -176,7 +176,6 @@ public class GsmCdmaCallTrackerTest extends TelephonyTest {

    }

    @Postsubmit
    @Test
    @MediumTest
    public void testMOCallPendingHangUp() {
+0 −1
Original line number Diff line number Diff line
@@ -317,7 +317,6 @@ public class ServiceStateTrackerTest extends TelephonyTest {
        assertFalse(sst.isImsRegistered());
    }

    @Postsubmit
    @Test
    @MediumTest
    public void testSignalStrength() {
+0 −2
Original line number Diff line number Diff line
@@ -656,7 +656,6 @@ public class DcTrackerTest extends TelephonyTest {
        waitForMs(200);
    }

    @Postsubmit
    @Test
    @MediumTest
    public void testDataCallOnUserDisableRoaming() throws Exception {
@@ -767,7 +766,6 @@ public class DcTrackerTest extends TelephonyTest {
    }

    // Test for API carrierActionSetMeteredApnsEnabled.
    @Postsubmit
    @Test
    @MediumTest
    public void testCarrierActionSetMeteredApnsEnabled() throws Exception {
+0 −1
Original line number Diff line number Diff line
@@ -134,7 +134,6 @@ public class TelephonyNetworkFactoryTest extends AndroidTestCase {
    /**
     * Test that phone active changes cause the DcTracker to get poked.
     */
    @Postsubmit
    @SmallTest
    public void testActive() throws Exception {
        mTestName = "testActive";
+0 −2
Original line number Diff line number Diff line
@@ -352,7 +352,6 @@ public class GsmInboundSmsHandlerTest extends TelephonyTest {
        doReturn(mInboundSmsTrackerCVPart2).when(mInboundSmsTrackerPart2).getContentValues();
    }

    @Postsubmit
    @Test
    @MediumTest
    public void testMultiPartSms() {
@@ -575,7 +574,6 @@ public class GsmInboundSmsHandlerTest extends TelephonyTest {

    }

    @Postsubmit
    @Test
    @MediumTest
    public void testBroadcastUndeliveredMultiPart() throws Exception {