diff 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
line wrap: on
line diff
--- a/mx.graal/suite.py	Wed Aug 19 17:36:20 2015 -0700
+++ b/mx.graal/suite.py	Thu Aug 20 10:13:13 2015 -0700
@@ -396,6 +396,7 @@
       "checkstyle" : "com.oracle.graal.graph",
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,LIR",
+      "findbugs" : "false",
     },
 
     "com.oracle.graal.lir.test" : {
@@ -798,6 +799,7 @@
       "javaCompliance" : "1.8",
       "workingSets" : "Graal,Test",
       "jacoco" : "exclude",
+      "findbugs" : "false",
     },
 
     # ------------- GraalTruffle -------------