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

Commit 911b9a38 authored by Daniel Norman's avatar Daniel Norman Committed by Android (Google) Code Review
Browse files

Merge "Refreshes Accessibility core & service TEST_MAPPING files."

parents 8a7e7ddd 4231cfeb
Loading
Loading
Loading
Loading
+2 −21
Original line number Diff line number Diff line
{
  "presubmit": [
  "imports": [
    {
      "name": "CtsAccessibilityServiceTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsAccessibilityServiceSdk29TestCases"
    },
    {
      "name": "CtsAccessibilityServiceTestCases"
    },
    {
      "name": "CtsAccessibilityTestCases"
      "path": "frameworks/base/services/accessibility/TEST_MAPPING"
    }
  ]
}
+2 −51
Original line number Diff line number Diff line
{
  "presubmit": [
  "imports": [
    {
      "name": "CtsAccessibilityServiceTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "CtsUiAutomationTestCases",
      "options": [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.support.test.filters.FlakyTest"
        }
      ]
    },
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.view.accessibility"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "CtsAccessibilityServiceSdk29TestCases"
    },
    {
      "name": "CtsAccessibilityServiceTestCases"
    },
    {
      "name": "CtsUiAutomationTestCases"
    },
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.view.accessibility"
        }
      ]
      "path": "frameworks/base/services/accessibility/TEST_MAPPING"
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/base/services/accessibility/TEST_MAPPING"
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/base/services/accessibility/TEST_MAPPING"
    }
  ]
}
+7 −0
Original line number Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/base/services/accessibility/TEST_MAPPING"
    }
  ]
}
Loading