OSDN Git Service

Revert "Revert "Revert "Use interpret-only instead of verify-at-runtime when testing...
authorNicolas Geoffray <ngeoffray@google.com>
Mon, 19 Dec 2016 21:11:54 +0000 (21:11 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 19 Dec 2016 21:11:54 +0000 (21:11 +0000)
Reverting due to gtest crashes.

This reverts commit 3a3e4c10e4d08c9fa1fbeba6d74933964a3bb47f.

Change-Id: I7e1adf0d886a1cdaf3152469b3c11a33131ee498

test/etc/run-test-jar

index 06e4219..c525b2b 100755 (executable)
@@ -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"