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

Commit efec63f9 authored by Naomi Musgrave's avatar Naomi Musgrave
Browse files

[MediaProjection] Test mapping runs CTS

Bug: 265302522
Test: atest --test-mapping media/java/android/media/projection:presubmit
Test: atest --test-mapping services/core/java/com/android/server/media/projection:presubmit

Change-Id: I589595e7a26a8c020e0a83c74391416d3a7612a3
parent 718e1dbf
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -13,6 +13,20 @@
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsMediaProjectionTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}
+17 −1
Original line number Diff line number Diff line
@@ -42,7 +42,23 @@
        },
        {
            "name": "BinaryTransparencyHostTest",
            "file_patterns": ["BinaryTransparencyService\\.java"]
            "file_patterns": [
                "BinaryTransparencyService\\.java"
            ]
        },
        {
            "name": "CtsMediaProjectionTestCases",
            "options": [
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation": "org.junit.Ignore"
                }
            ]
        }
    ],
    "presubmit-large": [
+14 −0
Original line number Diff line number Diff line
@@ -16,6 +16,20 @@
                {"exclude-annotation": "androidx.test.filters.FlakyTest"},
                {"exclude-annotation": "org.junit.Ignore"}
            ]
        },
        {
            "name": "CtsMediaProjectionTestCases",
            "options": [
                {
                    "exclude-annotation": "android.platform.test.annotations.FlakyTest"
                },
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                },
                {
                    "exclude-annotation": "org.junit.Ignore"
                }
            ]
        }
    ]
}
 No newline at end of file
+14 −0
Original line number Diff line number Diff line
@@ -13,6 +13,20 @@
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    },
    {
      "name": "CtsMediaProjectionTestCases",
      "options": [
        {
          "exclude-annotation": "android.platform.test.annotations.FlakyTest"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        }
      ]
    }
  ]
}