make/project.properties

changeset 1341
03a7733b95ed
parent 1036
8a99ee1fb375
child 1353
b9dda83d984b
equal deleted inserted replaced
1338:24e7c53c5716 1341:03a7733b95ed
328 # Security manager args - make sure that we run with the nashorn.policy that the build creates 328 # Security manager args - make sure that we run with the nashorn.policy that the build creates
329 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${build.dir}/nashorn.policy 329 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${build.dir}/nashorn.policy
330 330
331 # VM options for script tests with @fork option 331 # VM options for script tests with @fork option
332 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath} 332 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath}
333 # VM options for no-security script tests with @fork option - same as above but without jvmsecurityargs
334 test-sys-prop-no-security.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${run.test.classpath}
333 335
334 # path of rhino.jar for benchmarks 336 # path of rhino.jar for benchmarks
335 rhino.dir= 337 rhino.dir=
336 rhino.jar=${rhino.dir}/js.jar 338 rhino.jar=${rhino.dir}/js.jar
337 339

mercurial