commit | bf8a5d8f4b0c181f38bf0f5fa270cd65140d9ff2 | [log] [tgz] |
---|---|---|
author | Alex Light <allight@google.com> | Fri Aug 30 10:17:22 2019 -0700 |
committer | Treehugger Robot <treehugger-gerrit@google.com> | Fri Aug 30 21:13:33 2019 +0000 |
tree | 98ef51eae1c870b83ca683a14583f2526adc18e9 | |
parent | ab5f4c17a86b8c808dba862db566f0ffa1146367 [diff] |
Add --all-<type> options to testrunner It is sometimes useful to test all combinations of a subset of options. This adds the ability to do so by using a '--all-<type>' option that acts like passing in every flag of the given type. For example passing `--all-gc` acts like passing `--gcstress --cms --gcverify`. Test: ./test/testrunner/testrunner.py --host --all-gc --all-compiler --host -t 001-HelloWorld Change-Id: I13662194b3ba9e2cd55d9ed2e2974d5f306d9b5c