176
177 # list of tests to be excluded
178 sunspider-test-sys-prop.test.js.exclude.list=
179
180 # execute our script tests in shared nashorn context or not?
181 test-sys-prop.test.js.shared.context=false
182
183 # execute test262 tests in shared nashorn context or not?
184 test262-test-sys-prop.test.js.shared.context=true
185
186 # test262 test root
187 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
188 # test262 enable/disable strict mode tests
189 test262-test-sys-prop.test.js.enable.strict.mode=true
190
191 # file containing test262 tests to be excluded
192 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml
193
194 # list of test262 test dirs to be excluded
195 test262-test-sys-prop.test.js.exclude.dir=\
196 ${test262.suite.dir}/intl402/
197
198 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
199
200 # test262 test frameworks
201 test262-test-sys-prop.test.js.framework=\
202 -timezone=PST \
203 ${test.script.dir}/test262.js \
204 ${test262.dir}/test/harness/framework.js \
205 ${test262.dir}/test/harness/sta.js
206
207 run.test.classpath=\
208 ${file.reference.testng.jar}:\
209 ${nashorn.internal.tests.jar}:\
210 ${nashorn.api.tests.jar}
211
212 src.dir=src
213 test.src.dir=test/src
214
215 run.test.xmx=3G
216 run.test.xms=2G
|
176
177 # list of tests to be excluded
178 sunspider-test-sys-prop.test.js.exclude.list=
179
180 # execute our script tests in shared nashorn context or not?
181 test-sys-prop.test.js.shared.context=false
182
183 # execute test262 tests in shared nashorn context or not?
184 test262-test-sys-prop.test.js.shared.context=true
185
186 # test262 test root
187 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
188 # test262 enable/disable strict mode tests
189 test262-test-sys-prop.test.js.enable.strict.mode=true
190
191 # file containing test262 tests to be excluded
192 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml
193
194 # list of test262 test dirs to be excluded
195 test262-test-sys-prop.test.js.exclude.dir=\
196 ${test262.suite.dir}/intl402/ \
197 ${test262.suite.dir}/bestPractice/
198
199 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
200
201 # test262 test frameworks
202 test262-test-sys-prop.test.js.framework=\
203 -timezone=PST \
204 ${test.script.dir}/test262.js \
205 ${test262.dir}/test/harness/framework.js \
206 ${test262.dir}/test/harness/sta.js
207
208 run.test.classpath=\
209 ${file.reference.testng.jar}:\
210 ${nashorn.internal.tests.jar}:\
211 ${nashorn.api.tests.jar}
212
213 src.dir=src
214 test.src.dir=test/src
215
216 run.test.xmx=3G
217 run.test.xms=2G
|