comparison mx.graal/suite.py @ 22176:2378eaca447a

Merge.
author Doug Simon <doug.simon@oracle.com>
date Thu, 09 Jul 2015 00:18:57 +0200
parents 42ee3b572280 a19ed9118dc4
children 8f62f2bae04e
comparison
equal deleted inserted replaced
22175:42ee3b572280 22176:2378eaca447a
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 ] 12 ]
13 }, 13 },
14 { 14 {
15 "name" : "truffle", 15 "name" : "truffle",
16 "version" : "6efd3e3389adfcc1f43e07be8f0aae2cb8cd5499", 16 "version" : "f878f9778548f684c6f8b88e1bb7d3b49d40ce4c",
17 "urls" : [ 17 "urls" : [
18 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"}, 18 {"url" : "https://lafo.ssw.uni-linz.ac.at/hg/truffle-mx2", "kind" : "hg"},
19 # Disable reference to snapshots until they are built from truffle-mx2 or truffle-mx2 is renamed to truffle 19 # Disable reference to snapshots until they are built from truffle-mx2 or truffle-mx2 is renamed to truffle
20 #{"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary", "version-adjust" : "0.8-{version}-SNAPSHOT"}, 20 #{"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
21 ] 21 ]
22 }, 22 },
23 ] 23 ]
24 }, 24 },
25 25
780 "dependencies" : [ 780 "dependencies" : [
781 "com.oracle.graal.truffle", 781 "com.oracle.graal.truffle",
782 "com.oracle.graal.compiler.test", 782 "com.oracle.graal.compiler.test",
783 "truffle:TRUFFLE_SL", 783 "truffle:TRUFFLE_SL",
784 ], 784 ],
785 "annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
785 "checkstyle" : "com.oracle.graal.graph", 786 "checkstyle" : "com.oracle.graal.graph",
786 "javaCompliance" : "1.8", 787 "javaCompliance" : "1.8",
787 "workingSets" : "Graal,Truffle,Test", 788 "workingSets" : "Graal,Truffle,Test",
788 "jacoco" : "exclude", 789 "jacoco" : "exclude",
789 }, 790 },