changeset 16381:d91fecb90fc0

Check -Xbatch still works in the gate
author Tom Rodriguez <tom.rodriguez@oracle.com>
date Tue, 01 Jul 2014 12:36:51 -0700
parents 00460aab5c96
children 67500ef4d102
files mx/mx_graal.py
diffstat 1 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/mx/mx_graal.py	Tue Jul 01 19:06:06 2014 +0200
+++ b/mx/mx_graal.py	Tue Jul 01 12:36:51 2014 -0700
@@ -1253,6 +1253,12 @@
                 t.abort(test.name + ' Failed')
             tasks.append(t.stop())
 
+    # ensure -Xbatch still works
+    with VM('graal', 'product'):
+        t = Task('DaCapo_pmd:BatchMode:product')
+        dacapo(['-Xbatch', 'pmd'])
+        tasks.append(t.stop())
+
     if args.jacocout is not None:
         jacocoreport([args.jacocout])