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

Commit 8b12284f authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Create initial test mapping file for WM shell flicker tests

Context: go/wm-infra-optimize

Test: atest WMShellFlickerTests
Flag: TEST_ONLY
Bug: 407018127
Change-Id: I5e0b8c1b57014cc5580e8f412c4dec8de60c5c7e
parent fb008518
Loading
Loading
Loading
Loading
+25 −0
Original line number Diff line number Diff line
{
  "wm-devices": [
    {
      "name": "WMShellFlickerTestsAppCompat-CatchAll"
    },
    {
      "name": "WMShellFlickerTestsAppCompat-OpenAppInSizeCompatModeTest"
    },
    {
      "name": "WMShellFlickerTestsAppCompat-OpenTransparentActivityTest"
    },
    {
      "name": "WMShellFlickerTestsAppCompat-QuickSwitchLauncherToLetterboxAppTest"
    },
    {
      "name": "WMShellFlickerTestsAppCompat-RepositionFixedPortraitAppTest"
    },
    {
      "name": "WMShellFlickerTestsAppCompat-RestartAppInSizeCompatModeTest"
    },
    {
      "name": "WMShellFlickerTestsAppCompat-RotateImmersiveAppInFullscreenTest"
    }
  ]
}
 No newline at end of file
+22 −0
Original line number Diff line number Diff line
{
  "wm-devices": [
    {
      "name": "WMShellFlickerTestsBubbles-CatchAll"
    },
    {
      "name": "WMShellFlickerTestsBubbles-ChangeActiveActivityFromBubbleTest"
    },
    {
      "name": "WMShellFlickerTestsBubbles-DragToDismissBubbleScreenTest"
    },
    {
      "name": "WMShellFlickerTestsBubbles-OpenActivityFromBubbleOnLocksreenTest"
    },
    {
      "name": "WMShellFlickerTestsBubbles-OpenActivityFromBubbleTest"
    },
    {
      "name": "WMShellFlickerTestsBubbles-SendBubbleNotificationTest"
    }
  ]
}
 No newline at end of file
+97 −0
Original line number Diff line number Diff line
{
  "wm-devices": [
    {
      "name": "WMShellFlickerTestsPip-CatchAll"
    },
    {
      "name": "WMShellFlickerTestsPip-AutoEnterPipOnGoToHomeTest"
    },
    {
      "name": "WMShellFlickerTestsPip-AutoEnterPipWithSourceRectHintTest"
    },
    {
      "name": "WMShellFlickerTestsPip-ClosePipBySwipingDownTest"
    },
    {
      "name": "WMShellFlickerTestsPip-ClosePipWithDismissButtonTest"
    },
    {
      "name": "WMShellFlickerTestsPip-EnterPipOnUserLeaveHintTest"
    },
    {
      "name": "WMShellFlickerTestsPip-EnterPipViaAppUiButtonTest"
    },
    {
      "name": "WMShellFlickerTestsPip-ExitPipToAppViaExpandButtonTest"
    },
    {
      "name": "WMShellFlickerTestsPip-ExitPipToAppViaIntentTest"
    },
    {
      "name": "WMShellFlickerTestsPip-ExpandPipOnDoubleClickTest"
    },
    {
      "name": "WMShellFlickerTestsPip-ExpandPipOnPinchOpenTest"
    },
    {
      "name": "WMShellFlickerTestsPip-FromSplitScreenAutoEnterPipOnGoToHomeTest"
    },
    {
      "name": "WMShellFlickerTestsPip-FromSplitScreenEnterPipOnUserLeaveHintTest"
    },
    {
      "name": "WMShellFlickerTestsPip-MovePipDownOnShelfHeightChange"
    },
    {
      "name": "WMShellFlickerTestsPip-MovePipOnImeVisibilityChangeTest"
    },
    {
      "name": "WMShellFlickerTestsPip-MovePipUpOnShelfHeightChangeTest"
    },
    {
      "name": "WMShellFlickerTestsPip-PipAspectRatioChangeTest"
    },
    {
      "name": "WMShellFlickerTestsPip-PipDragTest"
    },
    {
      "name": "WMShellFlickerTestsPip-PipDragThenSnapTest"
    },
    {
      "name": "WMShellFlickerTestsPip-PipPinchInTest"
    },
    {
      "name": "WMShellFlickerTestsPip-SetRequestedOrientationWhilePinned"
    },
    {
      "name": "WMShellFlickerTestsPip-ShowPipAndRotateDisplay"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfExitPipToAppViaExpandButtonTest"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfExitPipToAppViaIntentTest"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfAutoEnterPipOnGoToHomeTest"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfEnterPipOnUserLeaveHintTest"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfEnterPipViaAppUiButtonTest"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfEnterPipToOtherOrientation"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfSetRequestedOrientationWhilePinned"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfFromSplitScreenAutoEnterPipOnGoToHomeTest"
    },
    {
      "name": "WMShellFlickerTestsPip-BottomHalfFromSplitScreenEnterPipOnUserLeaveHintTest"
    }
  ]
}
 No newline at end of file
+14 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      // Includes all flicker configs
      "path": "frameworks/base/libs/WindowManager/Shell/tests/flicker/appcompat"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/flicker/bubble"
    },
    {
      "path": "frameworks/base/libs/WindowManager/Shell/tests/flicker/pip"
    }
  ]
}
 No newline at end of file