comparison mx.graal/suite.py @ 22278:06cb94e7c5c4

Create GRAAL_TEST distribution.
author Roland Schatz <roland.schatz@oracle.com>
date Tue, 21 Jul 2015 20:33:04 +0200
parents a935eeae8ddf
children 9281a2548635
comparison
equal deleted inserted replaced
22277:a935eeae8ddf 22278:06cb94e7c5c4
4 4
5 "imports" : { 5 "imports" : {
6 "suites": [ 6 "suites": [
7 { 7 {
8 "name" : "jvmci", 8 "name" : "jvmci",
9 "version" : "ed0b8310ac569181a1a568a09296d0887e03086c", 9 "version" : "910bc6794d834901ff7252299d459013f7a585c4",
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 {
899 "jvmci:JVMCI_SERVICE", 899 "jvmci:JVMCI_SERVICE",
900 "jvmci:JVMCI_HOTSPOT", 900 "jvmci:JVMCI_HOTSPOT",
901 ], 901 ],
902 }, 902 },
903 903
904 "GRAAL_TEST" : {
905 "path" : "build/graal-test.jar",
906 "subDir" : "graal",
907 "sourcesPath" : "build/graal-test.src.zip",
908 "dependencies" : [
909 "com.oracle.graal.api.test",
910 "com.oracle.graal.api.directives.test",
911 "com.oracle.graal.asm.amd64.test",
912 "com.oracle.graal.compiler.amd64.test",
913 "com.oracle.graal.compiler.sparc.test",
914 "com.oracle.graal.hotspot.amd64.test",
915 "com.oracle.graal.jtt",
916 "com.oracle.graal.lir.jtt",
917 "com.oracle.graal.lir.test",
918 "com.oracle.graal.nodes.test",
919 "com.oracle.graal.phases.common.test",
920 ],
921 "distDependencies" : [
922 "GRAAL",
923 ],
924 },
925
904 "GRAAL_TRUFFLE" : { 926 "GRAAL_TRUFFLE" : {
905 "path" : "build/graal-truffle.jar", 927 "path" : "build/graal-truffle.jar",
906 "subDir" : "graal", 928 "subDir" : "graal",
907 "sourcesPath" : "build/graal-truffle.src.zip", 929 "sourcesPath" : "build/graal-truffle.src.zip",
908 "dependencies" : [ 930 "dependencies" : [
922 "sourcesPath" : "build/graal-truffle-test.src.zip", 944 "sourcesPath" : "build/graal-truffle-test.src.zip",
923 "dependencies" : [ 945 "dependencies" : [
924 "com.oracle.graal.truffle.test" 946 "com.oracle.graal.truffle.test"
925 ], 947 ],
926 "distDependencies" : [ 948 "distDependencies" : [
949 "GRAAL_TEST",
927 "GRAAL_TRUFFLE", 950 "GRAAL_TRUFFLE",
928 "truffle:TRUFFLE_SL", 951 "truffle:TRUFFLE_SL",
929 ], 952 ],
930 }, 953 },
931 954