summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2020-10-07 11:58:13 +0100
committerRoland Levillain <rpl@google.com>2020-10-13 11:13:05 +0000
commit5c5ed3025f1a7cda51abe87319c42f5b002bf189 (patch)
tree0962a9456d81350d37464c0a6a83415aa8ddffb0 /TEST_MAPPING
parent11e6fead40e3db9be2924120961d8f81e3d83370 (diff)
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
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING12
1 files changed, 8 insertions, 4 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 3a8c9763b6..82bf09a377 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"
},
{