Skip to content
Snippets Groups Projects
Commit 5b8c342c authored by Mick Jordan's avatar Mick Jordan
Browse files

update graal import/mx version

parent a4bfc0b9
Branches
No related tags found
No related merge requests found
...@@ -157,8 +157,8 @@ def _test_harness_body(args, vmArgs): ...@@ -157,8 +157,8 @@ def _test_harness_body(args, vmArgs):
print "placeholder for mx test" print "placeholder for mx test"
def test(args): def test(args):
vm = mx_graal.VM('server' if mx_graal._vm is None else mx_graal._vm) vm = _get_graal_vm()
with vm: with mx_jvmci.VM(vm):
mx.test(args, harness=_test_harness_body) mx.test(args, harness=_test_harness_body)
def _test_srcdir(): def _test_srcdir():
......
...@@ -21,14 +21,14 @@ ...@@ -21,14 +21,14 @@
# questions. # questions.
# #
suite = { suite = {
"mxversion" : "5.2.1", "mxversion" : "5.4.1",
"name" : "fastr", "name" : "fastr",
"imports" : { "imports" : {
"suites" : [ "suites" : [
{ {
"name" : "graal", "name" : "graal",
"version" : "4369b936c52001d16254ded0211134f3020ba78c", "version" : "21baeafdf6a53ff96fedc6d98c2db398f3d92d0a",
"urls" : [{"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-compiler", "kind" : "hg"}] "urls" : [{"url" : "http://lafo.ssw.uni-linz.ac.at/hg/graal-compiler", "kind" : "hg"}]
}, },
], ],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment