# HG changeset patch # User Roland Schatz # Date 1363097240 -3600 # Node ID b9eb0d939e60be883da580b2b369fcebbdae12ce # Parent 7a81fbcd67bbaa805cfd0b99f2b1b111f43e15e3 Add bootstrap with register pressure to gate tests. diff -r 7a81fbcd67bb -r b9eb0d939e60 mx/commands.py --- a/mx/commands.py Tue Mar 12 14:24:46 2013 +0100 +++ b/mx/commands.py Tue Mar 12 15:07:20 2013 +0100 @@ -818,6 +818,10 @@ tasks.append(t.stop()) _vmbuild = 'product' + t = Task('BootstrapWithRegisterPressure:product') + vm(['-G:RegisterPressure=rbx,r11,r14,xmm3,xmm11,xmm14', '-esa', '-version']) + tasks.append(t.stop()) + originalVm = _vm _vm = 'server' # hosted mode t = Task('UnitTests:hosted-product')