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
2 files changed