OSDN Git Service

Use interpret-only instead of verify-at-runtime when testing JIT
authorCalin Juravle <calin@google.com>
Tue, 20 Dec 2016 14:00:48 +0000 (14:00 +0000)
committerCalin Juravle <calin@google.com>
Tue, 20 Dec 2016 16:15:01 +0000 (16:15 +0000)
commit0966558b075b9b454e1a7864306eb206bf0c0094
tree7c7896d1e2a330ae28db8bb7616373c1e5470cbc
parent1ffb6fc9210eabd6c272018aaae63a6ed46d89e1
Use interpret-only instead of verify-at-runtime when testing JIT

That's because we run most of our products with interpret-only and not
verify-at-runtime.

Test: ART_TEST_JIT=true m test-art-host
Change-Id: I5a75f5c47a9e811db3ee7c3475a03fb648dba80d
test/etc/run-test-jar