Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/PipRotationTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class PipRotationTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) } } @Presubmit @FlakyTest(bugId = 185400889) @Test override fun noUncoveredRegions() = testSpec.noUncoveredRegions(testSpec.config.startRotation, testSpec.config.endRotation, allStates = false) Loading @@ -88,7 +88,7 @@ class PipRotationTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) testSpec.statusBarLayerRotatesScales(testSpec.config.startRotation, testSpec.config.endRotation) @Presubmit @FlakyTest(bugId = 185400889) @Test fun appLayerRotates_StartingBounds() { testSpec.assertLayersStart { Loading @@ -97,7 +97,7 @@ class PipRotationTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) } } @Presubmit @FlakyTest(bugId = 185400889) @Test fun appLayerRotates_EndingBounds() { testSpec.assertLayersEnd { Loading tests/FlickerTests/src/com/android/server/wm/flicker/close/CloseAppTransition.kt +2 −2 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ abstract class CloseAppTransition(protected val testSpec: FlickerTestParameter) } } @Presubmit @FlakyTest(bugId = 185400889) @Test open fun noUncoveredRegions() { testSpec.noUncoveredRegions(testSpec.config.startRotation, Surface.ROTATION_0) Loading @@ -134,7 +134,7 @@ abstract class CloseAppTransition(protected val testSpec: FlickerTestParameter) testSpec.launcherWindowBecomesVisible() } @Presubmit @FlakyTest(bugId = 185400889) @Test open fun launcherLayerReplacesApp() { testSpec.launcherLayerReplacesApp(testApp) Loading Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/PipRotationTest.kt +3 −3 Original line number Diff line number Diff line Loading @@ -71,7 +71,7 @@ class PipRotationTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) } } @Presubmit @FlakyTest(bugId = 185400889) @Test override fun noUncoveredRegions() = testSpec.noUncoveredRegions(testSpec.config.startRotation, testSpec.config.endRotation, allStates = false) Loading @@ -88,7 +88,7 @@ class PipRotationTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) testSpec.statusBarLayerRotatesScales(testSpec.config.startRotation, testSpec.config.endRotation) @Presubmit @FlakyTest(bugId = 185400889) @Test fun appLayerRotates_StartingBounds() { testSpec.assertLayersStart { Loading @@ -97,7 +97,7 @@ class PipRotationTest(testSpec: FlickerTestParameter) : PipTransition(testSpec) } } @Presubmit @FlakyTest(bugId = 185400889) @Test fun appLayerRotates_EndingBounds() { testSpec.assertLayersEnd { Loading
tests/FlickerTests/src/com/android/server/wm/flicker/close/CloseAppTransition.kt +2 −2 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ abstract class CloseAppTransition(protected val testSpec: FlickerTestParameter) } } @Presubmit @FlakyTest(bugId = 185400889) @Test open fun noUncoveredRegions() { testSpec.noUncoveredRegions(testSpec.config.startRotation, Surface.ROTATION_0) Loading @@ -134,7 +134,7 @@ abstract class CloseAppTransition(protected val testSpec: FlickerTestParameter) testSpec.launcherWindowBecomesVisible() } @Presubmit @FlakyTest(bugId = 185400889) @Test open fun launcherLayerReplacesApp() { testSpec.launcherLayerReplacesApp(testApp) Loading