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

Commit 32ef9c38 authored by Nataniel Borges's avatar Nataniel Borges
Browse files

Remove test cases that have been removed from source code.

`CameraCompatFreeformPolicyTests` and `DisplayRotationCompatPolicyTests` have
been removed from source code, clean up the corresponding test setup.

Fix https://android-build.corp.google.com/test_investigate/invocation/I39700010428139257/test/TR85329833202670510/

Bug: 311643481
Test: N/A
Flag: TEST_ONLY
Change-Id: I77ab52202953e4965ce96310dfabc5f41219012e
parent ab1328a3
Loading
Loading
Loading
Loading
+1 −16
Original line number Diff line number Diff line
@@ -227,7 +227,7 @@ test_module_config {
        "com.android.server.wm.BackgroundActivityStartControllerLogTests",
        "com.android.server.wm.BackgroundActivityStartControllerTests",
        "com.android.server.wm.BackgroundLaunchProcessControllerTests",
        "com.android.server.wm.CameraCompatFreeformPolicyTests",

        "com.android.server.wm.CameraIdAppPairsSetTests",
        "com.android.server.wm.CameraIdPackageNameBiMappingTests",
        "com.android.server.wm.CameraStateMonitorTests",
@@ -256,7 +256,6 @@ test_module_config {
        "com.android.server.wm.DisplayPolicyInsetsTests",
        "com.android.server.wm.DisplayPolicyLayoutTests",
        "com.android.server.wm.DisplayPolicyTests",
        "com.android.server.wm.DisplayRotationCompatPolicyTests",
        "com.android.server.wm.DisplayRotationCoordinatorTests",
        "com.android.server.wm.DisplayRotationImmersiveAppCompatPolicyTests",
        "com.android.server.wm.DisplayRotationReversionControllerTests",
@@ -710,13 +709,6 @@ test_module_config {
    include_filters: ["com.android.server.wm.BackgroundLaunchProcessControllerTests"],
}

test_module_config {
    name: "WmTests-wm-CameraCompatFreeformPolicyTests",
    base: "WmTests",
    test_suites: ["device-tests"],
    include_filters: ["com.android.server.wm.CameraCompatFreeformPolicyTests"],
}

test_module_config {
    name: "WmTests-wm-CameraIdAppPairsSetTests",
    base: "WmTests",
@@ -913,13 +905,6 @@ test_module_config {
    include_filters: ["com.android.server.wm.DisplayPolicyTests"],
}

test_module_config {
    name: "WmTests-wm-DisplayRotationCompatPolicyTests",
    base: "WmTests",
    test_suites: ["device-tests"],
    include_filters: ["com.android.server.wm.DisplayRotationCompatPolicyTests"],
}

test_module_config {
    name: "WmTests-wm-DisplayRotationCoordinatorTests",
    base: "WmTests",
+0 −6
Original line number Diff line number Diff line
@@ -156,9 +156,6 @@
    {
      "name": "WmTests-wm-BackgroundLaunchProcessControllerTests"
    },
    {
      "name": "WmTests-wm-CameraCompatFreeformPolicyTests"
    },
    {
      "name": "WmTests-wm-CameraIdAppPairsSetTests"
    },
@@ -243,9 +240,6 @@
    {
      "name": "WmTests-wm-DisplayPolicyTests"
    },
    {
      "name": "WmTests-wm-DisplayRotationCompatPolicyTests"
    },
    {
      "name": "WmTests-wm-DisplayRotationCoordinatorTests"
    },