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

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

Merge "Add missing camera tests as flaky"

parents e5decf80 c00a3e07
Loading
Loading
Loading
Loading
+20 −0
Original line number Original line Diff line number Diff line
@@ -24,6 +24,7 @@ import com.android.server.wm.flicker.helpers.isShellTransitionsEnabled
import org.junit.Assume
import org.junit.Assume
import org.junit.Before
import org.junit.Before
import org.junit.FixMethodOrder
import org.junit.FixMethodOrder
import org.junit.Test
import org.junit.runner.RunWith
import org.junit.runner.RunWith
import org.junit.runners.MethodSorters
import org.junit.runners.MethodSorters
import org.junit.runners.Parameterized
import org.junit.runners.Parameterized
@@ -47,96 +48,115 @@ class OpenAppAfterCameraTest_ShellTransit(testSpec: FlickerTestParameter) :
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun appLayerReplacesLauncher() {
    override fun appLayerReplacesLauncher() {
        super.appLayerReplacesLauncher()
        super.appLayerReplacesLauncher()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun appLayerBecomesVisible() {
    override fun appLayerBecomesVisible() {
        super.appLayerBecomesVisible()
        super.appLayerBecomesVisible()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun appWindowBecomesTopWindow() {
    override fun appWindowBecomesTopWindow() {
        super.appWindowBecomesTopWindow()
        super.appWindowBecomesTopWindow()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun appWindowBecomesVisible() {
    override fun appWindowBecomesVisible() {
        super.appWindowBecomesVisible()
        super.appWindowBecomesVisible()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun appWindowIsTopWindowAtEnd() {
    override fun appWindowIsTopWindowAtEnd() {
        super.appWindowIsTopWindowAtEnd()
        super.appWindowIsTopWindowAtEnd()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun appWindowReplacesLauncherAsTopWindow() {
    override fun appWindowReplacesLauncherAsTopWindow() {
        super.appWindowReplacesLauncherAsTopWindow()
        super.appWindowReplacesLauncherAsTopWindow()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun entireScreenCovered() {
    override fun entireScreenCovered() {
        super.entireScreenCovered()
        super.entireScreenCovered()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun navBarLayerIsVisibleAtStartAndEnd() {
    override fun navBarLayerIsVisibleAtStartAndEnd() {
        super.navBarLayerIsVisibleAtStartAndEnd()
        super.navBarLayerIsVisibleAtStartAndEnd()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun navBarLayerPositionAtStartAndEnd() {
    override fun navBarLayerPositionAtStartAndEnd() {
        super.navBarLayerPositionAtStartAndEnd()
        super.navBarLayerPositionAtStartAndEnd()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun navBarWindowIsAlwaysVisible() {
    override fun navBarWindowIsAlwaysVisible() {
        super.navBarWindowIsAlwaysVisible()
        super.navBarWindowIsAlwaysVisible()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun statusBarLayerIsVisibleAtStartAndEnd() {
    override fun statusBarLayerIsVisibleAtStartAndEnd() {
        super.statusBarLayerIsVisibleAtStartAndEnd()
        super.statusBarLayerIsVisibleAtStartAndEnd()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun statusBarLayerPositionAtStartAndEnd() {
    override fun statusBarLayerPositionAtStartAndEnd() {
        super.statusBarLayerPositionAtStartAndEnd()
        super.statusBarLayerPositionAtStartAndEnd()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun statusBarWindowIsAlwaysVisible() {
    override fun statusBarWindowIsAlwaysVisible() {
        super.statusBarWindowIsAlwaysVisible()
        super.statusBarWindowIsAlwaysVisible()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun taskBarLayerIsVisibleAtStartAndEnd() {
    override fun taskBarLayerIsVisibleAtStartAndEnd() {
        super.taskBarLayerIsVisibleAtStartAndEnd()
        super.taskBarLayerIsVisibleAtStartAndEnd()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun taskBarWindowIsAlwaysVisible() {
    override fun taskBarWindowIsAlwaysVisible() {
        super.taskBarWindowIsAlwaysVisible()
        super.taskBarWindowIsAlwaysVisible()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() {
    override fun visibleLayersShownMoreThanOneConsecutiveEntry() {
        super.visibleLayersShownMoreThanOneConsecutiveEntry()
        super.visibleLayersShownMoreThanOneConsecutiveEntry()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
    override fun visibleWindowsShownMoreThanOneConsecutiveEntry() {
        super.visibleWindowsShownMoreThanOneConsecutiveEntry()
        super.visibleWindowsShownMoreThanOneConsecutiveEntry()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun focusChanges() {
    override fun focusChanges() {
        super.focusChanges()
        super.focusChanges()
    }
    }


    @FlakyTest
    @FlakyTest
    @Test
    override fun appWindowAsTopWindowAtEnd() {
    override fun appWindowAsTopWindowAtEnd() {
        super.appWindowAsTopWindowAtEnd()
        super.appWindowAsTopWindowAtEnd()
    }
    }