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

Commit 782df7ec authored by Nate Fischer's avatar Nate Fischer
Browse files

WebView: consolidate TEST_MAPPING into single config

No change to logic, only test mapping changes. This moves all WebView
folders to use a single consolidated TEST_MAPPING config, across both
our production code and our test code. The goal is to make sure that
when we change any WebView-related code, we need to run the full suite
of WebView tests to make sure our code is still bug-free.

Bug: 419303926
Test: repo upload (check the automated test runs)
Flag: TEST_ONLY
Change-Id: I37c83c1517211ad1587574deefe18c0c895173ab
parent 4834bdaa
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"
    }
  ]
}