comparison mx.graal/suite.py @ 22144:a19ed9118dc4

Update to latest truffle
author Gilles Duboscq <gilles.m.duboscq@oracle.com>
date Wed, 08 Jul 2015 12:40:07 +0200
parents c00df8ed0cc5
children 2378eaca447a
comparison
equal deleted inserted replaced
22143:8ed96cb1a658 22144:a19ed9118dc4
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" : "4858c5e074e9005075e89cf5b1c2347ee73a5d31", 16 "version" : "f878f9778548f684c6f8b88e1bb7d3b49d40ce4c",
17 "urls" : [ 17 "urls" : [
18 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"}, 18 {"url" : "http://lafo.ssw.uni-linz.ac.at/hg/truffle", "kind" : "hg"},
19 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary", "version-adjust" : "0.8-{version}-SNAPSHOT"}, 19 {"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
20 ] 20 ]
21 }, 21 },
22 ] 22 ]
23 }, 23 },
24 24
815 "dependencies" : [ 815 "dependencies" : [
816 "com.oracle.graal.truffle", 816 "com.oracle.graal.truffle",
817 "com.oracle.graal.compiler.test", 817 "com.oracle.graal.compiler.test",
818 "truffle:TRUFFLE_SL", 818 "truffle:TRUFFLE_SL",
819 ], 819 ],
820 "annotationProcessors" : ["truffle:TRUFFLE_DSL_PROCESSOR"],
820 "checkstyle" : "com.oracle.graal.graph", 821 "checkstyle" : "com.oracle.graal.graph",
821 "javaCompliance" : "1.8", 822 "javaCompliance" : "1.8",
822 "workingSets" : "Graal,Truffle,Test", 823 "workingSets" : "Graal,Truffle,Test",
823 "jacoco" : "exclude", 824 "jacoco" : "exclude",
824 }, 825 },