Loading tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt +4 −22 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class ChangeAppRotationTest( } } @FlakyTest(bugId = 151179149) @FlakyTest(bugId = 190185577) @Test override fun focusDoesNotChange() { super.focusDoesNotChange() Loading @@ -63,12 +63,6 @@ class ChangeAppRotationTest( @Postsubmit @Test override fun noUncoveredRegions() { super.noUncoveredRegions() } @FlakyTest @Test fun screenshotLayerBecomesInvisible() { testSpec.assertLayers { this.isVisible(testApp.getPackage()) Loading @@ -81,14 +75,8 @@ class ChangeAppRotationTest( @Postsubmit @Test override fun appLayerRotates_EndingPos() { super.appLayerRotates_EndingPos() } @Postsubmit @Test override fun appLayerRotates_StartingPos() { super.appLayerRotates_StartingPos() override fun statusBarLayerRotatesScales() { super.statusBarLayerRotatesScales() } @Presubmit Loading @@ -97,18 +85,12 @@ class ChangeAppRotationTest( super.navBarWindowIsAlwaysVisible() } @Postsubmit @FlakyTest @Test override fun statusBarLayerIsAlwaysVisible() { super.statusBarLayerIsAlwaysVisible() } @Postsubmit @Test override fun statusBarWindowIsAlwaysVisible() { super.statusBarWindowIsAlwaysVisible() } companion object { private const val SCREENSHOT_LAYER = "RotationLayer" Loading tests/FlickerTests/src/com/android/server/wm/flicker/rotation/RotationTransition.kt +4 −4 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) testSpec.config.startRotation, testSpec.config.endRotation) } @FlakyTest @Presubmit @Test open fun statusBarWindowIsAlwaysVisible() { testSpec.statusBarWindowIsAlwaysVisible() Loading Loading @@ -128,7 +128,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) } } @FlakyTest @Presubmit @Test open fun noUncoveredRegions() { testSpec.noUncoveredRegions(testSpec.config.startRotation, Loading @@ -141,7 +141,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) testSpec.focusDoesNotChange() } @FlakyTest @Presubmit @Test open fun appLayerRotates_StartingPos() { testSpec.assertLayersStart { Loading @@ -149,7 +149,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) } } @FlakyTest @Presubmit @Test open fun appLayerRotates_EndingPos() { testSpec.assertLayersEnd { Loading tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt +2 −13 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.server.wm.flicker.rotation import android.platform.test.annotations.Postsubmit import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory Loading Loading @@ -71,13 +72,7 @@ class SeamlessAppRotationTest( super.statusBarLayerIsAlwaysVisible() } @FlakyTest(bugId = 185400889) @Test override fun noUncoveredRegions() { super.noUncoveredRegions() } @FlakyTest(bugId = 185400889) @Presubmit @Test fun appLayerAlwaysVisible() { testSpec.assertLayers { Loading @@ -95,12 +90,6 @@ class SeamlessAppRotationTest( } } @Postsubmit @Test override fun navBarWindowIsAlwaysVisible() { super.navBarWindowIsAlwaysVisible() } @Postsubmit @Test override fun visibleLayersShownMoreThanOneConsecutiveEntry() { Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/rotation/ChangeAppRotationTest.kt +4 −22 Original line number Diff line number Diff line Loading @@ -55,7 +55,7 @@ class ChangeAppRotationTest( } } @FlakyTest(bugId = 151179149) @FlakyTest(bugId = 190185577) @Test override fun focusDoesNotChange() { super.focusDoesNotChange() Loading @@ -63,12 +63,6 @@ class ChangeAppRotationTest( @Postsubmit @Test override fun noUncoveredRegions() { super.noUncoveredRegions() } @FlakyTest @Test fun screenshotLayerBecomesInvisible() { testSpec.assertLayers { this.isVisible(testApp.getPackage()) Loading @@ -81,14 +75,8 @@ class ChangeAppRotationTest( @Postsubmit @Test override fun appLayerRotates_EndingPos() { super.appLayerRotates_EndingPos() } @Postsubmit @Test override fun appLayerRotates_StartingPos() { super.appLayerRotates_StartingPos() override fun statusBarLayerRotatesScales() { super.statusBarLayerRotatesScales() } @Presubmit Loading @@ -97,18 +85,12 @@ class ChangeAppRotationTest( super.navBarWindowIsAlwaysVisible() } @Postsubmit @FlakyTest @Test override fun statusBarLayerIsAlwaysVisible() { super.statusBarLayerIsAlwaysVisible() } @Postsubmit @Test override fun statusBarWindowIsAlwaysVisible() { super.statusBarWindowIsAlwaysVisible() } companion object { private const val SCREENSHOT_LAYER = "RotationLayer" Loading
tests/FlickerTests/src/com/android/server/wm/flicker/rotation/RotationTransition.kt +4 −4 Original line number Diff line number Diff line Loading @@ -88,7 +88,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) testSpec.config.startRotation, testSpec.config.endRotation) } @FlakyTest @Presubmit @Test open fun statusBarWindowIsAlwaysVisible() { testSpec.statusBarWindowIsAlwaysVisible() Loading Loading @@ -128,7 +128,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) } } @FlakyTest @Presubmit @Test open fun noUncoveredRegions() { testSpec.noUncoveredRegions(testSpec.config.startRotation, Loading @@ -141,7 +141,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) testSpec.focusDoesNotChange() } @FlakyTest @Presubmit @Test open fun appLayerRotates_StartingPos() { testSpec.assertLayersStart { Loading @@ -149,7 +149,7 @@ abstract class RotationTransition(protected val testSpec: FlickerTestParameter) } } @FlakyTest @Presubmit @Test open fun appLayerRotates_EndingPos() { testSpec.assertLayersEnd { Loading
tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt +2 −13 Original line number Diff line number Diff line Loading @@ -17,6 +17,7 @@ package com.android.server.wm.flicker.rotation import android.platform.test.annotations.Postsubmit import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory Loading Loading @@ -71,13 +72,7 @@ class SeamlessAppRotationTest( super.statusBarLayerIsAlwaysVisible() } @FlakyTest(bugId = 185400889) @Test override fun noUncoveredRegions() { super.noUncoveredRegions() } @FlakyTest(bugId = 185400889) @Presubmit @Test fun appLayerAlwaysVisible() { testSpec.assertLayers { Loading @@ -95,12 +90,6 @@ class SeamlessAppRotationTest( } } @Postsubmit @Test override fun navBarWindowIsAlwaysVisible() { super.navBarWindowIsAlwaysVisible() } @Postsubmit @Test override fun visibleLayersShownMoreThanOneConsecutiveEntry() { Loading