comparison mx.graal/suite.py @ 22099:10b08d53b060

removed TRUFFLE distribution - only use TRUFFLE library
author Doug Simon <doug.simon@oracle.com>
date Fri, 26 Jun 2015 14:05:38 +0200
parents ba177df8f5aa
children 5e13c10edc1b
comparison
equal deleted inserted replaced
22098:e635912529ea 22099:10b08d53b060
99 "urls" : [ 99 "urls" : [
100 "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots/com/oracle/truffle/0.8-d5d416ced577720b9354bfbf4092b4480af55dbb-SNAPSHOT/truffle-0.8-d5d416ced577720b9354bfbf4092b4480af55dbb-20150619.210629-1.jar", 100 "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots/com/oracle/truffle/0.8-d5d416ced577720b9354bfbf4092b4480af55dbb-SNAPSHOT/truffle-0.8-d5d416ced577720b9354bfbf4092b4480af55dbb-20150619.210629-1.jar",
101 ], 101 ],
102 "sha1" : "0970218476e21c17b90d9f45eb5910b781b12a31", 102 "sha1" : "0970218476e21c17b90d9f45eb5910b781b12a31",
103 }, 103 },
104 "TRUFFLE_TCK" : {
105 "path" : "lib/truffle-tck-0.8-SNAPSHOT.jar",
106 "urls" : [
107 "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots/com/oracle/truffle-tck/0.8-dd4050aadaf8d91301b159cb30a609d8bb99feeb-SNAPSHOT/truffle-tck-0.8-dd4050aadaf8d91301b159cb30a609d8bb99feeb-20150616.114824-1.jar",
108 ],
109 "sha1" : "e56929575aebba40c5a38f8368826831f79fbff0",
110 },
111 "TRUFFLE_DSL_PROCESSOR" : { 104 "TRUFFLE_DSL_PROCESSOR" : {
112 "path" : "lib/truffle-dsl-processor-0.8-SNAPSHOT.jar", 105 "path" : "lib/truffle-dsl-processor-0.8-SNAPSHOT.jar",
113 "urls" : [ 106 "urls" : [
114 "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots/com/oracle/truffle-dsl-processor/0.8-dd4050aadaf8d91301b159cb30a609d8bb99feeb-SNAPSHOT/truffle-dsl-processor-0.8-dd4050aadaf8d91301b159cb30a609d8bb99feeb-20150616.114822-1.jar", 107 "http://lafo.ssw.uni-linz.ac.at/nexus/content/repositories/snapshots/com/oracle/truffle-dsl-processor/0.8-dd4050aadaf8d91301b159cb30a609d8bb99feeb-SNAPSHOT/truffle-dsl-processor-0.8-dd4050aadaf8d91301b159cb30a609d8bb99feeb-20150616.114822-1.jar",
115 ], 108 ],
1043 "jacoco" : "exclude", 1036 "jacoco" : "exclude",
1044 }, 1037 },
1045 1038
1046 # ------------- GraalTruffle ------------- 1039 # ------------- GraalTruffle -------------
1047 1040
1048 "com.oracle.truffle.all" : { 1041 "com.oracle.graal.truffle" : {
1049 "subDir" : "graal", 1042 "subDir" : "graal",
1050 "sourceDirs" : ["src"], 1043 "sourceDirs" : ["src"],
1051 "dependencies" : [ 1044 "dependencies" : [
1052 "TRUFFLE", 1045 "TRUFFLE",
1053 "TRUFFLE_DSL_PROCESSOR", 1046 "com.oracle.graal.runtime",
1054 ], 1047 "com.oracle.graal.replacements",
1055 "checkstyle" : "com.oracle.graal.graph", 1048 ],
1056 "javaCompliance" : "1.7", 1049 "checkstyle" : "com.oracle.graal.graph",
1050 "javaCompliance" : "1.8",
1057 "workingSets" : "Graal,Truffle", 1051 "workingSets" : "Graal,Truffle",
1058 "jacoco" : "exclude", 1052 "jacoco" : "exclude",
1059 }, 1053 },
1060 1054
1061 "com.oracle.graal.truffle" : {
1062 "subDir" : "graal",
1063 "sourceDirs" : ["src"],
1064 "dependencies" : [
1065 "TRUFFLE",
1066 "TRUFFLE_DSL_PROCESSOR",
1067 "com.oracle.graal.runtime",
1068 "com.oracle.graal.replacements",
1069 ],
1070 "checkstyle" : "com.oracle.graal.graph",
1071 "javaCompliance" : "1.8",
1072 "workingSets" : "Graal,Truffle",
1073 "jacoco" : "exclude",
1074 },
1075
1076 "com.oracle.graal.truffle.test" : { 1055 "com.oracle.graal.truffle.test" : {
1077 "subDir" : "graal", 1056 "subDir" : "graal",
1078 "sourceDirs" : ["src"], 1057 "sourceDirs" : ["src"],
1079 "dependencies" : [ 1058 "dependencies" : [
1080 "com.oracle.graal.truffle", 1059 "com.oracle.graal.truffle",
1081 "com.oracle.graal.compiler.test", 1060 "com.oracle.graal.compiler.test",
1061 "TRUFFLE_DSL_PROCESSOR",
1082 "TRUFFLE_SL", 1062 "TRUFFLE_SL",
1083 ], 1063 ],
1084 "checkstyle" : "com.oracle.graal.graph", 1064 "checkstyle" : "com.oracle.graal.graph",
1085 "javaCompliance" : "1.8", 1065 "javaCompliance" : "1.8",
1086 "workingSets" : "Graal,Truffle,Test", 1066 "workingSets" : "Graal,Truffle,Test",
1183 "JVMCI_SERVICE", 1163 "JVMCI_SERVICE",
1184 "JVMCI_HOTSPOT", 1164 "JVMCI_HOTSPOT",
1185 ], 1165 ],
1186 }, 1166 },
1187 1167
1188 "TRUFFLE" : {
1189 "path" : "build/truffle.jar",
1190 "subDir" : "graal",
1191 "sourcesPath" : "build/truffle.src.zip",
1192 "javaCompliance" : "1.7",
1193 "dependencies" : [
1194 "com.oracle.truffle.all",
1195 "com.oracle.nfi",
1196 ],
1197 },
1198
1199 "GRAAL_TRUFFLE" : { 1168 "GRAAL_TRUFFLE" : {
1200 "path" : "build/graal-truffle.jar", 1169 "path" : "build/graal-truffle.jar",
1201 "subDir" : "graal", 1170 "subDir" : "graal",
1202 "sourcesPath" : "build/graal-truffle.src.zip", 1171 "sourcesPath" : "build/graal-truffle.src.zip",
1203 "dependencies" : [ 1172 "dependencies" : [
1205 "com.oracle.graal.truffle.hotspot.amd64", 1174 "com.oracle.graal.truffle.hotspot.amd64",
1206 "com.oracle.graal.truffle.hotspot.sparc" 1175 "com.oracle.graal.truffle.hotspot.sparc"
1207 ], 1176 ],
1208 "distDependencies" : [ 1177 "distDependencies" : [
1209 "GRAAL", 1178 "GRAAL",
1210 "TRUFFLE", 1179 ],
1211 ], 1180 "exclude" : [
1181 "TRUFFLE"
1182 ]
1212 }, 1183 },
1213 }, 1184 },
1214 } 1185 }