diff mx/commands.py @ 7155:c356cab093bc

added execution of the Graal API unittest with non-GraalVM HotSpot builds to the gate
author Doug Simon <doug.simon@oracle.com>
date Wed, 12 Dec 2012 21:55:50 +0100
parents 5d0bb7d52783
children 76c9023ed438
line wrap: on
line diff
--- a/mx/commands.py	Wed Dec 12 21:36:40 2012 +0100
+++ b/mx/commands.py	Wed Dec 12 21:55:50 2012 +0100
@@ -844,6 +844,10 @@
                     dacapo(['pmd'])
                     tasks.append(t.stop())
 
+                    t = Task('UnitTests:' + theVm + ':' + vmbuild)
+                    unittest(['@-XX:CompileCommand=exclude,*::run*', 'graal.api'])
+                    tasks.append(t.stop())
+
     except KeyboardInterrupt:
         total.abort(1)