summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2021-02-17 14:49:07 +0000
committerRoland Levillain <rpl@google.com>2021-02-18 12:35:36 +0000
commit18af6447e5963265f6e7e61d6630064f66891f94 (patch)
tree7ddd4b9fac275a9a2c6d29caa737cc22718dcb93 /TEST_MAPPING
parent9f9c0072e25656b0dde1662a8681aca8a93ffc29 (diff)
Move 50% of ART run-tests to test group `presubmit` in `TEST_MAPPING`.
Move some more ART run-tests from the `postsubmit` test group to the `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 ouf of 918 (67%). Generated TEST_MAPPING entries for 256 ART run-tests ouf of 918 (27%): 128 tests (50%) in `presubmit` test group; 128 tests (50%) in `postsubmit` test group. Test: atest --test-mapping art:presubmit Test: atest --test-mapping art:postsubmit Bug: 152374989 Bug: 169310621 Change-Id: I3660f22987373b16e9306967876fe2ed229cdaab
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING8
1 files changed, 4 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 245369ec70..0b198ee541 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -209,9 +209,7 @@
},
{
"name": "art-run-test-092-locale"
- }
- ],
- "postsubmit": [
+ },
{
"name": "art-run-test-093-serialization"
},
@@ -403,7 +401,9 @@
},
{
"name": "art-run-test-401-optimizing-compiler"
- },
+ }
+ ],
+ "postsubmit": [
{
"name": "art-run-test-402-optimizing-control-flow"
},