Loading core/tests/coretests/src/android/app/activity/ActivityThreadTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ import android.util.MergedConfiguration; import android.view.Display; import android.view.View; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.rule.ActivityTestRule; Loading Loading @@ -616,7 +615,6 @@ public class ActivityThreadTest { } @Test @FlakyTest(bugId = 176134235) public void testHandleConfigurationChanged_DoesntOverrideActivityConfig() { final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); Loading services/tests/wmtests/src/com/android/server/wm/AssistDataRequesterTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -50,7 +50,6 @@ import android.platform.test.annotations.Presubmit; import android.util.Log; import android.view.IWindowManager; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import com.android.server.am.AssistDataRequester; Loading Loading @@ -155,7 +154,6 @@ public class AssistDataRequesterTest { } @Test @FlakyTest(bugId = 130388718) public void testRequestData() throws Exception { setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, CALLER_ASSIST_SCREENSHOT_ALLOWED); Loading Loading @@ -263,7 +261,6 @@ public class AssistDataRequesterTest { } @Test @FlakyTest(bugId = 130388718) public void testNoFetchScreenshots_expectNoScreenshotCallbacks() throws Exception { setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, CALLER_ASSIST_SCREENSHOT_ALLOWED); Loading @@ -275,7 +272,6 @@ public class AssistDataRequesterTest { } @Test @FlakyTest(bugId = 130388718) public void testDisallowAssistScreenshot_expectNullScreenshotCallback() throws Exception { setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, !CALLER_ASSIST_SCREENSHOT_ALLOWED); Loading services/tests/wmtests/src/com/android/server/wm/PersisterQueueTests.java +0 −3 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ import static org.junit.Assert.assertTrue; import android.os.SystemClock; import android.platform.test.annotations.Presubmit; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import org.junit.After; Loading Loading @@ -110,7 +109,6 @@ public class PersisterQueueTests { } @Test @FlakyTest(bugId = 131005232) public void testProcessOneItem_Flush() throws Exception { mFactory.setExpectedProcessedItemNumber(1); mListener.setExpectedOnPreProcessItemCallbackTimes(1); Loading Loading @@ -162,7 +160,6 @@ public class PersisterQueueTests { } @Test @FlakyTest(bugId = 128526085) public void testProcessTwoItems_OneAfterAnother() throws Exception { // First item mFactory.setExpectedProcessedItemNumber(1); Loading services/tests/wmtests/src/com/android/server/wm/RefreshRatePolicyTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ import android.view.Surface; import android.view.WindowManager; import android.view.WindowManager.LayoutParams; import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import com.android.server.wm.RefreshRatePolicy.FrameRateVote; Loading @@ -53,7 +52,6 @@ import org.junit.runner.RunWith; @SmallTest @Presubmit @RunWith(WindowTestRunner.class) @FlakyTest public class RefreshRatePolicyTest extends WindowTestsBase { private static final int HI_MODE_ID = 1; private static final float HI_REFRESH_RATE = 90; Loading services/tests/wmtests/src/com/android/server/wm/SurfaceAnimationRunnerTest.java +0 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,6 @@ public class SurfaceAnimationRunnerTest { mFinishCallbackLatch.countDown(); } @FlakyTest(bugId = 144611135) @Test public void testAnimation() throws Exception { mSurfaceAnimationRunner Loading Loading
core/tests/coretests/src/android/app/activity/ActivityThreadTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -62,7 +62,6 @@ import android.util.MergedConfiguration; import android.view.Display; import android.view.View; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.rule.ActivityTestRule; Loading Loading @@ -616,7 +615,6 @@ public class ActivityThreadTest { } @Test @FlakyTest(bugId = 176134235) public void testHandleConfigurationChanged_DoesntOverrideActivityConfig() { final TestActivity activity = mActivityTestRule.launchActivity(new Intent()); Loading
services/tests/wmtests/src/com/android/server/wm/AssistDataRequesterTest.java +0 −4 Original line number Diff line number Diff line Loading @@ -50,7 +50,6 @@ import android.platform.test.annotations.Presubmit; import android.util.Log; import android.view.IWindowManager; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import com.android.server.am.AssistDataRequester; Loading Loading @@ -155,7 +154,6 @@ public class AssistDataRequesterTest { } @Test @FlakyTest(bugId = 130388718) public void testRequestData() throws Exception { setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, CALLER_ASSIST_SCREENSHOT_ALLOWED); Loading Loading @@ -263,7 +261,6 @@ public class AssistDataRequesterTest { } @Test @FlakyTest(bugId = 130388718) public void testNoFetchScreenshots_expectNoScreenshotCallbacks() throws Exception { setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, CALLER_ASSIST_SCREENSHOT_ALLOWED); Loading @@ -275,7 +272,6 @@ public class AssistDataRequesterTest { } @Test @FlakyTest(bugId = 130388718) public void testDisallowAssistScreenshot_expectNullScreenshotCallback() throws Exception { setupMocks(CURRENT_ACTIVITY_ASSIST_ALLOWED, CALLER_ASSIST_STRUCTURE_ALLOWED, !CALLER_ASSIST_SCREENSHOT_ALLOWED); Loading
services/tests/wmtests/src/com/android/server/wm/PersisterQueueTests.java +0 −3 Original line number Diff line number Diff line Loading @@ -27,7 +27,6 @@ import static org.junit.Assert.assertTrue; import android.os.SystemClock; import android.platform.test.annotations.Presubmit; import androidx.test.filters.FlakyTest; import androidx.test.filters.MediumTest; import org.junit.After; Loading Loading @@ -110,7 +109,6 @@ public class PersisterQueueTests { } @Test @FlakyTest(bugId = 131005232) public void testProcessOneItem_Flush() throws Exception { mFactory.setExpectedProcessedItemNumber(1); mListener.setExpectedOnPreProcessItemCallbackTimes(1); Loading Loading @@ -162,7 +160,6 @@ public class PersisterQueueTests { } @Test @FlakyTest(bugId = 128526085) public void testProcessTwoItems_OneAfterAnother() throws Exception { // First item mFactory.setExpectedProcessedItemNumber(1); Loading
services/tests/wmtests/src/com/android/server/wm/RefreshRatePolicyTest.java +0 −2 Original line number Diff line number Diff line Loading @@ -37,7 +37,6 @@ import android.view.Surface; import android.view.WindowManager; import android.view.WindowManager.LayoutParams; import androidx.test.filters.FlakyTest; import androidx.test.filters.SmallTest; import com.android.server.wm.RefreshRatePolicy.FrameRateVote; Loading @@ -53,7 +52,6 @@ import org.junit.runner.RunWith; @SmallTest @Presubmit @RunWith(WindowTestRunner.class) @FlakyTest public class RefreshRatePolicyTest extends WindowTestsBase { private static final int HI_MODE_ID = 1; private static final float HI_REFRESH_RATE = 90; Loading
services/tests/wmtests/src/com/android/server/wm/SurfaceAnimationRunnerTest.java +0 −1 Original line number Diff line number Diff line Loading @@ -98,7 +98,6 @@ public class SurfaceAnimationRunnerTest { mFinishCallbackLatch.countDown(); } @FlakyTest(bugId = 144611135) @Test public void testAnimation() throws Exception { mSurfaceAnimationRunner Loading