diff options
| author | 2018-06-19 14:18:40 +0100 | |
|---|---|---|
| committer | 2018-06-19 15:03:20 +0100 | |
| commit | ce6ed26ae9b078d7ac6782ccbc0713f25dd4932c (patch) | |
| tree | 172c175635bc53e374f0f6dafbf3636a6bf07282 | |
| parent | 47d165e4e2f11b780cb1b7a0347e7a9313467210 (diff) | |
Run ART run-tests with ASan in speed-profile mode.
Test: art/test/testrunner/run_build_test_target.py art-asan
Bug: 62448488
Change-Id: Ie470006b3249ff456ec3b40c78cfa993dd5505e2
| -rw-r--r-- | test/testrunner/target_config.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/test/testrunner/target_config.py b/test/testrunner/target_config.py index 68efcaf5a3..cc0264d898 100644 --- a/test/testrunner/target_config.py +++ b/test/testrunner/target_config.py @@ -293,10 +293,12 @@ target_config = { 'ASAN_OPTIONS' : 'detect_leaks=0' } }, + # TODO: Also exercise '--interp-ac' in 'art-asan', when b/109813469 is addressed. 'art-asan': { 'run-test' : ['--interpreter', '--optimizing', - '--jit'], + '--jit', + '--speed-profile'], 'env': { 'SANITIZE_HOST' : 'address', 'ASAN_OPTIONS' : 'detect_leaks=0' |