diff options
-rw-r--r-- | core/java/android/content/pm/TEST_MAPPING | 10 | ||||
-rw-r--r-- | core/java/android/util/apk/TEST_MAPPING | 4 | ||||
-rw-r--r-- | services/core/java/com/android/server/pm/TEST_MAPPING | 4 | ||||
-rw-r--r-- | services/incremental/TEST_MAPPING | 4 |
4 files changed, 14 insertions, 8 deletions
diff --git a/core/java/android/content/pm/TEST_MAPPING b/core/java/android/content/pm/TEST_MAPPING index 6419f8c6f0d9..7e30157865f0 100644 --- a/core/java/android/content/pm/TEST_MAPPING +++ b/core/java/android/content/pm/TEST_MAPPING @@ -114,7 +114,9 @@ "exclude-annotation":"org.junit.Ignore" } ] - }, + } + ], + "presubmit-large":[ { "name":"CtsPackageManagerTestCases", "options":[ @@ -125,9 +127,7 @@ "exclude-annotation":"org.junit.Ignore" } ] - } - ], - "presubmit-large":[ + }, { "name":"CtsUsesNativeLibraryTest", "options":[ @@ -164,4 +164,4 @@ "name":"CtsInstallHostTestCases" } ] -}
\ No newline at end of file +} diff --git a/core/java/android/util/apk/TEST_MAPPING b/core/java/android/util/apk/TEST_MAPPING index a3a86fdb4b82..7668eec474ab 100644 --- a/core/java/android/util/apk/TEST_MAPPING +++ b/core/java/android/util/apk/TEST_MAPPING @@ -7,7 +7,9 @@ "include-filter": "android.util.apk.SourceStampVerifierTest" } ] - }, + } + ], + "presubmit-large": [ { "name": "CtsPackageManagerTestCases", "options": [ diff --git a/services/core/java/com/android/server/pm/TEST_MAPPING b/services/core/java/com/android/server/pm/TEST_MAPPING index e2bbaffe5058..4ba174d28482 100644 --- a/services/core/java/com/android/server/pm/TEST_MAPPING +++ b/services/core/java/com/android/server/pm/TEST_MAPPING @@ -102,7 +102,9 @@ "include-filter": "android.appsecurity.cts.EphemeralTest#testGetSearchableInfo" } ] - }, + } + ], + "presubmit-large":[ { "name": "CtsPackageManagerTestCases", "options": [ diff --git a/services/incremental/TEST_MAPPING b/services/incremental/TEST_MAPPING index d32364d8dcf8..a4d3bb74a047 100644 --- a/services/incremental/TEST_MAPPING +++ b/services/incremental/TEST_MAPPING @@ -22,7 +22,9 @@ }, { "name": "CtsInstalledLoadingProgressHostTests" - }, + } + ], + "presubmit-large": [ { "name": "CtsPackageManagerTestCases", "options": [ |