Regenerate the ART MTS definition (2022-09-22).

This change temporarily excludes all `JniCompilerTest` test cases
(from ART gtest `art_standalone_compiler_tests`) from ART MTS.

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

  $ art/test/utils/regen-test-files -m
  Generated Blueprint files for 669 ART run-tests out of 964 (69%).
  Generated TEST_MAPPING entries for 415 ART run-tests out of 964 (43%):
    415 ART run-tests (100%) in `mainline-presubmit` test group.
     22 ART gtests (95%) in `mainline-presubmit` test group.
    415 ART run-tests (100%) in `presubmit` test group.
     23 ART gtests (100%) in `presubmit` test group.
  Generated ART MTS entries for 415 ART run-tests out of 964 (43%).

(cherry picked from commit 774a9b25fa2a802efa46276c467a091ac36d952a)

Test: m mts && mts-tradefed run commandAndExit mts-art
Bug: 287598331
Bug: 247108425
Bug: 167385698
Change-Id: I624c93e94eb84aa280d70cc7e1c6aa54d2a93f65
Merged-In: I624c93e94eb84aa280d70cc7e1c6aa54d2a93f65
1 file changed
tree: 1e58f63ca1629752ed6849906febf3d60812eb71
  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