Regenerate the ART MTS definition (2024-07-12).

This change adds the following test to ART MTS:

* `art-run-test-2278-nested-loops`

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

  $ art/test/utils/regen-test-files -m
  Generated Blueprint files for 742 ART run-tests out of 1038 (71%).
  Generated TEST_MAPPING entries for 460 ART run-tests out of 1038 (44%):
    455 ART run-tests (98%) in `art-mainline-presubmit` test group.
    455 ART run-tests (98%) in `mainline-presubmit` test group.
    455 ART run-tests (98%) in `presubmit` test group.
      5 ART run-tests (1%) in `postsubmit` test group.
     24 ART gtests (100%) in `mainline-presubmit` test group.
     24 ART gtests (100%) in `presubmit` test group.
      0 ART gtests (0%) in `presubmit` 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 460 ART run-tests out of 1038 (44%).

Flag: TEST_ONLY
Test: m mts && mts-tradefed run commandAndExit mts-art
Test: m mts && mts-tradefed run commandAndExit mts-art-shard-00
Bug: 167385698
Change-Id: I4ce3ec49a6ad8028028b7d89f348c96fe20c6e04
1 file changed
tree: 4721b5d07a50edae813b88c8820e5474598effa2
  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