changeset 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 c9410ab830e0
children 32ccf2d5ed49
files mx.graal/suite.py
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 -------------