From: Nicolas Geoffray Date: Mon, 19 Dec 2016 21:11:54 +0000 (+0000) Subject: Revert "Revert "Revert "Use interpret-only instead of verify-at-runtime when testing... X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ca4804109d8d758060ec3e2b3c342f29234a6502;p=android-x86%2Fart.git Revert "Revert "Revert "Use interpret-only instead of verify-at-runtime when testing JIT""" Reverting due to gtest crashes. This reverts commit 3a3e4c10e4d08c9fa1fbeba6d74933964a3bb47f. Change-Id: I7e1adf0d886a1cdaf3152469b3c11a33131ee498 --- diff --git a/test/etc/run-test-jar b/test/etc/run-test-jar index 06e42190e..c525b2b9b 100755 --- a/test/etc/run-test-jar +++ b/test/etc/run-test-jar @@ -364,8 +364,8 @@ fi if [ "$JIT" = "y" ]; then INT_OPTS="-Xusejit:true" if [ "$VERIFY" = "y" ] ; then - INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=interpret-only" - COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=interpret-only" + INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=verify-at-runtime" + COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-at-runtime" else INT_OPTS="${INT_OPTS} -Xcompiler-option --compiler-filter=verify-none" COMPILE_FLAGS="${COMPILE_FLAGS} --compiler-filter=verify-none"