# HG changeset patch # User Gilles Duboscq # Date 1327614879 -3600 # Node ID 0893aef10ed4a80d54b1904417242c7cefba6df4 # Parent ca48212b768112f2ce1f305c74f1273b6be418f5 fix for SPECjvm2008 bench diff -r ca48212b7681 -r 0893aef10ed4 mx/sanitycheck.py --- a/mx/sanitycheck.py Thu Jan 26 19:12:12 2012 +0100 +++ b/mx/sanitycheck.py Thu Jan 26 22:54:39 2012 +0100 @@ -66,7 +66,7 @@ class SanityCheckLevel: Fast, Gate, Normal, Extensive, Benchmark = range(5) -def getSPECjvm2008(benchArgs = None, skipKitValidation=False, warmupTime=None, iterationTime=None): +def getSPECjvm2008(benchArgs = [], skipKitValidation=False, warmupTime=None, iterationTime=None): specjvm2008 = mx.get_env('SPECJVM2008') if specjvm2008 is None or not exists(join(specjvm2008, 'SPECjvm2008.jar')):