1 # |
1 # |
2 # Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved. |
2 # Copyright (c) 2010, 2014, Oracle and/or its affiliates. All rights reserved. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
4 # |
4 # |
5 # This code is free software; you can redistribute it and/or modify it |
5 # This code is free software; you can redistribute it and/or modify it |
6 # under the terms of the GNU General Public License version 2 only, as |
6 # under the terms of the GNU General Public License version 2 only, as |
7 # published by the Free Software Foundation. |
7 # published by the Free Software Foundation. |
183 # execute test262 tests in shared nashorn context or not? |
183 # execute test262 tests in shared nashorn context or not? |
184 test262-test-sys-prop.test.js.shared.context=true |
184 test262-test-sys-prop.test.js.shared.context=true |
185 |
185 |
186 # test262 test root |
186 # test262 test root |
187 test262-test-sys-prop.test.js.roots=${test262.suite.dir} |
187 test262-test-sys-prop.test.js.roots=${test262.suite.dir} |
|
188 |
188 # test262 enable/disable strict mode tests |
189 # test262 enable/disable strict mode tests |
189 test262-test-sys-prop.test.js.enable.strict.mode=true |
190 test262-test-sys-prop.test.js.enable.strict.mode=true |
190 |
191 |
191 # file containing test262 tests to be excluded |
192 # file containing test262 tests to be excluded |
192 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml |
193 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml |
303 |
304 |
304 # VM options for script tests with @fork option |
305 # VM options for script tests with @fork option |
305 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath} |
306 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath} |
306 |
307 |
307 # path of rhino.jar for benchmarks |
308 # path of rhino.jar for benchmarks |
308 rhino.dir=/Users/marcus/src/rhino |
309 rhino.dir= |
309 rhino.jar=${rhino.dir}/js.jar |
310 rhino.jar=${rhino.dir}/js.jar |
310 |
311 |
311 v8.shell=d8 |
312 v8.shell=d8 |
312 |
313 |
313 # How many iterations should 'ant octane' run for each |
314 # How many iterations should 'ant octane' run for each |
341 octaneperf-sys-prop.rhino.jar=${rhino.jar} |
342 octaneperf-sys-prop.rhino.jar=${rhino.jar} |
342 |
343 |
343 #timeout for performance tests in minutes |
344 #timeout for performance tests in minutes |
344 octaneperf-sys-prop.timeout.value=10 |
345 octaneperf-sys-prop.timeout.value=10 |
345 |
346 |
|
347 #how many iterations to run sunspider after warmup |
|
348 sunspider.iterations=3000 |
|
349 |
346 ################# |
350 ################# |
347 # code coverage # |
351 # code coverage # |
348 ################# |
352 ################# |
349 |
353 |
350 #enable/disable code coverage; please redifine in the ${user.home}/.nashorn.project.local.properties |
354 #enable/disable code coverage; please redifine in the ${user.home}/.nashorn.project.local.properties |
351 make.code.coverage=false |
355 make.code.coverage=false |
352 #type of codecoverage; one of static or dynamic. Now only dynamic is supported |
356 |
|
357 #type of codecoverage; one of static or dynamic. Now only dynamic is supported |
353 jcov=dynamic |
358 jcov=dynamic |
354 #naming of CC results |
359 |
355 #NB directory specified in the cc.dir will be cleaned up!!! |
360 #naming of CC results |
|
361 #NB directory specified in the cc.dir will be cleaned up!!! |
356 cc.dir=${basedir}/../Codecoverage_Nashorn |
362 cc.dir=${basedir}/../Codecoverage_Nashorn |
357 cc.result.file.name=CC_${jcov}_nashorn.xml |
363 cc.result.file.name=CC_${jcov}_nashorn.xml |
358 #dynamic CC parameters; please redefine in the ${user.home}/.nashorn.project.local.properties |
364 |
|
365 #dynamic CC parameters; please redefine in the ${user.home}/.nashorn.project.local.properties |
359 jcov2.lib.dir=${basedir}/../jcov2/lib |
366 jcov2.lib.dir=${basedir}/../jcov2/lib |
360 jcov.jar=${jcov2.lib.dir}/jcov.jar |
367 jcov.jar=${jcov2.lib.dir}/jcov.jar |
361 cc.include=jdk\.nashorn\.* |
368 cc.include=jdk\.nashorn\.* |
362 cc.exclude=jdk\.nashorn\.internal\.scripts\.* |
369 cc.exclude=jdk\.nashorn\.internal\.scripts\.* |
363 cc.dynamic.genereate.template=true |
370 cc.dynamic.genereate.template=true |