make/project.properties

changeset 762
716aedd8730a
parent 667
bda654c6d59c
child 769
5a1ae83c295f
equal deleted inserted replaced
761:37bf1b9838b5 762:716aedd8730a
110 110
111 # test scripts to run 111 # test scripts to run
112 test.dir=test 112 test.dir=test
113 test.script.dir=test/script 113 test.script.dir=test/script
114 test.basic.dir=test/script/basic 114 test.basic.dir=test/script/basic
115 test.maptests.dir=test/script/maptests
115 test.error.dir=test/script/error 116 test.error.dir=test/script/error
116 test.sandbox.dir=test/script/sandbox 117 test.sandbox.dir=test/script/sandbox
117 test.trusted.dir=test/script/trusted 118 test.trusted.dir=test/script/trusted
118 test.external.dir=test/script/external 119 test.external.dir=test/script/external
119 test262.dir=${test.external.dir}/test262 120 test262.dir=${test.external.dir}/test262
120 test262.suite.dir=${test262.dir}/test/suite 121 test262.suite.dir=${test262.dir}/test/suite
121 testjfx.dir=${test.script.dir}/jfx 122 testjfx.dir=${test.script.dir}/jfx
122 123
123 test-sys-prop.test.dir=${test.dir} 124 test-sys-prop.test.dir=${test.dir}
124 test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir} 125 test-sys-prop.test.js.roots=${test.basic.dir} ${test.maptests.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
125 test-sys-prop.test262.suite.dir=${test262.suite.dir} 126 test-sys-prop.test262.suite.dir=${test262.suite.dir}
126 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases 127 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
127 test-sys-prop.test.basic.dir=${test.basic.dir} 128 test-sys-prop.test.basic.dir=${test.basic.dir}
128 129
129 # framework root for our script tests 130 # framework root for our script tests
262 run.test.jvmargs.octane.main=${run.test.jvmargs.common} 263 run.test.jvmargs.octane.main=${run.test.jvmargs.common}
263 264
264 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy 265 run.test.jvmsecurityargs=-Xverify:all -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy
265 266
266 # VM options for script tests with @fork option 267 # VM options for script tests with @fork option
267 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} 268 test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} ${run.test.jvmsecurityargs} -cp ${run.test.classpath}
268 269
269 # path of rhino.jar for benchmarks 270 # path of rhino.jar for benchmarks
270 rhino.jar= 271 rhino.jar=
271 272
272 v8.shell=d8 273 v8.shell=d8

mercurial