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

Commit b91d06bc authored by Ming-Shin Lu's avatar Ming-Shin Lu
Browse files

Add TEST_MAPPING file for FrameworkInputMethodSystemServerTests

To ensure FrameworkInputMethodSystemServerTests will be included in
presubmit tests and able to demote tests with FlakyTest/Ignore
annotation.

Also import this new TEST_MAPPING file path into IMF server
side's TEST_MAPPING file to ensure tests will be triggered when
modifying files in IMF server package.

Bug: 240359838
Test: atest FrameworkInputMethodSystemServerTests
Change-Id: Ia3594fddce01d822330b28571960e41f0de2d376
parent 90e116e5
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -2,6 +2,9 @@
 "imports": [
    {
      "path": "frameworks/base/core/java/android/view/inputmethod"
    },
    {
      "path": "frameworks/base/services/tests/InputMethodSystemServerTests"
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksInputMethodSystemServerTests",
      "options": [
        {"include-filter": "com.android.server.inputmethod"},
        {"exclude-annotation": "android.platform.test.annotations.FlakyTest"},
        {"exclude-annotation": "androidx.test.filters.FlakyTest"},
        {"exclude-annotation": "org.junit.Ignore"}
      ]
    }
  ]
}