Move a few ART run-tests to the `presubmit` test group in `TEST_MAPPING`.
Move 1% of 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.
This partly reverts commit d9a7d0abcba766114d7b64311ea3aee4a66b2154.
Test: atest --test-mapping art:presubmit
Test: atest --test-mapping art:postsubmit
Bug: 152374989
Bug: 169310621
Change-Id: I9c0388f26cb4fbce5f8c2e24c3d1cd256960880d
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 3a8c976..82bf09a 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -10,16 +10,17 @@
// ART gtests.
{
"name": "ArtGtestsTarget"
- }
- ],
- "postsubmit": [
+ },
// ART run-tests.
{
"name": "art-run-test-001-HelloWorld"
},
{
"name": "art-run-test-001-Main"
- },
+ }
+ ],
+ "postsubmit": [
+ // ART run-tests.
{
"name": "art-run-test-002-sleep"
},
@@ -384,6 +385,9 @@
"name": "art-run-test-2030-long-running-child"
},
{
+ "name": "art-run-test-2037-thread-name-inherit"
+ },
+ {
"name": "art-run-test-300-package-override"
},
{