comparison mx.graal/suite.py @ 22276:8f16ac5f8271

merge fixes; updated suite import versions
author Doug Simon <doug.simon@oracle.com>
date Tue, 21 Jul 2015 16:25:53 +0200
parents 329f734a9803
children a935eeae8ddf
comparison
equal deleted inserted replaced
22275:329f734a9803 22276:8f16ac5f8271
4 4
5 "imports" : { 5 "imports" : {
6 "suites": [ 6 "suites": [
7 { 7 {
8 "name" : "jvmci", 8 "name" : "jvmci",
9 "version" : "2ea24a36675cf5264577361bddbc2ee2517dd08d", 9 "version" : "706aa848a8d7128dcb5692964aefeaed99fd22f4",
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 ] 12 ]
13 }, 13 },
14 { 14 {
15 "name" : "truffle", 15 "name" : "truffle",
16 "version" : "6efd3e3389adfcc1f43e07be8f0aae2cb8cd5499", 16 "version" : "854e52a0869cd26ebd7d5556d98a347a55679b99",
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"}, 20 #{"url" : "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots", "kind" : "binary"},
21 ] 21 ]
925 ], 925 ],
926 "distDependencies" : [ 926 "distDependencies" : [
927 "GRAAL_TRUFFLE", 927 "GRAAL_TRUFFLE",
928 "truffle:TRUFFLE_SL", 928 "truffle:TRUFFLE_SL",
929 ], 929 ],
930 "exclude" : [
931 "TRUFFLE",
932 "TRUFFLE_DSL_PROCESSOR",
933 ],
934 }, 930 },
935 931
936 "GRAAL_NODEINFO_PROCESSOR" : { 932 "GRAAL_NODEINFO_PROCESSOR" : {
937 "path" : "build/graal-nodeinfo-processor.jar", 933 "path" : "build/graal-nodeinfo-processor.jar",
938 "subDir" : "graal", 934 "subDir" : "graal",