changeset 22293:782394d3d465

updated imported suite version
author Doug Simon <doug.simon@oracle.com>
date Thu, 23 Jul 2015 18:31:44 +0200
parents e59c9d4a10b0
children 6154850c82d1
files mx.graal/mx_graal.py mx.graal/suite.py
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/mx.graal/mx_graal.py	Thu Jul 23 15:55:04 2015 +0200
+++ b/mx.graal/mx_graal.py	Thu Jul 23 18:31:44 2015 +0200
@@ -232,7 +232,7 @@
                     with Task('UnitTests:' + theVm + ':' + vmbuild, tasks) as t:
                         if t: unittest(['-XX:CompileCommand=exclude,*::run*', 'graal.api', 'java.test'])
 
-mx_gate.add_gate_runner(_graal_gate_runner)
+mx_gate.add_gate_runner(_suite, _graal_gate_runner)
 
 def deoptalot(args):
     """bootstrap a VM with DeoptimizeALot and VerifyOops on
--- a/mx.graal/suite.py	Thu Jul 23 15:55:04 2015 +0200
+++ b/mx.graal/suite.py	Thu Jul 23 18:31:44 2015 +0200
@@ -6,7 +6,7 @@
     "suites": [
             {
                "name" : "jvmci",
-               "version" : "26e2a05f8d958f9ea4973fdfe141397a4c753955",
+               "version" : "ccee68149d93d01cb4be55623aa3d123e9530970",
                "urls" : [
                     {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
@@ -14,7 +14,7 @@
             },
             {
                "name" : "truffle",
-               "version" : "ed613cfa37da7bdd965aacf0d5c6a0b7606e3782",
+               "version" : "8dcb99fb00d7a913964b067d048a210b94dd27a6",
                "urls" : [
                     {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"},
                     {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},