# HG changeset patch # User Gilles Duboscq # Date 1337779697 -7200 # Node ID f46fee826f7f1977f7c597d57f98171c765f4221 # Parent 451327d8543b81dbe704eb508464eca91386c219 Enable fastdebug server configuration in gate diff -r 451327d8543b -r f46fee826f7f mx/commands.py --- a/mx/commands.py Wed May 23 15:27:02 2012 +0200 +++ b/mx/commands.py Wed May 23 15:28:17 2012 +0200 @@ -823,9 +823,6 @@ _vmbuild = vmbuild for theVm in ['client', 'server']: _vm = theVm - # TODO: remove once regression in fastdebug-server has been fixed - if vmbuild == 'fastdebug' and theVm == 'server': - continue t = Task('DaCapo_pmd:' + theVm + ':' + vmbuild) dacapo(['pmd'])