comparison mx.graal/suite.py @ 22291:d2ec93b0a88e

moved gate from mx_jvmci.py to mx_gate.py in core mx
author Doug Simon <doug.simon@oracle.com>
date Thu, 23 Jul 2015 13:06:53 +0200
parents 109a255a3a47
children e59c9d4a10b0
comparison
equal deleted inserted replaced
22290:109a255a3a47 22291:d2ec93b0a88e
4 4
5 "imports" : { 5 "imports" : {
6 "suites": [ 6 "suites": [
7 { 7 {
8 "name" : "jvmci", 8 "name" : "jvmci",
9 "version" : "7d453d4d855a8c44503386f288b833ee28139558", 9 "version" : "2ecfec90e51edea0a4a59ffeaf407aaa0d3df3df",
10 "urls" : [ 10 "urls" : [
11 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"}, 11 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/graal-jvmci-8", "kind" : "hg"},
12 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"}, 12 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
13 ] 13 ]
14 }, 14 },
34 "http://softlayer.dl.sourceforge.net/project/dacapobench/9.12-bach/dacapo-9.12-bach.jar", 34 "http://softlayer.dl.sourceforge.net/project/dacapobench/9.12-bach/dacapo-9.12-bach.jar",
35 ], 35 ],
36 "sha1" : "2626a9546df09009f6da0df854e6dc1113ef7dd4", 36 "sha1" : "2626a9546df09009f6da0df854e6dc1113ef7dd4",
37 }, 37 },
38 38
39 "JACOCOAGENT" : {
40 "path" : "lib/jacocoagent.jar",
41 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoagent-0.7.1-1.jar"],
42 "sha1" : "2f73a645b02e39290e577ce555f00b02004650b0",
43 },
44
45 "JACOCOREPORT" : {
46 "path" : "lib/jacocoreport.jar",
47 "urls" : ["http://lafo.ssw.uni-linz.ac.at/jacoco/jacocoreport-0.7.1-2.jar"],
48 "sha1" : "a630436391832d697a12c8f7daef8655d7a1efd2",
49 },
50
51 "DACAPO_SCALA" : { 39 "DACAPO_SCALA" : {
52 "path" : "lib/dacapo-scala-0.1.0-20120216.jar", 40 "path" : "lib/dacapo-scala-0.1.0-20120216.jar",
53 "urls" : [ 41 "urls" : [
54 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/dacapo-scala-0.1.0-20120216.jar", 42 "http://lafo.ssw.uni-linz.ac.at/graal-external-deps/dacapo-scala-0.1.0-20120216.jar",
55 "http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar", 43 "http://repo.scalabench.org/snapshots/org/scalabench/benchmarks/scala-benchmark-suite/0.1.0-SNAPSHOT/scala-benchmark-suite-0.1.0-20120216.103539-3.jar",