Fix none.d8.Art370_dex_v37Test test specification:

- it does not fail on the subsequent R8 step on older VMs
- Distinguish between test specifications R8, R8_AFTER_D8 and
  R8_NOT_AFTER_D8

Bug:
Change-Id: I1c8b929c7b19ae78b8c0345c0167aa031525c17b
5 files changed
tree: 3bf980a48e2513373c1e4cdc4ae0543d098e0741
  1. buildSrc/
  2. scripts/
  3. src/
  4. tests/
  5. third_party/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. codereview.settings
  11. CONTRIBUTING.md
  12. copyAdditionalJctfCommonFiles.gradle
  13. LICENSE
  14. README.md
README.md

The R8 repo contains two tools.

  1. D8 is a dexer that converts java byte code to dex code.

  2. R8 is a java program shrinking and minification tool.