test/script/basic/runsunspider.js

changeset 19
4cd65798ec70
parent 7
5a1b0714df0e
child 20
9f59ba5090f2
     1.1 --- a/test/script/basic/runsunspider.js	Wed Jan 09 15:02:48 2013 +0100
     1.2 +++ b/test/script/basic/runsunspider.js	Wed Jan 09 22:32:40 2013 +0530
     1.3 @@ -121,30 +121,29 @@
     1.4  } 
     1.5  
     1.6  var tests = [
     1.7 -	     'check-3d-cube.js',
     1.8 -	     'check-access-nsieve.js',
     1.9 -	     'check-crypto-aes.js',   
    1.10 -	     'check-math-spectral-norm.js',
    1.11 -	     'check-3d-morph.js',
    1.12 -	     'check-bitops-3bit-bits-in-byte.js',
    1.13 -	     'check-crypto-md5.js',
    1.14 -	     'check-mont.js',
    1.15 -	     'check-3d-raytrace.js',
    1.16 -	     'check-bitops-bits-in-byte.js',
    1.17 -	     'check-crypto-sha1.js',
    1.18 -	     'check-regexp-dna.js',
    1.19 -	     'check-access-binary-trees.js',
    1.20 -	     'check-bitops-bitwise-and.js',
    1.21 -	     'check-date-format-tofte.js',
    1.22 -	     'check-string-fasta.js',
    1.23 -	     'check-access-fannkuch.js',
    1.24 -	     'check-bitops-nsieve-bits.js',
    1.25 -	     'check-math-cordic.js',
    1.26 -	     'check-string-tagcloud.js',
    1.27 -	     'check-access-nbody.js',
    1.28 -	     'check-controlflow-recursive.js',
    1.29 -	     'check-math-partial-sums.js',
    1.30 -	     'check-string-unpack-code.js'
    1.31 +	     '3d-cube.js',
    1.32 +	     'access-nsieve.js',
    1.33 +	     'crypto-aes.js',   
    1.34 +	     'math-spectral-norm.js',
    1.35 +	     '3d-morph.js',
    1.36 +	     'bitops-3bit-bits-in-byte.js',
    1.37 +	     'crypto-md5.js',
    1.38 +	     '3d-raytrace.js',
    1.39 +	     'bitops-bits-in-byte.js',
    1.40 +	     'crypto-sha1.js',
    1.41 +	     'regexp-dna.js',
    1.42 +	     'access-binary-trees.js',
    1.43 +	     'bitops-bitwise-and.js',
    1.44 +	     'date-format-tofte.js',
    1.45 +	     'string-fasta.js',
    1.46 +	     'access-fannkuch.js',
    1.47 +	     'bitops-nsieve-bits.js',
    1.48 +	     'math-cordic.js',
    1.49 +	     'string-tagcloud.js',
    1.50 +	     'access-nbody.js',
    1.51 +	     'controlflow-recursive.js',
    1.52 +	     'math-partial-sums.js',
    1.53 +	     'string-unpack-code.js'
    1.54  	     ];
    1.55  
    1.56  // handle the case this script may be run by a JS engine that doesn't
    1.57 @@ -152,7 +151,7 @@
    1.58  var dir = (typeof(__DIR__) == 'undefined')? "test/script/basic/" : __DIR__;
    1.59  
    1.60  for (i in tests) {
    1.61 -    tests[i] = dir + '../external/sunspider/' + tests[i];
    1.62 +    tests[i] = dir + '../external/sunspider/tests/sunspider-1.0/' + tests[i];
    1.63  }
    1.64  
    1.65  var verbose_run = false;

mercurial