changeset 22333:fa6dd3cadaaf

Run only jvmci unit tests in gate.
author Roland Schatz <roland.schatz@oracle.com>
date Mon, 27 Jul 2015 16:43:01 +0200
parents 4dfa1275ffa3
children aef178739a23
files mx.jvmci/mx_jvmci.py
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mx.jvmci/mx_jvmci.py	Mon Jul 27 15:44:03 2015 +0200
+++ b/mx.jvmci/mx_jvmci.py	Mon Jul 27 16:43:01 2015 +0200
@@ -1162,8 +1162,8 @@
 
     # Run unit tests on server-hosted-jvmci
     with VM('server', 'product'):
-        with Task('UnitTests:hosted-product', tasks) as t:
-            if t: unittest(['--enable-timing', '--verbose', '--fail-fast'])
+        with Task('JVMCI UnitTests: hosted-product', tasks) as t:
+            if t: unittest(['--suite', 'jvmci', '--enable-timing', '--verbose', '--fail-fast'])
 
     # Build the other VM flavors
     with Task('BuildHotSpotGraalOthers: fastdebug,product', tasks) as t: