comparison mx.graal/suite.py @ 22496:47f46b5ae838

Disable findbugs for jtt projects, since mx is no longer doing that automatically
author Christian Wimmer <christian.wimmer@oracle.com>
date Thu, 20 Aug 2015 10:13:13 -0700
parents 67e854fed642
children 280b0fbd8a40
comparison
equal deleted inserted replaced
22495:c9410ab830e0 22496:47f46b5ae838
394 ], 394 ],
395 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"], 395 "annotationProcessors" : ["GRAAL_NODEINFO_PROCESSOR"],
396 "checkstyle" : "com.oracle.graal.graph", 396 "checkstyle" : "com.oracle.graal.graph",
397 "javaCompliance" : "1.8", 397 "javaCompliance" : "1.8",
398 "workingSets" : "Graal,LIR", 398 "workingSets" : "Graal,LIR",
399 "findbugs" : "false",
399 }, 400 },
400 401
401 "com.oracle.graal.lir.test" : { 402 "com.oracle.graal.lir.test" : {
402 "subDir" : "graal", 403 "subDir" : "graal",
403 "sourceDirs" : ["src"], 404 "sourceDirs" : ["src"],
796 ], 797 ],
797 "checkstyle" : "com.oracle.graal.graph", 798 "checkstyle" : "com.oracle.graal.graph",
798 "javaCompliance" : "1.8", 799 "javaCompliance" : "1.8",
799 "workingSets" : "Graal,Test", 800 "workingSets" : "Graal,Test",
800 "jacoco" : "exclude", 801 "jacoco" : "exclude",
802 "findbugs" : "false",
801 }, 803 },
802 804
803 # ------------- GraalTruffle ------------- 805 # ------------- GraalTruffle -------------
804 806
805 "com.oracle.graal.truffle" : { 807 "com.oracle.graal.truffle" : {