diff mx/commands.py @ 4238:e0d09e05aa9b

Made the gate time each DaCapo test individually.
author Doug Simon <doug.simon@oracle.com>
date Fri, 06 Jan 2012 17:44:22 +0100
parents 23f41c48b19b
children 394424b7df1a
line wrap: on
line diff
--- a/mx/commands.py	Fri Jan 06 15:35:52 2012 +0100
+++ b/mx/commands.py	Fri Jan 06 17:44:22 2012 +0100
@@ -580,11 +580,11 @@
             unittest([])
             t.stop()
             
-            t = Task('DaCapoBenchmarks:' + vmbuild)
             for test in sanitycheck.getDacapos(level=sanitycheck.SanityCheckLevel.Gate):
+                t = Task(str(test) + ':' + vmbuild)
                 if not test.test('-graal'):
                     t.abort(test.group + ' ' + test.name + ' Failed')
-            t.stop()
+                t.stop()
     except Exception as e:
         total.abort(str(e))