summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2021-02-18 18:53:46 +0000
committerRoland Levillain <rpl@google.com>2021-02-23 16:28:39 +0000
commit0d768f126f6d9bae75614ea1d62776d166403cee (patch)
treedc0a79dab2c05d6ff429f7fa1de0beb163f02ad0 /TEST_MAPPING
parent1214319d27e7fb4c4ff00b39799df6f15288098a (diff)
Put 5% of ART run-tests in `TEST_MAPPING` group `mainline-presubmit`.
Include more ART run-tests into the `mainline-presubmit` test group. This progressive rollout is to make sure introducing ART run-tests to this test group won't disturb/break Android presubmits. Output of `art/test/utils/regen-test-files`: $ art/test/utils/regen-test-files Generated Blueprint files for 621 ART run-tests out of 918 (67%). Generated TEST_MAPPING entries for 256 ART run-tests out of 918 (27%): 12 tests (5%) in `mainline-presubmit` test group. 128 tests (50%) in `presubmit` test group. 128 tests (50%) in `postsubmit` test group. Also make some stylistic changes (e.g. use list comprehensions instead of `map()` and `lambda`; use parentheses for implied line continuation instead of escaping line breaks with backslashes). Test: atest --test-mapping art:mainline-presubmit Bug: 178703264 Bug: 152374989 Change-Id: I25950b02fbd3a1cbd4193a5f7b87f8b3867bd16b
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING33
1 files changed, 33 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 0b198ee541..6935bb46a4 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -3,6 +3,39 @@
"mainline-presubmit": [
{
"name": "art-run-test-001-HelloWorld[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-001-Main[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-002-sleep[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-004-InterfaceTest[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-006-args[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-007-count10[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-009-instanceof[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-010-instance[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-011-array-copy[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-012-math[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-013-math2[com.google.android.art.apex]"
+ },
+ {
+ "name": "art-run-test-014-math3[com.google.android.art.apex]"
}
],
"presubmit": [