diff options
Diffstat (limited to 'tools/run-libcore-tests.py')
-rwxr-xr-x | tools/run-libcore-tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run-libcore-tests.py b/tools/run-libcore-tests.py index c6958f1b6c..e5ece24d8a 100755 --- a/tools/run-libcore-tests.py +++ b/tools/run-libcore-tests.py @@ -446,7 +446,7 @@ def get_vogar_command(test_name): cmd.append("--timeout {}".format(get_timeout_secs())) cmd.append("--toolchain d8 --language CUR") if args.jit: - cmd.append("--vm-arg -Xcompiler-option --vm-arg --compiler-filter=quicken") + cmd.append("--vm-arg -Xcompiler-option --vm-arg --compiler-filter=verify") cmd.append("--vm-arg -Xusejit:{}".format(str(args.jit).lower())) if args.verbose: |