comparison mx.graal/mx_graal.py @ 22293:782394d3d465

updated imported suite version
author Doug Simon <doug.simon@oracle.com>
date Thu, 23 Jul 2015 18:31:44 +0200
parents d2ec93b0a88e
children 3ea10576bea7
comparison
equal deleted inserted replaced
22292:e59c9d4a10b0 22293:782394d3d465
230 if t: dacapo(['pmd']) 230 if t: dacapo(['pmd'])
231 231
232 with Task('UnitTests:' + theVm + ':' + vmbuild, tasks) as t: 232 with Task('UnitTests:' + theVm + ':' + vmbuild, tasks) as t:
233 if t: unittest(['-XX:CompileCommand=exclude,*::run*', 'graal.api', 'java.test']) 233 if t: unittest(['-XX:CompileCommand=exclude,*::run*', 'graal.api', 'java.test'])
234 234
235 mx_gate.add_gate_runner(_graal_gate_runner) 235 mx_gate.add_gate_runner(_suite, _graal_gate_runner)
236 236
237 def deoptalot(args): 237 def deoptalot(args):
238 """bootstrap a VM with DeoptimizeALot and VerifyOops on 238 """bootstrap a VM with DeoptimizeALot and VerifyOops on
239 239
240 If the first argument is a number, the process will be repeated 240 If the first argument is a number, the process will be repeated