Regenerate the ART MTS definition (2024-11-01).

This change adds the following tests to ART MTS:

* `art-run-test-2282-checker-always-throws-try-catch`
* `art-run-test-2283-checker-remove-null-check`

Output of `art/test/utils/regen-test-files -m`:

  $ art/test/utils/regen-test-files -m
  Generated Blueprint files for 749 ART run-tests out of 1064 (70%).
  Generated TEST_MAPPING entries for 467 ART run-tests out of 1064 (43%):
    463 ART run-tests (99%) in `art-mainline-presubmit` test group.
    463 ART run-tests (99%) in `mainline-presubmit` test group.
    463 ART run-tests (99%) in `presubmit` test group.
      4 ART run-tests (0%) in `postsubmit` test group.
     25 ART gtests (96%) in `mainline-presubmit` test group.
     25 ART gtests (96%) in `presubmit` test group.
      1 ART gtests (3%) in `postsubmit` test group.
    Note: Tests in `*presubmit` test groups are executed in pre- and
          post-submit test runs. Tests in the `postsubmit` test group
          are only executed in post-submit test runs.
  Generated ART MTS entries for 467 ART run-tests out of 1064 (43%).

Test: m mts && mts-tradefed run commandAndExit mts-art
Test: m mts && mts-tradefed run commandAndExit mts-art-shard-00
Bug: 167385698
Change-Id: I986fd48ac36b70fb808fb7113aacfb17f0451af1
1 file changed
tree: 4368296c8edbb35e4ac81744a7a6e7437a4edf91
  1. tools/
  2. OWNERS
  3. README.md
README.md

Android Mainline Test Suite (MTS)

MTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of a mainline train (i.e. a set of mainline modules).

MTS has mainly three types of tests:

  • Unit tests
  • CTS tests
  • GTS tests

//TODO: add user manual