189 # execute test262 tests in shared nashorn context or not?
190 test262-test-sys-prop.test.js.shared.context=true
191
192 # test262 test root
193 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
194 # test262 enable/disable strict mode tests
195 test262-test-sys-prop.test.js.enable.strict.mode=true
196
197 # file containing test262 tests to be excluded
198 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml
199
200 # list of test262 test dirs to be excluded
201 test262-test-sys-prop.test.js.exclude.dir=\
202 ${test262.suite.dir}/intl402/ \
203 ${test262.suite.dir}/bestPractice/
204
205 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
206
207 # test262 test frameworks
208 test262-test-sys-prop.test.js.framework=\
209 --class-cache-size=0 \
210 --no-java \
211 --no-typed-arrays \
212 -timezone=PST \
213 ${test.script.dir}/test262.js \
214 ${test262.dir}/test/harness/framework.js \
215 ${test262.dir}/test/harness/sta.js
216
217 # testmarkdown test root
218 testmarkdown-test-sys-prop.test.js.roots=${testmarkdown.dir}
219
220 # execute testmarkdown tests in shared nashorn context or not?
221 testmarkdown-test-sys-prop.test.js.shared.context=false
222
223 # framework root for markdown script tests
224 testmarkdown-test-sys-prop.test.js.framework=\
225 ${test.script.dir}${file.separator}markdown.js
226
227 # testjfx test root
228 testjfx-test-sys-prop.test.js.roots=${testjfx.dir}
229
|
189 # execute test262 tests in shared nashorn context or not?
190 test262-test-sys-prop.test.js.shared.context=true
191
192 # test262 test root
193 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
194 # test262 enable/disable strict mode tests
195 test262-test-sys-prop.test.js.enable.strict.mode=true
196
197 # file containing test262 tests to be excluded
198 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml
199
200 # list of test262 test dirs to be excluded
201 test262-test-sys-prop.test.js.exclude.dir=\
202 ${test262.suite.dir}/intl402/ \
203 ${test262.suite.dir}/bestPractice/
204
205 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
206
207 # test262 test frameworks
208 test262-test-sys-prop.test.js.framework=\
209 --class-cache-size=10 \
210 --no-java \
211 --no-typed-arrays \
212 -timezone=PST \
213 ${test.script.dir}/test262.js \
214 ${test262.dir}/test/harness/framework.js \
215 ${test262.dir}/test/harness/sta.js
216
217 # testmarkdown test root
218 testmarkdown-test-sys-prop.test.js.roots=${testmarkdown.dir}
219
220 # execute testmarkdown tests in shared nashorn context or not?
221 testmarkdown-test-sys-prop.test.js.shared.context=false
222
223 # framework root for markdown script tests
224 testmarkdown-test-sys-prop.test.js.framework=\
225 ${test.script.dir}${file.separator}markdown.js
226
227 # testjfx test root
228 testjfx-test-sys-prop.test.js.roots=${testjfx.dir}
229
|