make/project.properties

changeset 638
f22742d5daa3
parent 590
3470bc26128f
child 667
bda654c6d59c
equal deleted inserted replaced
637:612886fe324d 638:f22742d5daa3
116 test.sandbox.dir=test/script/sandbox 116 test.sandbox.dir=test/script/sandbox
117 test.trusted.dir=test/script/trusted 117 test.trusted.dir=test/script/trusted
118 test.external.dir=test/script/external 118 test.external.dir=test/script/external
119 test262.dir=${test.external.dir}/test262 119 test262.dir=${test.external.dir}/test262
120 test262.suite.dir=${test262.dir}/test/suite 120 test262.suite.dir=${test262.dir}/test/suite
121 testjfx.dir=${test.script.dir}/jfx
121 122
122 test-sys-prop.test.dir=${test.dir} 123 test-sys-prop.test.dir=${test.dir}
123 test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir} 124 test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
124 test-sys-prop.test262.suite.dir=${test262.suite.dir} 125 test-sys-prop.test262.suite.dir=${test262.suite.dir}
125 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases 126 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
205 --no-typed-arrays \ 206 --no-typed-arrays \
206 -timezone=PST \ 207 -timezone=PST \
207 ${test.script.dir}/test262.js \ 208 ${test.script.dir}/test262.js \
208 ${test262.dir}/test/harness/framework.js \ 209 ${test262.dir}/test/harness/framework.js \
209 ${test262.dir}/test/harness/sta.js 210 ${test262.dir}/test/harness/sta.js
211
212 # testjfx test root
213 testjfx-test-sys-prop.test.js.roots=${testjfx.dir}
214
215 # execute testjfx tests in shared nashorn context or not?
216 testjfx-test-sys-prop.test.js.shared.context=false
217
218 # framework root for our script tests
219 testjfx-test-sys-prop.test.js.framework=\
220 -fx \
221 ${test.script.dir}${file.separator}jfx.js
222
223 file.reference.jemmyfx.jar=test${file.separator}lib${file.separator}JemmyFX.jar
224 file.reference.jemmycore.jar=test${file.separator}lib${file.separator}JemmyCore.jar
225 file.reference.jemmyawtinput.jar=test${file.separator}lib${file.separator}JemmyAWTInput.jar
226 file.reference.jfxrt.jar=${java.home}${file.separator}lib${file.separator}ext${file.separator}jfxrt.jar
227 testjfx.run.test.classpath=\
228 ${file.reference.jemmyfx.jar}${path.separator}\
229 ${file.reference.jemmycore.jar}${path.separator}\
230 ${file.reference.jemmyawtinput.jar}${path.separator}\
231 ${file.reference.testng.jar}${path.separator}\
232 ${nashorn.internal.tests.jar}${path.separator}\
233 ${nashorn.api.tests.jar}
234
235 # testjfx VM options for script tests with @fork option
236 testjfx-test-sys-prop.test.fork.jvm.options=${run.test.jvmargs.main} -Xmx${run.test.xmx} -cp ${testjfx.run.test.classpath}
210 237
211 run.test.classpath=\ 238 run.test.classpath=\
212 ${file.reference.testng.jar}:\ 239 ${file.reference.testng.jar}:\
213 ${nashorn.internal.tests.jar}:\ 240 ${nashorn.internal.tests.jar}:\
214 ${nashorn.api.tests.jar} 241 ${nashorn.api.tests.jar}

mercurial