Move 25% 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 616 ART run-tests ouf of 909 (67%).
Generated TEST_MAPPING entries for 253 ART run-tests ouf of 909 (27%):
63 tests (25%) in `presubmit` test group;
190 tests (75%) in `postsubmit` test group.
Test: atest --test-mapping art:presubmit
Test: atest --test-mapping art:postsubmit
Bug: 152374989
Bug: 169310621
Change-Id: I69966c39b0d67181149a08adf7d0982e394f7aad
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 66f5780..281a440 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -86,10 +86,7 @@
},
{
"name": "art-run-test-029-assert"
- }
- ],
- "postsubmit": [
- // ART run-tests.
+ },
{
"name": "art-run-test-033-class-init-deadlock"
},
@@ -203,7 +200,10 @@
},
{
"name": "art-run-test-090-loop-formation"
- },
+ }
+ ],
+ "postsubmit": [
+ // ART run-tests.
{
"name": "art-run-test-092-locale"
},