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

Commit 66ddcdea 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 Suite."

am: 371a8b50

Change-Id: I9e77a01b90b8fa2c5a531d58c0d9daa140b962b8
parents 4eed4ccc 371a8b50
Loading
Loading
Loading
Loading

core/TEST_MAPPING

0 → 100644
+24 −0
Original line number 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/.*"
      ]
    }
  ]
}