From f786060bce53922e28957ecdc2d05f7e949a15d7 Mon Sep 17 00:00:00 2001 From: easoncylee Date: Wed, 27 Nov 2019 12:25:09 +0800 Subject: [PATCH] Convert apct/framework/input_method_core_test-cloud-tf to Test Mapping Suite. This CL is to convert CF presubmit tests to run in Test Mapping suite. It has been verified that the test coverage is the same as the original ATP config. Bug: 145165552 Test: TreeHugger atest FrameworksCoreTests Change-Id: I16582332da442a0c587c89ab7b8b400e8ebdf061 --- core/TEST_MAPPING | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 core/TEST_MAPPING diff --git a/core/TEST_MAPPING b/core/TEST_MAPPING new file mode 100644 index 0000000000000..fd571c95f568a --- /dev/null +++ b/core/TEST_MAPPING @@ -0,0 +1,24 @@ +{ + "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/.*" + ] + } + ] +}