Skip to content

Commit f143d8b

Browse files
committed
run leak tests without compiler for now
1 parent 2b530bf commit f143d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1987,7 +1987,7 @@ def run_leak_launcher(args):
19871987

19881988
vm_args, graalpython_args = mx.extract_VM_args(args, useDoubleDash=True, defaultAllVMArgs=False)
19891989
vm_args += mx.get_runtime_jvm_args(dists)
1990-
jdk = get_jdk()
1990+
jdk = mx.get_jdk(tag=None)
19911991
vm_args.append("com.oracle.graal.python.test.advance.LeakTest")
19921992
return mx.run_java(vm_args + graalpython_args, jdk=jdk, env=env)
19931993

0 commit comments

Comments
 (0)