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

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

Merge "Add SelfTargeting test plan"

parents 765e03a5 06aa2072
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -11,6 +11,9 @@
    {
      "name": "OverlayDeviceTests"
    },
    {
      "name": "SelfTargetingOverlayDeviceTests"
    },
    {
      "name": "OverlayHostTests"
    },
@@ -35,6 +38,9 @@
        },
        {
          "include-filter": "android.content.om.cts"
        },
        {
          "include-filter": "android.content.res.loader.cts"
        }
      ]
    }
+23 −1
Original line number Diff line number Diff line
@@ -7,6 +7,28 @@
          "include-filter": "com.android.internal.content."
        }
      ]
    },
    {
      "name": "SelfTargetingOverlayDeviceTests"
    }
  ],
  "presubmit-large": [
    {
      "name": "CtsContentTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.content.om.cts"
        },
        {
          "include-filter": "android.content.res.loader.cts"
        }
      ]
    }
  ]
}
+23 −0
Original line number Diff line number Diff line
@@ -11,6 +11,29 @@
        }
      ],
      "file_patterns": ["CharsetUtils|FastData"]
    },
    {
      "name": "SelfTargetingOverlayDeviceTests",
      "file_patterns": ["Overlay"]
    }
  ],
  "presubmit-large": [
    {
      "name": "CtsContentTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.content.om.cts"
        },
        {
          "include-filter": "android.content.res.loader.cts"
        }
      ]
    }
  ]
}