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