Clean up more test configurations (Part 1).

- Start to "rename" some configurations: make copies of these
  configurations under new names and tag the original
  configurations as to be deleted later (in a follow-up
  change), when they are no longer used:
  - Copy art-interpreter-gcstress as art-interpreter-gcstress-gcverify.
  - Copy art-optimizing-gcstress as art-optimizing-gcstress-gcverify.
  - Copy art-optimizing-gcstress as art-jit-gcstress-gcverify.
  - Copy art-read-barrier as art-read-barrier-heap-poisoning.
- Remove the following configurations, as they are disabled on
  our continuous testing infrastructure:
  - art-no-dex2oat
  - art-relocate-no-patchoat
- Tag the following configurations for a later removal:
  - art-read-barrier-gcstress
- Tag the following configurations for a potential later removal:
  - art-ss-gc
  - art-ss-gc-tlab
  - art-gtest-ss-gc
  - art-gtest-ss-gc-tlab
  - art-gss-gc
  - art-gss-gc-tlab
  - art-gtest-gss-gc
  - art-gtest-gss-gc-tlab

Also fix the indentation of the configuration file.

Test: art/test/testrunner/run_build_test_target.py art-interpreter-gcstress-gcverify
Test: art/test/testrunner/run_build_test_target.py art-optimizing-gcstress-gcverify
Test: art/test/testrunner/run_build_test_target.py art-jit-gcstress-gcverify
Test: art/test/testrunner/run_build_test_target.py art-read-barrier-heap-poisoning
Bug: 62611253
Change-Id: I91f99c3af78fdce276c7acbe2fe7b64154d9249d
1 file changed