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

Commit 670a247e authored by easoncylee's avatar easoncylee Committed by android-build-merger
Browse files

Merge "Convert apct/framework/input_method_core_test-cloud-tf to Test Mapping...

Merge "Convert apct/framework/input_method_core_test-cloud-tf to Test Mapping Suite." am: 371a8b50 am: 66ddcdea
am: 01cb83a5

Change-Id: I0f473b7f6a4ca57e0c6700ec32a753dd4088e2fe
parents 3ef13e04 01cb83a5
Loading
Loading
Loading
Loading

core/TEST_MAPPING

0 → 100644
+24 −0
Original line number Original line Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksCoreTests",
      "options": [
        {
          "include-filter": "android.view.inputmethod"
        },
        {
          "include-filter": "com.android.internal.inputmethod"
        },
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ],
      "file_patterns": [
        "core/java/com/android/internal/inputmethod/.*",
        "core/java/android/view/inputmethod/.*",
        "core/tests/coretests/src/android/view/inputmethod/.*",
        "core/tests/coretests/src/com/android/internal/inputmethod/.*"
      ]
    }
  ]
}