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

Commit cf37df74 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Promote/demote flicker tests"

parents eafe89b2 12e300d4
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -16,7 +16,6 @@


package com.android.wm.shell.flicker.apppairs
package com.android.wm.shell.flicker.apppairs


import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.Presubmit
import androidx.test.filters.FlakyTest
import androidx.test.filters.FlakyTest
import androidx.test.filters.RequiresDevice
import androidx.test.filters.RequiresDevice
@@ -68,7 +67,7 @@ class AppPairsTestPairPrimaryAndSecondaryApps(
    @Test
    @Test
    override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales()
    override fun navBarLayerRotatesAndScales() = super.navBarLayerRotatesAndScales()


    @Postsubmit
    @Presubmit
    @Test
    @Test
    override fun statusBarLayerRotatesScales() {
    override fun statusBarLayerRotatesScales() {
        // This test doesn't work in shell transitions because of b/206753786
        // This test doesn't work in shell transitions because of b/206753786
+3 −4
Original line number Original line Diff line number Diff line
@@ -16,7 +16,6 @@


package com.android.wm.shell.flicker.pip
package com.android.wm.shell.flicker.pip


import android.platform.test.annotations.Postsubmit
import android.platform.test.annotations.Presubmit
import android.platform.test.annotations.Presubmit
import android.view.Surface
import android.view.Surface
import androidx.test.filters.FlakyTest
import androidx.test.filters.FlakyTest
@@ -96,7 +95,7 @@ class SetRequestedOrientationWhilePinnedTest(
        super.statusBarLayerRotatesScales()
        super.statusBarLayerRotatesScales()
    }
    }


    @Postsubmit
    @Presubmit
    @Test
    @Test
    fun pipWindowInsideDisplay() {
    fun pipWindowInsideDisplay() {
        testSpec.assertWmStart {
        testSpec.assertWmStart {
@@ -112,7 +111,7 @@ class SetRequestedOrientationWhilePinnedTest(
        }
        }
    }
    }


    @Postsubmit
    @Presubmit
    @Test
    @Test
    fun pipLayerInsideDisplay() {
    fun pipLayerInsideDisplay() {
        testSpec.assertLayersStart {
        testSpec.assertLayersStart {
@@ -126,7 +125,7 @@ class SetRequestedOrientationWhilePinnedTest(
        this.isAppWindowVisible(pipApp.component)
        this.isAppWindowVisible(pipApp.component)
    }
    }


    @Postsubmit
    @Presubmit
    @Test
    @Test
    fun pipAppLayerCoversFullScreen() {
    fun pipAppLayerCoversFullScreen() {
        testSpec.assertLayersEnd {
        testSpec.assertLayersEnd {