197 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
198
199 # test262 test frameworks
200 test262-test-sys-prop.test.js.framework=\
201 -timezone=PST \
202 ${test.script.dir}/test262.js \
203 ${test262.dir}/test/harness/framework.js \
204 ${test262.dir}/test/harness/sta.js
205
206 run.test.classpath=\
207 ${file.reference.testng.jar}:\
208 ${nashorn.internal.tests.jar}:\
209 ${nashorn.api.tests.jar}
210
211 src.dir=src
212 test.src.dir=test/src
213
214 run.test.xmx=3G
215 run.test.xms=2G
216
217 # -XX:+PrintCompilation -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMethods
218 # add '-Dtest.js.outofprocess' to run each test in a new sub-process
219 run.test.jvmargs.main=-server -Xmx${run.test.xmx} -XX:+TieredCompilation -ea -Dfile.encoding=UTF-8
220 #-XX:+HeapDumpOnOutOfMemoryError -XX:-UseCompressedKlassPointers -XX:+PrintHeapAtGC -XX:ClassMetaspaceSize=300M
221 run.test.jvmargs.octane.main=-Xms${run.test.xms} ${run.test.jvmargs.main}
222
223 run.test.jvmsecurityargs=-Xverify:all -Djava.security.properties=${basedir}/make/java.security.override -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy
224
225 # path of rhino.jar for benchmarks
226 rhino.jar=
227
228 v8.shell=d8
229
230 #path to rhino jar file
231 octaneperf-sys-prop.rhino.jar=${rhino.jar}
232
233 #timeout for performance tests in minutes
234 octaneperf-sys-prop.timeout.value=10
235
236 ################
237 # codecoverage #
238 ################
239 #enable/disable code coverage; please redifine in the ${user.home}/.nashorn.project.local.properties
|
197 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
198
199 # test262 test frameworks
200 test262-test-sys-prop.test.js.framework=\
201 -timezone=PST \
202 ${test.script.dir}/test262.js \
203 ${test262.dir}/test/harness/framework.js \
204 ${test262.dir}/test/harness/sta.js
205
206 run.test.classpath=\
207 ${file.reference.testng.jar}:\
208 ${nashorn.internal.tests.jar}:\
209 ${nashorn.api.tests.jar}
210
211 src.dir=src
212 test.src.dir=test/src
213
214 run.test.xmx=3G
215 run.test.xms=2G
216
217 run.test.user.language=tr
218 run.test.user.country=TR
219
220 # -XX:+PrintCompilation -XX:+UnlockDiagnosticVMOptions -XX:+PrintNMethods
221 # add '-Dtest.js.outofprocess' to run each test in a new sub-process
222 run.test.jvmargs.main=-server -Xmx${run.test.xmx} -XX:+TieredCompilation -ea -Dfile.encoding=UTF-8 -Duser.language=${run.test.user.language} -Duser.country=${run.test.user.country}
223
224 #-XX:+HeapDumpOnOutOfMemoryError -XX:-UseCompressedKlassPointers -XX:+PrintHeapAtGC -XX:ClassMetaspaceSize=300M
225 run.test.jvmargs.octane.main=-Xms${run.test.xms} ${run.test.jvmargs.main}
226
227 run.test.jvmsecurityargs=-Xverify:all -Djava.security.properties=${basedir}/make/java.security.override -Djava.security.manager -Djava.security.policy=${basedir}/build/nashorn.policy
228
229 # path of rhino.jar for benchmarks
230 rhino.jar=
231
232 v8.shell=d8
233
234 #path to rhino jar file
235 octaneperf-sys-prop.rhino.jar=${rhino.jar}
236
237 #timeout for performance tests in minutes
238 octaneperf-sys-prop.timeout.value=10
239
240 ################
241 # codecoverage #
242 ################
243 #enable/disable code coverage; please redifine in the ${user.home}/.nashorn.project.local.properties
|