diff options
| author | Roland Levillain <rpl@google.com> | 2020-10-27 11:20:05 +0000 |
|---|---|---|
| committer | Roland Levillain <rpl@google.com> | 2020-10-27 18:02:35 +0000 |
| commit | 943f68244af76660cf1d48184f3a05534f0f248b (patch) | |
| tree | 54f2bb8ca1bea2c2133b5e717bb5992713983f2e /TEST_MAPPING | |
| parent | 8aef685736b8ec0f7edc3a78e932d7aa4a999808 (diff) | |
Move 10% of ART run-tests to test group `presubmit` in `TEST_MAPPING`.
Move a few 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%):
25 tests (10%) in `presubmit` test group;
228 tests (90%) in `postsubmit` test group.
Test: atest --test-mapping art:presubmit
Test: atest --test-mapping art:postsubmit
Bug: 152374989
Bug: 169310621
Change-Id: I3e401d0c441467b94390b678fccb0395263863c7
Diffstat (limited to 'TEST_MAPPING')
| -rw-r--r-- | TEST_MAPPING | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index 2ee85817d4..66f5780fd2 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -47,10 +47,7 @@ }, { "name": "art-run-test-014-math3" - } - ], - "postsubmit": [ - // ART run-tests. + }, { "name": "art-run-test-015-switch" }, @@ -89,7 +86,10 @@ }, { "name": "art-run-test-029-assert" - }, + } + ], + "postsubmit": [ + // ART run-tests. { "name": "art-run-test-033-class-init-deadlock" }, |
