summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
diff options
context:
space:
mode:
authorRoland Levillain <rpl@google.com>2020-11-04 19:43:05 +0000
committerRoland Levillain <rpl@google.com>2020-11-05 15:47:22 +0000
commit5a19854c682a994729f704806d6c0de1de349631 (patch)
treea21d4c3ea80a260c7d92d5fe3b1211102b4b6921 /TEST_MAPPING
parent94d2c81caaa0a7155b0ec45ac2bd55247a50fb9a (diff)
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
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r--TEST_MAPPING10
1 files changed, 5 insertions, 5 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 66f5780fd2..281a440491 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"
},