make/project.properties

Print this page




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




 184 # list of tests to be excluded
 185 sunspider-test-sys-prop.test.js.exclude.list=
 186 
 187 # execute our script tests in shared nashorn context or not?
 188 test-sys-prop.test.js.shared.context=false
 189 
 190 # execute test262 tests in shared nashorn context or not?
 191 test262-test-sys-prop.test.js.shared.context=true
 192 
 193 # test262 test root
 194 test262-test-sys-prop.test.js.roots=${test262.suite.dir}
 195 
 196 # test262 enable/disable strict mode tests
 197 test262-test-sys-prop.test.js.enable.strict.mode=true
 198 
 199 # file containing test262 tests to be excluded
 200 # test262-test-sys-prop.test.js.excludes.file=${test262.dir}/test/config/excludelist.xml
 201 
 202 # list of test262 test dirs to be excluded
 203 test262-test-sys-prop.test.js.exclude.dir=\

 204     ${test262.suite.dir}/intl402/ \
 205     ${test262.suite.dir}/bestPractice/
 206 
 207 test262-test-sys-prop.test.failed.list.file=${build.dir}/test/failedTests
 208 
 209 # test262 test frameworks
 210 test262-test-sys-prop.test.js.framework=\
 211     --class-cache-size=10 \
 212     --no-java \
 213     --no-typed-arrays \
 214     -timezone=PST \
 215     ${test.script.dir}/test262.js \
 216     ${test262.dir}/test/harness/framework.js \
 217     ${test262.dir}/test/harness/sta.js
 218 
 219 # testmarkdown test root
 220 testmarkdown-test-sys-prop.test.js.roots=${testmarkdown.dir}
 221 
 222 # execute testmarkdown tests in shared nashorn context or not?
 223 testmarkdown-test-sys-prop.test.js.shared.context=false