diff options
| author | 2018-06-19 16:14:48 +0000 | |
|---|---|---|
| committer | 2018-06-19 16:14:48 +0000 | |
| commit | a53cf8740d72fda0cb8e973f4df64f9ec4b9e8d6 (patch) | |
| tree | fcd69c28fd70229fcccb56c8bc05134f780bfc53 | |
| parent | b63d8d1210b7fae2f8368419fa8777a98861fbc9 (diff) | |
| parent | ce6ed26ae9b078d7ac6782ccbc0713f25dd4932c (diff) | |
Merge "Run ART run-tests with ASan in speed-profile mode."
| -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' |