8181115: Update suite.py after JDK-8180267
Reviewed-by: kvn
This commit is contained in:
parent
7d85a92ef0
commit
97de5d15d1
@ -594,6 +594,15 @@ suite = {
|
|||||||
"workingSets" : "Graal,LIR,SPARC",
|
"workingSets" : "Graal,LIR,SPARC",
|
||||||
},
|
},
|
||||||
|
|
||||||
|
"org.graalvm.api.word" : {
|
||||||
|
"subDir" : "share/classes",
|
||||||
|
"sourceDirs" : ["src"],
|
||||||
|
"dependencies" : [],
|
||||||
|
"checkstyle" : "org.graalvm.compiler.graph",
|
||||||
|
"javaCompliance" : "1.8",
|
||||||
|
"workingSets" : "API",
|
||||||
|
},
|
||||||
|
|
||||||
"org.graalvm.compiler.word" : {
|
"org.graalvm.compiler.word" : {
|
||||||
"subDir" : "share/classes",
|
"subDir" : "share/classes",
|
||||||
"sourceDirs" : ["src"],
|
"sourceDirs" : ["src"],
|
||||||
@ -703,7 +712,6 @@ suite = {
|
|||||||
"org.graalvm.compiler.bytecode",
|
"org.graalvm.compiler.bytecode",
|
||||||
"org.graalvm.compiler.lir",
|
"org.graalvm.compiler.lir",
|
||||||
],
|
],
|
||||||
"generatedDependencies" : ["org.graalvm.compiler.serviceprovider"],
|
|
||||||
"checkstyle" : "org.graalvm.compiler.graph",
|
"checkstyle" : "org.graalvm.compiler.graph",
|
||||||
"javaCompliance" : "1.8",
|
"javaCompliance" : "1.8",
|
||||||
"annotationProcessors" : [
|
"annotationProcessors" : [
|
||||||
@ -950,6 +958,7 @@ suite = {
|
|||||||
"sourceDirs" : ["src"],
|
"sourceDirs" : ["src"],
|
||||||
"dependencies" : [
|
"dependencies" : [
|
||||||
"org.graalvm.compiler.debug",
|
"org.graalvm.compiler.debug",
|
||||||
|
"org.graalvm.api.word",
|
||||||
],
|
],
|
||||||
"annotationProcessors" : ["GRAAL_OPTIONS_PROCESSOR"],
|
"annotationProcessors" : ["GRAAL_OPTIONS_PROCESSOR"],
|
||||||
"checkstyle" : "org.graalvm.compiler.graph",
|
"checkstyle" : "org.graalvm.compiler.graph",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user