diff mx/sanitycheck.py @ 6319:0a0d0dfd83bc

Gate : do not run tradesoap in fastdebug mode, do not run sunflow in product mode Gate : Bootstrap with system assertions in fastdebug mode only, unittests in product mode only Gate : do not tun DeoptALot
author Gilles Duboscq <duboscq@ssw.jku.at>
date Thu, 06 Sep 2012 16:51:47 +0200
parents 89ed4e8c45c4
children b62581e29024
line wrap: on
line diff
--- a/mx/sanitycheck.py	Thu Sep 06 16:42:45 2012 +0200
+++ b/mx/sanitycheck.py	Thu Sep 06 16:51:47 2012 +0200
@@ -71,10 +71,10 @@
     'luindex':    ['product', 'fastdebug', 'debug'],
     'lusearch':   ['product'],
     'pmd':        ['product', 'fastdebug', 'debug'],
-    'sunflow':    ['product', 'fastdebug', 'debug'],
+    'sunflow':    [           'fastdebug', 'debug'],
     'tomcat':     ['product', 'fastdebug', 'debug'],
     'tradebeans': ['product', 'fastdebug', 'debug'],
-    'tradesoap':  ['product', 'fastdebug'],
+    'tradesoap':  ['product'],
     'xalan':      ['product', 'fastdebug', 'debug'],
 }