make/project.properties

changeset 762
716aedd8730a
parent 667
bda654c6d59c
child 769
5a1ae83c295f
     1.1 --- a/make/project.properties	Mon Jan 20 19:51:54 2014 +0530
     1.2 +++ b/make/project.properties	Thu Feb 06 17:44:37 2014 +0530
     1.3 @@ -112,6 +112,7 @@
     1.4  test.dir=test
     1.5  test.script.dir=test/script
     1.6  test.basic.dir=test/script/basic
     1.7 +test.maptests.dir=test/script/maptests
     1.8  test.error.dir=test/script/error
     1.9  test.sandbox.dir=test/script/sandbox
    1.10  test.trusted.dir=test/script/trusted
    1.11 @@ -121,7 +122,7 @@
    1.12  testjfx.dir=${test.script.dir}/jfx
    1.13  
    1.14  test-sys-prop.test.dir=${test.dir}
    1.15 -test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
    1.16 +test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
    1.17  test-sys-prop.test262.suite.dir=${test262.suite.dir}
    1.18  test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
    1.19  test-sys-prop.test.basic.dir=${test.basic.dir}
    1.20 @@ -264,7 +265,7 @@
    1.21  run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy
    1.22  
    1.23  # VM options for script tests with @fork option
    1.24 -test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs}
    1.25 +test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath}
    1.26  
    1.27  # path of rhino.jar for benchmarks
    1.28  rhino.jar=

mercurial