comparison mx.graal/suite.py @ 22711:3ffc0d85d79a

exclude JAVA_ALLOCATION_INSTRUMENTER from GRAAL_TEST due to license conflict
author Doug Simon <doug.simon@oracle.com>
date Mon, 28 Sep 2015 15:08:41 +0200
parents 55a04976902d
children 265e4cfa1f9f f8a090c89bf4
comparison
equal deleted inserted replaced
22710:55a04976902d 22711:3ffc0d85d79a
997 ], 997 ],
998 "distDependencies" : [ 998 "distDependencies" : [
999 "GRAAL_HOTSPOT", 999 "GRAAL_HOTSPOT",
1000 "jvmci:JVMCI_HOTSPOT", 1000 "jvmci:JVMCI_HOTSPOT",
1001 ], 1001 ],
1002 "exclude" : [
1003 "mx:JUNIT",
1004 "JAVA_ALLOCATION_INSTRUMENTER"
1005 ],
1002 }, 1006 },
1003 1007
1004 "GRAAL_TRUFFLE" : { 1008 "GRAAL_TRUFFLE" : {
1005 "path" : "build/graal-truffle.jar", 1009 "path" : "build/graal-truffle.jar",
1006 "subDir" : "graal", 1010 "subDir" : "graal",