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

Commit 17b2f4d3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "WebView: consolidate TEST_MAPPING into single config" into main

parents 2190e504 782df7ec
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
{
  // Please do not add any configs in this file. All presubmit/postsubmit test
  // configs belong in the unified TEST_MAPPING file linked below.
  "imports": [
    {
      "path": "frameworks/base/core/java/android/webkit"
    }
  ]
}
+4 −17
Original line number Diff line number Diff line
{
  "presubmit": [
  // Please do not add any configs in this file. All presubmit/postsubmit test
  // configs belong in the unified TEST_MAPPING file linked below.
  "imports": [
    {
      "name": "CtsWebkitTestCases"
    },
    {
      "name": "CtsSdkSandboxWebkitTestCases"
    },
    {
      "name": "CtsHostsideWebViewTests"
    },
    {
      "name": "GtsWebViewTestCases",
      "keywords": ["internal"],
      "options": [
        {
          "exclude-annotation": "android.test.FlakyTest"
        }
      ]
      "path": "frameworks/base/core/java/android/webkit"
    }
  ]
}
+9 −0
Original line number Diff line number Diff line
{
  // Please do not add any configs in this file. All presubmit/postsubmit test
  // configs belong in the unified TEST_MAPPING file linked below.
  "imports": [
    {
      "path": "frameworks/base/core/java/android/webkit"
    }
  ]
}
+9 −0
Original line number Diff line number Diff line
{
  // Please do not add any configs in this file. All presubmit/postsubmit test
  // configs belong in the unified TEST_MAPPING file linked below.
  "imports": [
    {
      "path": "frameworks/base/core/java/android/webkit"
    }
  ]
}