Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestCannotPairNonResizeableApps.kt +6 −7 Original line number Original line Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -31,6 +29,7 @@ import com.android.wm.shell.flicker.helpers.MultiWindowHelper.Companion.setSuppo import org.junit.After import org.junit.After import org.junit.Before import org.junit.Before import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -76,23 +75,23 @@ class AppPairsTestCannotPairNonResizeableApps( resetMultiWindowConfig(instrumentation) resetMultiWindowConfig(instrumentation) } } @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @Presubmit @Ignore @Test @Test fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() @Presubmit @Ignore @Test @Test fun onlyResizeableAppWindowVisible() { fun onlyResizeableAppWindowVisible() { val nonResizeableApp = nonResizeableApp val nonResizeableApp = nonResizeableApp Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestPairPrimaryAndSecondaryApps.kt +7 −8 Original line number Original line Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -29,6 +27,7 @@ import com.android.wm.shell.flicker.appPairsDividerIsVisibleAtEnd import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -57,23 +56,23 @@ class AppPairsTestPairPrimaryAndSecondaryApps( } } } } @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() @Presubmit @Ignore @Test @Test fun bothAppWindowsVisible() { fun bothAppWindowsVisible() { testSpec.assertWmEnd { testSpec.assertWmEnd { Loading @@ -82,7 +81,7 @@ class AppPairsTestPairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test fun appsEndingBounds() { fun appsEndingBounds() { testSpec.assertLayersEnd { testSpec.assertLayersEnd { Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestSupportPairNonResizeableApps.kt +6 −7 Original line number Original line Diff line number Diff line Loading @@ -16,9 +16,7 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import android.view.Display import android.view.Display import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -33,6 +31,7 @@ import com.android.wm.shell.flicker.helpers.MultiWindowHelper.Companion.setSuppo import org.junit.After import org.junit.After import org.junit.Before import org.junit.Before import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -89,23 +88,23 @@ class AppPairsTestSupportPairNonResizeableApps( resetMultiWindowConfig(instrumentation) resetMultiWindowConfig(instrumentation) } } @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() @Presubmit @Ignore @Test @Test fun bothAppWindowVisible() { fun bothAppWindowVisible() { val nonResizeableApp = nonResizeableApp val nonResizeableApp = nonResizeableApp Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestUnpairPrimaryAndSecondaryApps.kt +8 −9 Original line number Original line Diff line number Diff line Loading @@ -17,8 +17,6 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.os.SystemClock import android.os.SystemClock import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -30,6 +28,7 @@ import com.android.wm.shell.flicker.appPairsDividerIsInvisibleAtEnd import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -65,19 +64,19 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() @Presubmit @Ignore @Test @Test fun bothAppWindowsInvisible() { fun bothAppWindowsInvisible() { testSpec.assertWmEnd { testSpec.assertWmEnd { Loading @@ -86,7 +85,7 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test fun appsStartingBounds() { fun appsStartingBounds() { testSpec.assertLayersStart { testSpec.assertLayersStart { Loading @@ -98,7 +97,7 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test fun appsEndingBounds() { fun appsEndingBounds() { testSpec.assertLayersEnd { testSpec.assertLayersEnd { Loading @@ -107,7 +106,7 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() Loading libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTransition.kt +7 −8 Original line number Original line Diff line number Diff line Loading @@ -18,9 +18,7 @@ package com.android.wm.shell.flicker.apppairs import android.app.Instrumentation import android.app.Instrumentation import android.content.Context import android.content.Context import android.platform.test.annotations.Presubmit import android.system.helpers.ActivityHelper import android.system.helpers.ActivityHelper import androidx.test.filters.FlakyTest import androidx.test.platform.app.InstrumentationRegistry import androidx.test.platform.app.InstrumentationRegistry import com.android.server.wm.flicker.FlickerBuilderProvider import com.android.server.wm.flicker.FlickerBuilderProvider import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -42,6 +40,7 @@ import com.android.wm.shell.flicker.helpers.SplitScreenHelper import com.android.wm.shell.flicker.testapp.Components import com.android.wm.shell.flicker.testapp.Components import org.junit.After import org.junit.After import org.junit.Before import org.junit.Before import org.junit.Ignore import org.junit.Test import org.junit.Test abstract class AppPairsTransition(protected val testSpec: FlickerTestParameter) { abstract class AppPairsTransition(protected val testSpec: FlickerTestParameter) { Loading Loading @@ -145,35 +144,35 @@ abstract class AppPairsTransition(protected val testSpec: FlickerTestParameter) append("$primaryApp $secondaryApp") append("$primaryApp $secondaryApp") } } @FlakyTest(bugId = 186510496) @Ignore @Test @Test open fun navBarLayerIsVisible() { open fun navBarLayerIsVisible() { testSpec.navBarLayerIsVisible() testSpec.navBarLayerIsVisible() } } @Presubmit @Ignore @Test @Test open fun statusBarLayerIsVisible() { open fun statusBarLayerIsVisible() { testSpec.statusBarLayerIsVisible() testSpec.statusBarLayerIsVisible() } } @Presubmit @Ignore @Test @Test open fun navBarWindowIsVisible() { open fun navBarWindowIsVisible() { testSpec.navBarWindowIsVisible() testSpec.navBarWindowIsVisible() } } @Presubmit @Ignore @Test @Test open fun statusBarWindowIsVisible() { open fun statusBarWindowIsVisible() { testSpec.statusBarWindowIsVisible() testSpec.statusBarWindowIsVisible() } } @Presubmit @Ignore @Test @Test open fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales() open fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales() @Presubmit @Ignore @Test @Test open fun statusBarLayerRotatesScales() = testSpec.statusBarLayerRotatesScales() open fun statusBarLayerRotatesScales() = testSpec.statusBarLayerRotatesScales() } } No newline at end of file Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestCannotPairNonResizeableApps.kt +6 −7 Original line number Original line Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -31,6 +29,7 @@ import com.android.wm.shell.flicker.helpers.MultiWindowHelper.Companion.setSuppo import org.junit.After import org.junit.After import org.junit.Before import org.junit.Before import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -76,23 +75,23 @@ class AppPairsTestCannotPairNonResizeableApps( resetMultiWindowConfig(instrumentation) resetMultiWindowConfig(instrumentation) } } @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @Presubmit @Ignore @Test @Test fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() @Presubmit @Ignore @Test @Test fun onlyResizeableAppWindowVisible() { fun onlyResizeableAppWindowVisible() { val nonResizeableApp = nonResizeableApp val nonResizeableApp = nonResizeableApp Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestPairPrimaryAndSecondaryApps.kt +7 −8 Original line number Original line Diff line number Diff line Loading @@ -16,8 +16,6 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -29,6 +27,7 @@ import com.android.wm.shell.flicker.appPairsDividerIsVisibleAtEnd import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -57,23 +56,23 @@ class AppPairsTestPairPrimaryAndSecondaryApps( } } } } @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() @Presubmit @Ignore @Test @Test fun bothAppWindowsVisible() { fun bothAppWindowsVisible() { testSpec.assertWmEnd { testSpec.assertWmEnd { Loading @@ -82,7 +81,7 @@ class AppPairsTestPairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test fun appsEndingBounds() { fun appsEndingBounds() { testSpec.assertLayersEnd { testSpec.assertLayersEnd { Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestSupportPairNonResizeableApps.kt +6 −7 Original line number Original line Diff line number Diff line Loading @@ -16,9 +16,7 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.platform.test.annotations.Presubmit import android.view.Display import android.view.Display import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -33,6 +31,7 @@ import com.android.wm.shell.flicker.helpers.MultiWindowHelper.Companion.setSuppo import org.junit.After import org.junit.After import org.junit.Before import org.junit.Before import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -89,23 +88,23 @@ class AppPairsTestSupportPairNonResizeableApps( resetMultiWindowConfig(instrumentation) resetMultiWindowConfig(instrumentation) } } @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() fun appPairsDividerIsVisibleAtEnd() = testSpec.appPairsDividerIsVisibleAtEnd() @Presubmit @Ignore @Test @Test fun bothAppWindowVisible() { fun bothAppWindowVisible() { val nonResizeableApp = nonResizeableApp val nonResizeableApp = nonResizeableApp Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTestUnpairPrimaryAndSecondaryApps.kt +8 −9 Original line number Original line Diff line number Diff line Loading @@ -17,8 +17,6 @@ package com.android.wm.shell.flicker.apppairs package com.android.wm.shell.flicker.apppairs import android.os.SystemClock import android.os.SystemClock import android.platform.test.annotations.Presubmit import androidx.test.filters.FlakyTest import androidx.test.filters.RequiresDevice import androidx.test.filters.RequiresDevice import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerParametersRunnerFactory import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -30,6 +28,7 @@ import com.android.wm.shell.flicker.appPairsDividerIsInvisibleAtEnd import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import com.android.wm.shell.flicker.helpers.AppPairsHelper.Companion.waitAppsShown import org.junit.FixMethodOrder import org.junit.FixMethodOrder import org.junit.Ignore import org.junit.Test import org.junit.Test import org.junit.runner.RunWith import org.junit.runner.RunWith import org.junit.runners.MethodSorters import org.junit.runners.MethodSorters Loading Loading @@ -65,19 +64,19 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales() @FlakyTest(bugId = 206753786) @Ignore @Test @Test override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() override fun statusBarLayerRotatesScales() = super.statusBarLayerRotatesScales() @Presubmit @Ignore @Test @Test fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() fun appPairsDividerIsInvisibleAtEnd() = testSpec.appPairsDividerIsInvisibleAtEnd() @Presubmit @Ignore @Test @Test fun bothAppWindowsInvisible() { fun bothAppWindowsInvisible() { testSpec.assertWmEnd { testSpec.assertWmEnd { Loading @@ -86,7 +85,7 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test fun appsStartingBounds() { fun appsStartingBounds() { testSpec.assertLayersStart { testSpec.assertLayersStart { Loading @@ -98,7 +97,7 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @FlakyTest @Ignore @Test @Test fun appsEndingBounds() { fun appsEndingBounds() { testSpec.assertLayersEnd { testSpec.assertLayersEnd { Loading @@ -107,7 +106,7 @@ class AppPairsTestUnpairPrimaryAndSecondaryApps( } } } } @Presubmit @Ignore @Test @Test override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() override fun navBarLayerIsVisible() = super.navBarLayerIsVisible() Loading
libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/apppairs/AppPairsTransition.kt +7 −8 Original line number Original line Diff line number Diff line Loading @@ -18,9 +18,7 @@ package com.android.wm.shell.flicker.apppairs import android.app.Instrumentation import android.app.Instrumentation import android.content.Context import android.content.Context import android.platform.test.annotations.Presubmit import android.system.helpers.ActivityHelper import android.system.helpers.ActivityHelper import androidx.test.filters.FlakyTest import androidx.test.platform.app.InstrumentationRegistry import androidx.test.platform.app.InstrumentationRegistry import com.android.server.wm.flicker.FlickerBuilderProvider import com.android.server.wm.flicker.FlickerBuilderProvider import com.android.server.wm.flicker.FlickerTestParameter import com.android.server.wm.flicker.FlickerTestParameter Loading @@ -42,6 +40,7 @@ import com.android.wm.shell.flicker.helpers.SplitScreenHelper import com.android.wm.shell.flicker.testapp.Components import com.android.wm.shell.flicker.testapp.Components import org.junit.After import org.junit.After import org.junit.Before import org.junit.Before import org.junit.Ignore import org.junit.Test import org.junit.Test abstract class AppPairsTransition(protected val testSpec: FlickerTestParameter) { abstract class AppPairsTransition(protected val testSpec: FlickerTestParameter) { Loading Loading @@ -145,35 +144,35 @@ abstract class AppPairsTransition(protected val testSpec: FlickerTestParameter) append("$primaryApp $secondaryApp") append("$primaryApp $secondaryApp") } } @FlakyTest(bugId = 186510496) @Ignore @Test @Test open fun navBarLayerIsVisible() { open fun navBarLayerIsVisible() { testSpec.navBarLayerIsVisible() testSpec.navBarLayerIsVisible() } } @Presubmit @Ignore @Test @Test open fun statusBarLayerIsVisible() { open fun statusBarLayerIsVisible() { testSpec.statusBarLayerIsVisible() testSpec.statusBarLayerIsVisible() } } @Presubmit @Ignore @Test @Test open fun navBarWindowIsVisible() { open fun navBarWindowIsVisible() { testSpec.navBarWindowIsVisible() testSpec.navBarWindowIsVisible() } } @Presubmit @Ignore @Test @Test open fun statusBarWindowIsVisible() { open fun statusBarWindowIsVisible() { testSpec.statusBarWindowIsVisible() testSpec.statusBarWindowIsVisible() } } @Presubmit @Ignore @Test @Test open fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales() open fun navBarLayerRotatesAndScales() = testSpec.navBarLayerRotatesAndScales() @Presubmit @Ignore @Test @Test open fun statusBarLayerRotatesScales() = testSpec.statusBarLayerRotatesScales() open fun statusBarLayerRotatesScales() = testSpec.statusBarLayerRotatesScales() } } No newline at end of file