make/project.properties

changeset 77
d7e83be6e7aa
parent 44
e62dba3ce52b
child 82
abea4ba28901
equal deleted inserted replaced
76:02f810c26ff9 77:d7e83be6e7aa
51 # parallel test runner tool 51 # parallel test runner tool
52 parallel.test.runner=jdk.nashorn.internal.test.framework.ParallelTestRunner 52 parallel.test.runner=jdk.nashorn.internal.test.framework.ParallelTestRunner
53 53
54 # test classes directory 54 # test classes directory
55 build.test.classes.dir=${build.dir}/test/classes 55 build.test.classes.dir=${build.dir}/test/classes
56 # nashorn test jar - internal tests jar and api tests jar
57 nashorn.internal.tests.jar=${build.dir}/nashorn-internal-tests.jar
58 nashorn.api.tests.jar=${build.dir}/nashorn-api-tests.jar
59
56 # test results directory 60 # test results directory
57 build.test.results.dir=${build.dir}/test/reports 61 build.test.results.dir=${build.dir}/test/reports
58 62
59 # This directory is removed when the project is cleaned: 63 # This directory is removed when the project is cleaned:
60 dist.dir=dist 64 dist.dir=dist
114 test.dir=test 118 test.dir=test
115 test.script.dir=test/script 119 test.script.dir=test/script
116 test.basic.dir=test/script/basic 120 test.basic.dir=test/script/basic
117 test.error.dir=test/script/error 121 test.error.dir=test/script/error
118 test.sandbox.dir=test/script/sandbox 122 test.sandbox.dir=test/script/sandbox
123 test.trusted.dir=test/script/trusted
119 test.external.dir=test/script/external 124 test.external.dir=test/script/external
120 test262.dir=${test.external.dir}/test262 125 test262.dir=${test.external.dir}/test262
121 test262.suite.dir=${test262.dir}/test/suite 126 test262.suite.dir=${test262.dir}/test/suite
122 127
123 test-sys-prop.test.dir=${test.dir} 128 test-sys-prop.test.dir=${test.dir}
124 test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir} 129 test-sys-prop.test.js.roots=${test.basic.dir} ${test.error.dir} ${test.sandbox.dir} ${test.trusted.dir}
125 test-sys-prop.test262.suite.dir=${test262.suite.dir} 130 test-sys-prop.test262.suite.dir=${test262.suite.dir}
126 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases 131 test-sys-prop.es5conform.testcases.dir=${test.external.dir}/ES5Conform/TestCases
127 test-sys-prop.test.basic.dir=${test.basic.dir} 132 test-sys-prop.test.basic.dir=${test.basic.dir}
128 133
129 # framework root for our script tests 134 # framework root for our script tests
203 ${test262.dir}/test/harness/framework.js \ 208 ${test262.dir}/test/harness/framework.js \
204 ${test262.dir}/test/harness/sta.js 209 ${test262.dir}/test/harness/sta.js
205 210
206 run.test.classpath=\ 211 run.test.classpath=\
207 ${file.reference.testng.jar}:\ 212 ${file.reference.testng.jar}:\
208 ${build.test.classes.dir} 213 ${nashorn.internal.tests.jar}:\
214 ${nashorn.api.tests.jar}
215
209 src.dir=src 216 src.dir=src
210 test.src.dir=test/src 217 test.src.dir=test/src
211 218
212 run.test.xmx=3G 219 run.test.xmx=3G
213 run.test.xms=2G 220 run.test.xms=2G

mercurial