diff options
Diffstat (limited to 'test/testrunner/target_config.py')
-rw-r--r-- | test/testrunner/target_config.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/test/testrunner/target_config.py b/test/testrunner/target_config.py index 38c170df97..7b2ac54262 100644 --- a/test/testrunner/target_config.py +++ b/test/testrunner/target_config.py @@ -164,9 +164,7 @@ target_config = { '--cdex-none'], 'env' : { 'ART_USE_READ_BARRIER' : 'false', - 'ART_HEAP_POISONING' : 'true', - # Disable compact dex to get coverage of standard dex file usage. - 'ART_DEFAULT_COMPACT_DEX_LEVEL' : 'none' + 'ART_HEAP_POISONING' : 'true' } }, 'art-preopt' : { @@ -204,9 +202,7 @@ target_config = { 'make' : 'test-art-host-gtest', 'env': { 'ART_DEFAULT_GC_TYPE' : 'SS', - 'ART_USE_READ_BARRIER' : 'false', - # Disable compact dex to get coverage of standard dex file usage. - 'ART_DEFAULT_COMPACT_DEX_LEVEL' : 'none' + 'ART_USE_READ_BARRIER' : 'false' } }, # TODO: Consider removing this configuration when it is no longer used by |