changeset 9171:ff622b1b2c94

fix compile the world bench in mx
author Gilles Duboscq <duboscq@ssw.jku.at>
date Wed, 17 Apr 2013 10:13:53 +0200
parents 1d584a42941f
children bc5c5336008b
files mx/sanitycheck.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mx/sanitycheck.py	Tue Apr 16 23:18:03 2013 +0200
+++ b/mx/sanitycheck.py	Wed Apr 17 10:13:53 2013 +0200
@@ -256,7 +256,7 @@
         if not vm.endswith('-nograal'):
             args += ['-G:-OptLoopTransform', '-G:-OptTailDuplication', '-G:-FullUnroll', '-G:-MemoryAwareScheduling']
         
-    return Test("CompileTheWorld-" + mode, args, successREs=[time], scoreMatchers=[scoreMatcher], benchmarkCompilationRate=False)
+    return Test("CompileTheWorld-" + modeString, args, successREs=[time], scoreMatchers=[scoreMatcher], benchmarkCompilationRate=False)
     
 
 class Tee: