[Xquartz-changes] [578] tinderbox

source_changes at macosforge.org source_changes at macosforge.org
Wed Sep 28 08:44:07 PDT 2011


Revision: 578
          http://trac.macosforge.org/projects/xquartz/changeset/578
Author:   jeremyhu at freedesktop.org
Date:     2011-09-28 08:44:06 -0700 (Wed, 28 Sep 2011)
Log Message:
-----------
Don't do static analysis on linux64

Modified Paths:
--------------
    tinderbox/jhbuildrc.linux
    tinderbox/tinderbox_test.sh

Modified: tinderbox/jhbuildrc.linux
===================================================================
--- tinderbox/jhbuildrc.linux	2011-09-26 23:17:14 UTC (rev 577)
+++ tinderbox/jhbuildrc.linux	2011-09-28 15:44:06 UTC (rev 578)
@@ -18,10 +18,11 @@
 makeargs = '-j1'
 
 makecheck = True
-# libdrm
+# xserver fails
+#makecheck_advisory = False
 makecheck_advisory = True
 
-static_analyzer = True
+static_analyzer = os.environ['STATIC_ANALYSIS']
 # libxcb generated code has a bunch of warnings that take up 1G of log space
 module_static_analyzer = { 'libxcb' : False }
 static_analyzer_outputdir = os.path.join(os.environ['JHBUILDDIR'] , os.environ['ANALYZERSUBDIR'])

Modified: tinderbox/tinderbox_test.sh
===================================================================
--- tinderbox/tinderbox_test.sh	2011-09-26 23:17:14 UTC (rev 577)
+++ tinderbox/tinderbox_test.sh	2011-09-28 15:44:06 UTC (rev 578)
@@ -13,6 +13,8 @@
 JHBUILDRC="jhbuildrc.linux"
 JHBUILD="jhbuild"
 
+export STATIC_ANALYSIS=True
+
 case $CONFIG in
   yuffie)
     URL="http://jeremyhu-yuffie:xQUGcg@tinderbox.x.org/builds/rpc"
@@ -78,6 +80,10 @@
     export PYTHON="/usr/bin/python2"
     LD_LIBRARY_PATH="${PREFIX}/lib:${JHBUILDDIR}/external/build/lib${LD_LIBRARY_PATH+:${LD_LIBRARY_PATH}}"
     URL="http://jeremyhu-tifa-linux64:JsFKEr4f6@tinderbox.x.org/builds/rpc"
+
+    # http://llvm.org/bugs/show_bug.cgi?id=11028
+    export STATIC_ANALYSIS=False
+
     ;;
   *)
     echo "Invalid config: ${CONFIG}" >&2
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/xquartz-changes/attachments/20110928/838c8fb9/attachment.html>


More information about the Xquartz-changes mailing list