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

Commit 250f2f5b authored by Nataniel Borges's avatar Nataniel Borges Committed by Android (Google) Code Review
Browse files

Merge "Create initial test mapping file for WM shell flicker tests" into main

parents 02cfe98d 8b12284f
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