commit | 8103e479d8f8447584582b2b70752029f7087776 | [log] [tgz] |
---|---|---|
author | David Srbecky <dsrbecky@google.com> | Tue Apr 28 21:36:49 2020 +0100 |
committer | David Srbecky <dsrbecky@google.com> | Thu May 07 14:45:38 2020 +0100 |
tree | 53b2be70d195b785fc1d79b6151e42925b4981fe | |
parent | 6a8f8c52da06de506b75fa524a56a30794849261 [diff] |
Remove test_per_src from ART tests. Remove test_per_src since it is not supported by atest. Replace it with gtest_isolate which is transparent to atest, and which still allows us to run tests in parallel. The size of test binaries halves (from 1GB to 0.5GB). Test run-time on host is unchanged. Test run-time on target is 4x faster (tested on walleye). Bug: 147819342 Test: m test-art-host-gtest Test: art/tools/run-gtests.sh Change-Id: Id295af00d08b24baa2e421b0f3313df0b2e56fe9